Hey, I have a Sharp GP2D02, and have been trying to figure out how to use this thing for quite some time now. I have looked over the source code that NetMedia...
"lowering the input line, waiting for ~70ms, and then clocking the detector 8 times to read out the distance measurment on the output line." ' Demo program for...
... this is to keep the main task from ending and starting over again. as in "INSTALLED AND READY TO USE" "INSTALLED AND READY TO USE" "INSTALLED AND READY TO...
... okay well i did put a do loop after the call tasks and it shows "SINSTALLED AND READY TO USE" in the basicx dialog box (debug.print). so it seems to catch...
Hey I finally got this thing working, but now i have another question. Sorry to again bother you, but when you return a value from the GP2D02, it is in the...
... this is good ... yes. exactly ... __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup ...
I don't know why the look for this. only an odd value would put a high on that pin. 1, 3 5 and so on. ... __________________________________________________ Do...
... ready ... loop ... good?? how is it good? it still won't run both tasks at the same time. if i ' one out then the other will work. but for some reason ...
... good because the main is now working. one step at a time. ... check the voltage coming in to the input on the adc pin. use a meter. for the two tasks...
... okay i am slowly following you. haha. ... okay the voltmeter says right now 0.70 volts but now i can't get the lcd to show the adc measurement. bah! ... ...
ok, next thing. do not use call delay. this stops all prossesing. use call sleep instead. this will also allow the second task to run. make the changes below...
Yes, I have my BX35 running! First look> great A/D, very stable (no caps yet) Bud a little complaining: No good diagrams for min configuration. I've looked to...
... okay i got ya. so is it better to use sleep instead of delay for everything?? or just for this particular application? ... nah same thing. this is...
I just cant figure it out. I dont know why I am not getting any response out of my ds1050. This code is from www.phanderson.com/basicx/ds1050.html . Are there...
Glad to see someone is using this. One thing that I see that I omitted is that 4.7K pullup resistors to +5 VDC must be present on both the SCL and SDA leads....
I just use sleep only. In programming the bx-01 the delay was not relable and caused many problems. I don't use delay. coment out the shifting task. get the...
... And by the way, even though "data" is created as a binary number, you can interpret it as decimal. Try "debug.print cstr(data)" and you'll see what I mean....
... problems. ... okay once i get everything up and running i will make sure that everything is in sleep mode not in delay mode. why do they have 2 similar...
10114
twesthoff
twesthoff@...
Jun 3, 2002 5:50 pm
I just found this link to a good article discussing serial communication protocols. It compares many of the common ones and would answer many of the questions...
This query is slightly off topic but I assure you that it is a BasicX project. The information below was taken from the data sheet of a LLC 24 pin device <at...
Here's a link that shows how to handle SMD components. http://www.seattlerobotics.org/encoder/200006/oven_art.htm Kester 57-3903-5403 is a 35gm (5cc) syringe...
A new version of the BasicX compiler is under development and is scheduled for release in the near future. The following upgrades are currently being tested: ...
How about... 1. Adding a timeout parameter to GetQueue 2. A way to exit InputCapture when a pulse (or space) width exceeds a limit value. This would allow it...
Frank, These are all cool items, but IMO not really important to an embedded controller. FWIW, I think the BX needs more a hardware oriented library to handle...
From: "mixman1982" <catchya@...> ... Sleep was in the original system library, and Delay was added later as an easier-to-use version of Sleep. The problem...
10121
twesthoff
twesthoff@...
Jun 4, 2002 12:02 am
If this is just for prototyping and not for production, just use regular solder. Solder short pieces of wirewrap wire to each pad on the chip and then solder...
10122
twesthoff
twesthoff@...
Jun 4, 2002 12:13 am
When you add the Enum don't forget to allow a value to be assigned to each item (as VB allows) so that you don't have to always live with values of 0 through...