Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabeweiss/iot_temperatureexample
A small sample of how to get a pair of devices "talking" to each other through Google's IoT Core platform.
https://github.com/gabeweiss/iot_temperatureexample
Last synced: 18 days ago
JSON representation
A small sample of how to get a pair of devices "talking" to each other through Google's IoT Core platform.
- Host: GitHub
- URL: https://github.com/gabeweiss/iot_temperatureexample
- Owner: GabeWeiss
- License: apache-2.0
- Created: 2017-06-29T16:18:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T22:41:13.000Z (over 7 years ago)
- Last Synced: 2024-10-29T16:42:49.127Z (2 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
** This is not an official Google product **
# Temperature Internet of Things example with Cloud IoT Core
This example (in node.js) covers two devices talking to IoT Core and Pubsub on Google's Cloud Platform. It's intended to be run on two different devices (although could be done all in one if the code is merged into one file) connected to a computer and run from there.For my devices I ran Arduino Unos with a DS18B20 temperature sensor (https://www.sparkfun.com/products/245) on one, and an RGB LED on the other. ConfigurableFirmata is required for the DS18B20 sensor device.