Search the web
Sign In
New User? Sign Up
handyboard · Handy Board
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5481 - 5519 of 5978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5481
No one has ran into this issue? Is it even feasible on the handy board setup? Any help will be appreciated.. Thanks--Davide...
Davide
davideagnello
Offline Send Email
Nov 2, 2007
12:13 am
5482
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...
Jim Peterson
jcpjimcp
Offline Send Email
Nov 2, 2007
3:16 am
5485
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 ...
have_great_day
Offline Send Email
Nov 3, 2007
9:17 am
5486
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...
guilhermemk
Offline Send Email
Nov 3, 2007
4:23 pm
5487
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...
Jim Peterson
jcpjimcp
Offline Send Email
Nov 3, 2007
10:25 pm
5488
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...
darshanrt
Offline Send Email
Nov 5, 2007
6:22 pm
5489
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...
Pierre Coueffin
darkblood_
Offline Send Email
Nov 5, 2007
10:56 pm
5490
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...
Jim Peterson
jcpjimcp
Offline Send Email
Nov 6, 2007
4:23 am
5493
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...
dukester10101
Offline Send Email
Nov 10, 2007
6:01 pm
5494
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...
brunoalvisio
Offline Send Email
Nov 10, 2007
7:11 pm
5495
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...
dukester10101
Offline Send Email
Nov 10, 2007
7:25 pm
5496
If you are referring to the Rj11 connector, then yes, see references to Serial IO, the CMUcam functions are are an example. Jim...
Jim Peterson
jcpjimcp
Offline Send Email
Nov 10, 2007
8:10 pm
5499
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...
dukester10101
Offline Send Email
Nov 14, 2007
4:28 pm
5500
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...
Jim Peterson
jcpjimcp
Offline Send Email
Nov 15, 2007
3:05 am
5501
Therefore implementation of key de-bouncing techniques within the software should fix this problem? From: handyboard@yahoogroups.com...
Davide Agnello
davideagnello
Offline Send Email
Nov 15, 2007
3:22 am
5502
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...
Jim Peterson
jcpjimcp
Offline Send Email
Nov 15, 2007
1:37 pm
5503
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...
Pierre Coueffin
darkblood_
Offline Send Email
Nov 15, 2007
8:27 pm
5504
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...
Robert L. Doerr
robotdoctor
Offline Send Email
Nov 20, 2007
8:07 pm
5505
... 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...
Robert L. Doerr
robotdoctor
Offline Send Email
Nov 21, 2007
4:17 pm
5507
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...
darshanrt
Offline Send Email
Nov 25, 2007
9:04 am
5508
... 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...
Triffid Hunter
triffid_hunter
Offline Send Email
Nov 25, 2007
1:20 pm
5509
... 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...
Triffid Hunter
triffid_hunter
Offline Send Email
Nov 26, 2007
1:13 am
5510
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...
Robert L. Doerr
robotdoctor
Offline Send Email
Nov 26, 2007
9:11 pm
5513
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,...
nssosm
Offline Send Email
Nov 29, 2007
12:56 am
5514
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....
nssosm
Offline Send Email
Nov 29, 2007
1:04 am
5515
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...
Jim Peterson
jcpjimcp
Offline Send Email
Nov 29, 2007
1:40 pm
5516
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...
Jim Peterson
jcpjimcp
Offline Send Email
Nov 29, 2007
1:46 pm
5517
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...
Jim Peterson
jcpjimcp
Offline Send Email
Nov 29, 2007
1:49 pm
5518
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...
Robert L. Doerr
robotdoctor
Offline Send Email
Nov 29, 2007
5:01 pm
5519
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...
Jim Peterson
jcpjimcp
Offline Send Email
Nov 30, 2007
3:37 am
Messages 5481 - 5519 of 5978   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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