Program BOE over Wireless?
Mike Waltz
Posts: 2
Is there any way to do this?· I searched and didn't really find anything.· All I want to do is send programs to the BOE without having to retrieve it and plug it in every time.· Just like I do with my NXT.· [noparse]:)[/noparse]
TIA!
TIA!
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Joshua Donelson
www.parallax.com
sell lower quality, yet cheaper units as well) and then write your program to support different predefined "modes".
Then all you'd have send over wifi is the "switch to mode 2" or whatever signal.
You can also do this with IR (there's even a stamps in class book based on it)... which would be the cheapest option
since everything you need comes with a boebot kit (minus a standard universal TV remote... which most of us have).
The final option would be some heavily complex code that allows you to transmit scripts to the boe, and then it
executes those scripts based on what you've coded in the past.
On one hand, the scripting option is like using the BOE in the above manners, but on the other hand, its almost like
writing your own code language for it. (I find this option the most interesting/challenging... but I'm a software man at heart).
You could always mix and match the different options... Use the IR option to program in scripts (also in the Stamps in Class
book).
Standard Disclaimer: I'm a newbie, take my advice at your own risk.