Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhunleth/erlangdc_demo
Nerves demo app for ErlangDC 2013
https://github.com/fhunleth/erlangdc_demo
Last synced: about 2 months ago
JSON representation
Nerves demo app for ErlangDC 2013
- Host: GitHub
- URL: https://github.com/fhunleth/erlangdc_demo
- Owner: fhunleth
- Created: 2013-12-04T01:15:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-07T14:55:34.000Z (about 11 years ago)
- Last Synced: 2024-10-13T09:56:25.324Z (3 months ago)
- Language: Erlang
- Size: 594 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ErlangDC R13B Nerves Demo
This project contains the source code and schematics for the
BeagleBone/Nerves demo at ErlangDC R13B. It shows how to
integrate a simple circuit of LEDs and a push button switch
in a cross-compiled Erlang setup. The push button and LEDs
are accessible via the web using Cowboy and Websockets.## Hardware
See the fritzing folder for pictures of the schematic and a
breadboard view of the wiring. The Fritzing file is included.## Building the firmware image
Import the nerves-sdk environment and run make. You'll get a
firmware image that can be copied to an SDCard and inserted
into a BeagleBone Black. The web interface is at
http://192.168.1.40:8080.