minix3/share/beaglebone/weather
BAREEDU SAI SANDEEP SANDEEP 67a9e8efa1 Pid build and working 2020-02-21 00:59:27 +05:30
..
LICENSE Pid build and working 2020-02-21 00:59:27 +05:30
Makefile Pid build and working 2020-02-21 00:59:27 +05:30
README.txt Pid build and working 2020-02-21 00:59:27 +05:30
index.html Pid build and working 2020-02-21 00:59:27 +05:30
jquery.js Pid build and working 2020-02-21 00:59:27 +05:30
processing.js Pid build and working 2020-02-21 00:59:27 +05:30
spin.js Pid build and working 2020-02-21 00:59:27 +05:30
style.css Pid build and working 2020-02-21 00:59:27 +05:30
weatherstation.js Pid build and working 2020-02-21 00:59:27 +05:30
weatherstation.lua Pid build and working 2020-02-21 00:59:27 +05:30

README.txt

                        _   _                   _        _   _             
    __      _____  __ _| |_| |__   ___ _ __ ___| |_ __ _| |_(_) ___  _ __  
    \ \ /\ / / _ \/ _` | __| '_ \ / _ \ '__/ __| __/ _` | __| |/ _ \| '_ \ 
     \ 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.