https://github.com/ttu/arduino-weather-datahandler
Node.js Arduino WeatherShield data handler with Johnny Five
https://github.com/ttu/arduino-weather-datahandler
arduino-weathershield azure-iot johnny-five nodejs
Last synced: about 1 month ago
JSON representation
Node.js Arduino WeatherShield data handler with Johnny Five
- Host: GitHub
- URL: https://github.com/ttu/arduino-weather-datahandler
- Owner: ttu
- License: gpl-3.0
- Created: 2016-07-15T18:42:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T05:24:32.000Z (over 8 years ago)
- Last Synced: 2025-02-03T20:53:51.386Z (8 months ago)
- Topics: arduino-weathershield, azure-iot, johnny-five, nodejs
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino WeatherShield Data Handler
Get data from Arduino Weather Shield using Johnny Five
Handlers decide what to do when new data is receieved from the Weather Shield.
* handlerLocalHttp is for serving data with local http server
* Can be used with e.g. [Home Assistant](https://home-assistant.io/)
* handlerPrint is for debugging
* handlerAzure is for sending data to Azure IoT HubSet correct handler to `./src/app.js` and run:
```
npm start
```### Links
http://thinglabs.vjrantal.net/workshop/js/weather/https://github.com/ThingLabsIo/IoTLabs/tree/master/Arduino/