1                        _   _                   _        _   _
2    __      _____  __ _| |_| |__   ___ _ __ ___| |_ __ _| |_(_) ___  _ __
3    \ \ /\ / / _ \/ _` | __| '_ \ / _ \ '__/ __| __/ _` | __| |/ _ \| '_ \
4     \ V  V /  __/ (_| | |_| | | |  __/ |  \__ \ || (_| | |_| | (_) | | | |
5      \_/\_/ \___|\__,_|\__|_| |_|\___|_|  |___/\__\__,_|\__|_|\___/|_| |_|
6
7                  Minix Demo for the BeagleBone Weather Cape
8                Based on https://github.com/jadonk/bonescript
9
10
11Overview
12--------
13
14This is a demo of the BeagleBone Weather Cape. It's a fork of the original
15bonescript weatherstation demo, modified to work on the Minix operating
16system. The main changes are conversion from nodejs to JSON and mbar to hPa.
17
18Requirements
19------------
20
21Hardware:
22	BeagleBone
23	BeagleBone Weather Cape
24	Network (doesn't have to be connected to the Internet)
25
26Software:
27	Web Browser with HTML5 support and JavaScript enabled.
28
29
30Setup
31-----
32
33This demo is meant to work 'out of the box'. It requires the BeagleBone be
34connected to the network and have the BeagleBone Weather cape attached at
35boot.
36
37	1) Attach the BeagleBone Weather Cape.
38	2) Connect a network cable to the BeagleBone.
39	3) Power on the BeagleBone.
40	4) Configure the network by running these commands.
41		# netconf
42		# reboot
43	5) Enter the BeagleBone's IP address into your web browser.
44
45Usage
46-----
47
48This demo is a web application. You just need to point your web browser at
49the BeagleBone's IP address to view a nice display of the sensor values. You
50can get your BeagleBone's IP address by running `ifconfig` on the BeagleBone.
51If the address is 192.168.12.138, you'd enter http://192.168.12.138/ into your
52web browser.
53
54