Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carbonfive/circuit-lab

Circuit Lab! Fun with LEDs and BeagleBones...
https://github.com/carbonfive/circuit-lab

Last synced: about 1 month ago
JSON representation

Circuit Lab! Fun with LEDs and BeagleBones...

Awesome Lists containing this project

README

        

## Carbon Five Circuit Lab

### BeagleBone Black setup (with default Angstrom distribution)

#### Set the date (otherwise SSL can fail)
ntpdate time.apple.com

#### Change the time zone
cd /etc
rm ./localtime
ln -s /usr/share/zoneinfo/America/Los_Angeles ./localtime

#### Install gtk and the python compiler
opkg install gtk+-dev
opkg install python-compiler

#### Get code and boot server
git clone [email protected]:carbonfive/circuit-lab.git
cd circuit-lab
npm install
node server.js

Note, if you run into SSL issues, try setting the time:
ntpdate -b -s -u 0.us.pool.ntp.org