
Type in your BeagleBone's IP address here:
Educational BoosterPack demo
The Educational BoosterPack is a daughterboard for the TI Launchpad low-cost development boards. The BeagleBone LaunchPad Cape is an adapter board that works with the BeagleBone to enable connections to BoosterPacks. More information about both boards is provided at the links below. This page provides a demo that can be run with recent versions of BoneScript provided on BeagleBone.
To run the below demo code, you need an installation of BoneScript 0.2 or newer. Simply put your BeagleBone on the network and you should be able to get a connection. If it is plugged in via USB to your computer, it should connect automatically. If it is elsewhere on the network, you will need to input your IP address in the dialog box above and press ENTER. Once you have a connection, click run. To halt the code, refresh the browser page as the code is actually running within the browser page and sending messages to your board at each of the BoneScript library calls.
To have this code run on start-up, start the Cloud9 IDE and paste the code into the editor. Then, save the file and drag it into the 'autorun' folder. To stop it from executing, pull it out of the 'autorun' folder.

Note: Currently the J3 and J4 headers are not populated on the
BeagleBone LaunchPad Cape. If J3 is populated, the BoosterPack could
actually damage BeagleBone, because the analog signals would be at too
high a voltage level. The designer should perform voltage level
translation on future revisions.
Note: Some of the pins are connected at places used by the eMMC on
BeagleBone Black. These connections should be moved by the
designer on future revisions to unused pins.
Note: The BeagleBone LaunchPad Cape does not include an EEPROM for
indentification by BeagleBone. This means that it cannot be detected. The
designer should include a cape EEPROM on future revisions.