Skip to search.
handyboard · Handy Board

Group Information

  • Members: 795
  • Category: Hardware
  • Founded: May 7, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 5481 - 5519 of 6169   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5481 Davide
davideagnello Offline Send Email
Nov 2, 2007
12:13 am
No one has ran into this issue? Is it even feasible on the handy board setup? Any help will be appreciated.. Thanks--Davide...
5482 Jim Peterson
jcpjimcp Offline Send Email
Nov 2, 2007
3:16 am
I would start by reading the handyboard technical reference at www.handyboard.com. after that, download the as11_ic tools, you will need to also install cygwin...
5485 have_great_day Offline Send Email Nov 3, 2007
9:17 am
I recently had quite a bit of trouble trying to get .asm files into .icb files. Here is my solution: I downloaded the windows version of the pcode_pc.zip from ...
5486 guilhermemk Offline Send Email Nov 3, 2007
4:23 pm
Anyone knows how to simulate a code in the Interactive C 7? This information will be quite helpful for me cause my lab is far away home. []'s...
5487 Jim Peterson
jcpjimcp Offline Send Email
Nov 3, 2007
10:25 pm
Have you tried following the instructions in the help manual? section 18. describes the use of the simulator. Note that it is not a virtual environment, just...
5488 darshanrt Offline Send Email Nov 5, 2007
6:22 pm
Hey Guys, Hope that you all doing well... I am new to the handy board... now I have a question...!! I want to use the handy board for some TC (Turbo C).. I...
5489 Pierre Coueffin
darkblood_ Offline Send Email
Nov 5, 2007
10:56 pm
Conio will be very difficult... You'll want to figure out what functions actually get called, and translate them for your particular application. Printf (from...
5490 Jim Peterson
jcpjimcp Offline Send Email
Nov 6, 2007
4:23 am
Interactive C is not a C Compiler, it is a c-like syntax language. There are no .h files at all in IC. If you want to use IC, you should read the help and...
5493 dukester10101 Offline Send Email Nov 10, 2007
6:01 pm
Hi everybody, So I've been browsing around the group and I've found lots of information regarding converting ASM to ICB. I've downloaded the pcode_pc.zip from...
5494 brunoalvisio Offline Send Email Nov 10, 2007
7:11 pm
Hi, I was wondering if it is possible for the jack on the handyboard to be used for outputs as well as inputs? Regards, Bruno...
5495 dukester10101 Offline Send Email Nov 10, 2007
7:25 pm
Alright. So I've figured it out. After doing a bit more looking around in this group I realized that the new version of gcc.exe for WinXP needs...
5496 Jim Peterson
jcpjimcp Offline Send Email
Nov 10, 2007
8:10 pm
If you are referring to the Rj11 connector, then yes, see references to Serial IO, the CMUcam functions are are an example. Jim...
5499 dukester10101 Offline Send Email Nov 14, 2007
4:28 pm
Hi everybody, I was playing around with encoders.asm (version: Randy Sargent, Jan 3, 2002) and I'm not quite sure what it is supposed to do... Is there any...
5500 Jim Peterson
jcpjimcp Offline Send Email
Nov 15, 2007
3:05 am
two bare wires??? yes, the counts you are measuring are the arcs as the wires make contact. pretty much any mechanical switch will have the same problem when...
5501 Davide Agnello
davideagnello Offline Send Email
Nov 15, 2007
3:22 am
Therefore implementation of key de-bouncing techniques within the software should fix this problem? From: handyboard@yahoogroups.com...
5502 Jim Peterson
jcpjimcp Offline Send Email
Nov 15, 2007
1:37 pm
If you mean key de-bouncing in IC or C code, no. The ISR by definition is a machine language routine that is counting rising and falling edges driven by...
5503 Pierre Coueffin
darkblood_ Offline Send Email
Nov 15, 2007
8:27 pm
I have a simple circuit using an SR flipflop that I soldered up as a debouncing module. I just plug it in between a switch that I think is giving me trouble...
5504 Robert L. Doerr
robotdoctor Offline Send Email
Nov 20, 2007
8:07 pm
Are you using some sort of NVRAM on your HandyBoard? If so, how is it working out for you? I've had intermittent results and after doing some more research it...
5505 Robert L. Doerr
robotdoctor Offline Send Email
Nov 21, 2007
4:17 pm
... As it turns out most of the odd issues I was running into were due to a defective CPU. I swapped it out and now the board is working fine. The old CPU...
5507 darshanrt Offline Send Email Nov 25, 2007
9:04 am
Hey Guys, I am new to the handy board. I have a regular 555 timer circuit which gives me a square pulse as an output with 5v (actually 4.688v peak to peak)when...
5508 Triffid Hunter
triffid_hunter Offline Send Email
Nov 25, 2007
1:20 pm
... You may find http://hc11-ide.funkmunch.net/bart-v3/kernel/k_accel.c helpful. It's a program I wrote to read the PWM output of a 2 axis accelerometer and...
5509 Triffid Hunter
triffid_hunter Offline Send Email
Nov 26, 2007
1:13 am
... I know the program works, my robot uses it to know which way is up ;) ... The interrupt simply records the times of the rising and falling edges and the...
5510 Robert L. Doerr
robotdoctor Offline Send Email
Nov 26, 2007
9:11 pm
Hello, I've just tried using the file qencoders.icb to keep track of a pair of Quadrature encoders. After troubleshooting a couple of faulty crimped pins (was...
5513 nssosm Offline Send Email Nov 29, 2007
12:56 am
Hello. I would like some assistance properly communicating my handyboard device with my futaba servo. I connected my servo to port T03 of the handyboard,...
5514 nssosm Offline Send Email Nov 29, 2007
1:04 am
I have a Sharp IR Sensor. Does it connect to one of the port 7 of the digital output ports? How does that work? Thank you....
5515 Jim Peterson
jcpjimcp Offline Send Email
Nov 29, 2007
1:40 pm
the Qencoders.icb uses the "cheesy" encoder interface, that is the ports are sampled once per "heartbeat" of the IC Pcode. that is approximately every 1ms. any...
5516 Jim Peterson
jcpjimcp Offline Send Email
Nov 29, 2007
1:46 pm
You don't mention what version of IC you are using, if it is greater that 4.0 you need to download a program that has at a minimum a #use directive for the...
5517 Jim Peterson
jcpjimcp Offline Send Email
Nov 29, 2007
1:49 pm
You may need to cut some traces in the handyboard to use the Sharp GP2D12 IR rangefinder. This sensor needs an analog port with no pullup resistor. Jim...
5518 Robert L. Doerr
robotdoctor Offline Send Email
Nov 29, 2007
5:01 pm
Hello Jim, Thanks for the response! It clears things up and confirms what I had suspected about the qencoders.icb code. Seems like it would be fine for lower...
5519 Jim Peterson
jcpjimcp Offline Send Email
Nov 30, 2007
3:37 am
Robert, Looking over the HC11 reference, there are 3 timer input ports, TIC1 appears to be dedicated to the IR receiver. perhaps someone has an approach for...
Messages 5481 - 5519 of 6169   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help