60a61dffae
The BeagleBone Weather cape enhances the BeagleBone's capabilities by providing environment sensors (temperature, humidity, pressure, and ambient light level). The weatherstation demo is a port of the bonescript weatherstation to Minix. It provides a nice visual display of the sensor data in a web browser. The code is installed to /usr/share/beaglebone/weather on 'earm' and an embedded web server is started at boot time on port 80 when the cape is attached. Further details are provided in the README.txt file. Change-Id: I1596a2b66b213762ace26c0c750c8154c76b5c6e |
||
---|---|---|
.. | ||
index.html | ||
jquery.js | ||
LICENSE | ||
Makefile | ||
processing.js | ||
README.txt | ||
spin.js | ||
style.css | ||
weatherstation.js | ||
weatherstation.lua |
_ _ _ _ _ __ _____ __ _| |_| |__ ___ _ __ ___| |_ __ _| |_(_) ___ _ __ \ \ /\ / / _ \/ _` | __| '_ \ / _ \ '__/ __| __/ _` | __| |/ _ \| '_ \ \ V V / __/ (_| | |_| | | | __/ | \__ \ || (_| | |_| | (_) | | | | \_/\_/ \___|\__,_|\__|_| |_|\___|_| |___/\__\__,_|\__|_|\___/|_| |_| Minix Demo for the BeagleBone Weather Cape Based on https://github.com/jadonk/bonescript Overview -------- This is a demo of the BeagleBone Weather Cape. It's a fork of the original bonescript weatherstation demo, modified to work on the Minix operating system. The main changes are conversion from nodejs to JSON and mbar to hPa. Requirements ------------ Hardware: BeagleBone BeagleBone Weather Cape Network (doesn't have to be connected to the Internet) Software: Web Browser with HTML5 support and JavaScript enabled. Setup ----- This demo is meant to work 'out of the box'. It requires the BeagleBone be connected to the network and have the BeagleBone Weather cape attached at boot. 1) Attach the BeagleBone Weather Cape. 2) Connect a network cable to the BeagleBone. 3) Power on the BeagleBone. 4) Configure the network by running these commands. # netconf # reboot 5) Enter the BeagleBone's IP address into your web browser. Usage ----- This demo is a web application. You just need to point your web browser at the BeagleBone's IP address to view a nice display of the sensor values. You can get your BeagleBone's IP address by running `ifconfig` on the BeagleBone. If the address is 192.168.12.138, you'd enter http://192.168.12.138/ into your web browser.