Project:Nanode/Bitlash: Difference between revisions
From London Hackspace Wiki
no edit summary
mNo edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
Now restart Arduino 0022, open examples->bitlash->bitlashdemo and upload to your Arduino | Now restart Arduino 0022, open examples->bitlash->bitlashdemo and upload to your Arduino | ||
--- | |||
Plan of action | |||
*setup a webserver on the nanode | |||
*use bitlash library to init and run bitlash | |||
*filter for URL that has <nowiki>http://<ip>/bitlashconsole/<command></nowiki> | |||
**grab everything after /bitlashconsole/ | |||
**use doCharacter(char c) to pipe each char to the bitlash console, one at a time | |||
*** for carriage return substitute CRLF in URL command body |