Search This Blog

Monday, March 10, 2014

Blinking with BoneScript


Hello there, Today I've learned how to use BoneScript to control I/O of the beagle. Let me show you how to do it.

1. Open your browser (I personally use FireFox) and enter your beagle's IP address with port 3000


2.So you can see "Cloud9 IDE"



3.Click on cloud9->demo->blinkled.js






4.Click on Debug button and the User3 LED (the one next to Ethernet port) will blinking ...



5.You can also use "Node.js" command to execute the script by access to the beagle via Secure Shell and go to /var/lib/cloud9/demo directory and execute "node blinkled.js" then the LED will blinking ...




That is for today. See you again :D

No comments:

Post a Comment