Tim, if you are having problems where the board resets itself but the sensors work perfect, the problem is in the programming, make sure you account for every...
Okay, Made alot of progress this weekend thanks to everyones help - praises to all. I currently have a sonar_sample() and forward() routine that I start, using...
to make one set of values avaliable to all processes, make all variables (the ones you want to be avaliable to other functions) global, that way any functions...
One other note, When you are using multiple processes, each process has a while(...) loop. be sure each pass through the loop includes the defer() function to...
Pual and Jim, Would you be willing to post some of your WORKING and well commented code in the files area for others to look at? I've found that most people...
1764
handyboard@yahoogroup...
Nov 2, 2003 10:36 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the handyboard group. File : /Handyboard...
Well commented... no there is some wishfull thinking. I did just post an SRF_04 sonar test, it doesn't use processes, does use an array of a struct. Jim...
Dear all: I am using a GSM modem to send and receive SMS to/from the HB. I am able to send SMS from the Handyboard via the attached GSM to any mobile number. I...
Hi Paul: Tnank you for your quick response. Yes, we did disable the serial port. based on your input, I beleive, we should enable the serial protocol again...
Thanks Jim, We will try it and let you know. BTW, is there anyway for handiboard to play music? I know it can beep, but what about tunes? ... in ... ...
Sorry to tie up the message board so much lately, but i thought ya'll might like to see some of my results. here's an AVI(short movie) of my vehicle NOT...
Hey, Start programming those notes! I think I heard somewhere that the HB can actually be made polyphonic somehow.... You would probably want to make a...
1773
handyboard@yahoogroup...
Nov 4, 2003 1:52 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the handyboard group. File : /music.c ...
Take a look in the files section of this groups on line site, the handyboard has been playing tunes since it's conception. In the files section there is an IC...
Jim, There was already a copy of the music.c file in the handyboard folder, oh well, now there's two. And people probably still won't bother to look. -Dan...
Hey Tim, Good job!!! Also, I don't think you need more than 1 sonar on your robot since it is quite small. Congrats! Pat yourself on the back for a job well...
Hey Dan, Maybe we can get people to look by posting MORE files! Anybody want to take a stab at posting a "memory [i/o] map" ? That would be very "HANDY"! I...
Thanks Nick, I ordered some Sharp IR's from acroname(plug) so if they help out in determining the side distances, greaat, if not - I'll stick with one - and...
Hi all, We are interfacing the GSM modem and the GPS to the handyboad and we not getting any respose from that program, we are not getting back the the message...
"whiskers" always work. Is it against the rules to touch the walls? I don't think you willl have any problems with the Sharp IR's as long as you have removed...
I believe you need to leave the pcode disabled throughout your serial interface. When enabled, the pcode serial will read all serial input preventing your...
Has anyone ever tried to use fuzzy logic to control the behavior of their robot? If so, how? may I see a small sample piece of that code? Paul ... Do you...
Hey Nick, Welcome back! Sorry to hear about your injury, but I'm glad it's in working order again. I really liked the tutorial series you started, are you into...
Hey all, I read the past thread on this topic and could use some explaination for my project. I first, . . . void main() { start_process(sonar_sample()); ...
Hi Paul, I've thought about that also, I dont know if it really makes sense considering the limited power of the HB? But, maybe it would actually help? I'm not...