Page 1 of 1

Brains for robots

Posted: Wed Jan 09, 2002 2:10 pm
by hlreed
Anyone interested in how to build brains for robots, please contact me and I will tell you how.
[email protected]
http://www.halbrain.com<p>[ January 16, 2002: Message edited by: Harold ]</p>

Re: Brains for robots

Posted: Thu Jan 31, 2002 2:19 pm
by picputer
Perhaps a less cerebral but more geeky approach would be to emebbed a PicPuter in the bot.<p>Its a free basic interpreter for a pic microcontroller. With 8 ADC channels, CCP, 2 free timers, random number generator, and lots of digital IO pins, it seems like an easy way to read the input of sensors.<p>The author is looking to extend its usefulness in robotics and is considering adding better servo control, multiple PWM channels, and automated PPM decoding.

Re: Brains for robots

Posted: Thu Jan 31, 2002 2:35 pm
by hlreed
Hal algebra is a language that maps to HalNodes and cables that designs or describes any robot or machine with sensors and motors.
Sensors read nature and write data streams. Motors read data and work on nature. Brains mediate between sensors and motors, reducing the input complexity to match that of the motor.
I will be glad to send anyone a free paper on this if you will provide the email address.
Thanks

Re: Brains for robots

Posted: Mon Feb 04, 2002 3:34 pm
by picputer
PicPuter is a free basic interpreter for a pic microcontroller. Why pay a hundered dollars just to program basic on a PIC when you can do it for free. Full 16 bit math (* / + - >> <&lt ;) Logic (AND OR XOR NAND NOR) and Boolean Math (> < >= <= == !=) in an easy to program algebraic language.<p>Best of all, programming requires only a terminal program. (Linux,Mac,PC,Amiga,C64 Compatable)<p>
Great for Robotics!