Boe and Ti calc
Descention
Posts: 9
i saw a program once, but lost it, that you could take the ti-83 or 84 (i have an 84) and use the send() command on the calc and then have the bs1 chip read it, but i just recently bought the boe bot and was thinking i could use my calculator as a wired control... does anyone have any info thata could help me with this?
Comments
www.parallax.com/dl/docs/prod/sic/IRRemoteforBoebot.pdf
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
For random numbers, the Stamp has a RANDOM command which can scramble the bits of a variable. Unfortunately it's only pseudo random, so you if want real random-ness, you need to seed it with some value that is more or less really random.
I usually seed my random numbers with an addition or multiplication of some of the values from my main program counter, and from my bot's sensors. The former is good because if the rand. is being called at different times, this will always have some new value, and the latter is good because your sensors will probably not all have the same values all the time. Here is a pseudo-code example:
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
See http://www.smallrobot.com/bs2ti.html
This site is that of the firm that produces a TI calculator controlled robot, so you can drive·a robot directly if you want! I have one of these robots and they are two-wheeled differential drive robots and·fun to use. There are several sample programs.
For remote control you could join the TI calculator to a second Stamp, RF linked to the BOE-Bot
John
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Manxstamp,
Isle of Man, British Isles