 | | Forth on HandyBoard?
|
|
Is it possible to program the HandyBoard in 'Forth'? If so how does one go about it? I assume the compiled Forth program must be further converted into a PCode. Is there a version of Forth that does that at compilation? Anyone know where to look? (...) (30 years ago, 25-Apr-96, to lugnet.robotics.handyboard)
|
| |
 | | Thanks for HandyBoard
|
|
I am a vetern kit builder with my roots in the hayday of HeathKit, and I would like to take the opportunity to thank all concerened in the design and production of the HandyBoard. Of all the controllers I have purchased this one has been the most (...) (30 years ago, 25-Apr-96, to lugnet.robotics.handyboard)
|
| |
 | | Re: Thanks for HandyBoard
|
|
(...) This may not be EXCATLY what you have requested, but it is a close as I've come! Check out how I've added contrast control to my LCD panel. (URL) *Brian Schmalz /---...---+---...---\ | Brian Schmalz | Building autonomous | | 723 E. John Street (...) (30 years ago, 25-Apr-96, to lugnet.robotics.handyboard)
|
| |
 | | "cher" archives
|
|
(...) but here goes: I've noticed more than a few referrals to "the cher archives" since I've been on this mailing list, but I haven't figured out how to get there. Can someone give me the URL, and maybe tell me if there is a way to look up specific (...) (30 years ago, 26-Apr-96, to lugnet.robotics.handyboard)
|
| |
 | | Re: "cher" archives - Resend
|
|
Well, I tried to send this out when Patrick first asked, but apparently it didn't make it -- here's the second try: (...) (30 years ago, 26-Apr-96, to lugnet.robotics.handyboard)
|
| |
 | | Re: "cher" archives
|
|
Hi Patrick, I don't know if cher has a web server on it, but you can ftp anonymously to: cher.media.mit.edu login: anonymous password: <your e-mail address> Check in the /pub/projects (I think). Good luck! - Prabal (...) (30 years ago, 26-Apr-96, to lugnet.robotics.handyboard)
|
| |
 | | 'Cher' responses
|
|
Ok, I got it. Apparently my service provider wasn't keeping any of my mail, so I didn't get any of your first responses to my question. Anyway, thanks to all of you for replying a second time. Patrick (30 years ago, 26-Apr-96, to lugnet.robotics.handyboard)
|
| |
 | | IC Timing
|
|
How do you time a running process? I would like to prune the running time of a part of my IC program running in the HandyBoard, to improve the response of my sensor testing. I assume you could set a clock and then sample it later but I am a little (...) (30 years ago, 27-Apr-96, to lugnet.robotics.handyboard)
|
| |
 | | Re: IC Timing
|
|
(...) I don't know if this is really the best way to do it, but I hacked this up real quick for a previous project. You put the stuff you want to time inside the loop. It will print out the numer of times the loop executes per second. The display is (...) (30 years ago, 27-Apr-96, to lugnet.robotics.handyboard)
|
| |
 | | Code for simple robot
|
|
It is possible that there are those out there that may be as bad at 'C' as I am, so for what is worth, here is my code that is working. My bot, Rug-Runner, with HandyBoard, has been wandering around my house for about half an hour now without (...) (30 years ago, 28-Apr-96, to lugnet.robotics.handyboard)
|