Remove building with NOCRYPTO option
[minix.git] / minix / share / beaglebone / weather / README.txt
blobf9ab7ad1bf669328bce68785efe93ad62badd777
1                         _   _                   _        _   _             
2     __      _____  __ _| |_| |__   ___ _ __ ___| |_ __ _| |_(_) ___  _ __  
3     \ \ /\ / / _ \/ _` | __| '_ \ / _ \ '__/ __| __/ _` | __| |/ _ \| '_ \ 
4      \ V  V /  __/ (_| | |_| | | |  __/ |  \__ \ || (_| | |_| | (_) | | | |
5       \_/\_/ \___|\__,_|\__|_| |_|\___|_|  |___/\__\__,_|\__|_|\___/|_| |_|
7                   Minix Demo for the BeagleBone Weather Cape
8                 Based on https://github.com/jadonk/bonescript
11 Overview
12 --------
14 This is a demo of the BeagleBone Weather Cape. It's a fork of the original
15 bonescript weatherstation demo, modified to work on the Minix operating
16 system. The main changes are conversion from nodejs to JSON and mbar to hPa.
18 Requirements
19 ------------
21 Hardware:
22         BeagleBone
23         BeagleBone Weather Cape
24         Network (doesn't have to be connected to the Internet)
26 Software:
27         Web Browser with HTML5 support and JavaScript enabled.
30 Setup
31 -----
33 This demo is meant to work 'out of the box'. It requires the BeagleBone be
34 connected to the network and have the BeagleBone Weather cape attached at
35 boot.
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.
45 Usage
46 -----
48 This demo is a web application. You just need to point your web browser at
49 the BeagleBone's IP address to view a nice display of the sensor values. You
50 can get your BeagleBone's IP address by running `ifconfig` on the BeagleBone.
51 If the address is 192.168.12.138, you'd enter http://192.168.12.138/ into your
52 web browser.