https://github.com/gabeweiss/gcp_quick_starts
This repo contains quick start guides to get IoT devices connected and talking back and forth to the Google Cloud Platform
https://github.com/gabeweiss/gcp_quick_starts
cloud-iot-core iot raspberry-pi
Last synced: about 1 month ago
JSON representation
This repo contains quick start guides to get IoT devices connected and talking back and forth to the Google Cloud Platform
- Host: GitHub
- URL: https://github.com/gabeweiss/gcp_quick_starts
- Owner: GabeWeiss
- License: apache-2.0
- Created: 2017-10-23T17:59:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T16:12:44.000Z (over 4 years ago)
- Last Synced: 2025-03-20T01:11:41.887Z (about 2 months ago)
- Topics: cloud-iot-core, iot, raspberry-pi
- Language: HTML
- Homepage:
- Size: 329 KB
- Stars: 24
- Watchers: 4
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
** This is not an official Google product **
# Quick start guides
The guides in this repo represent example code given to developers to help jumpstart their adoption of IoT Core in their systems.
### Raspberry Pi basics guide
This is intended as a step by step guide to getting Raspberry Pi up and running sending messages to the Google Cloud Platform using IoT Core. Google Cloud Platform products used: **Cloud IoT Core, Cloud Pub/Sub**
* [01_guide.html](http://htmlpreview.github.com/?https://github.com/GabeWeiss/IoT_Core_Quick_Starts/blob/master/01_guide.html)
+ Step-by-step instructions to follow to get things running.
* [01_basics.py](https://github.com/GabeWeiss/IoT_Core_Quick_Starts/blob/master/01_basics.py)
+ Python code that will be run on device
* [02_basics.py](https://github.com/GabeWeiss/IoT_Core_Quick_Starts/blob/master/02_basics.py)
+ Python code that adds in the code to receive messages from the Cloud and make the sense hat light up with pretty colors.### Google Cloud Functions
* [02_basics_gcf](https://github.com/GabeWeiss/IoT_Core_Quick_Starts/tree/master/02_basics_gcf)
+ Google Cloud Function for issuing configuration and command messages back down to devices. GET variables provide the message to send, and the switch between config and command. The function in this folder is in Node.js.
* [03_basics_gcf](https://github.com/GabeWeiss/IoT_Core_Quick_Starts/tree/master/03_basics_gcf)
+ Also Google Cloud Functions for issuing configuration and command messages back down to devices. GET variables provide the message to send, and the switch between config and command. These are in Python and Golang.### Cloud Products used in these tutorials
* [Cloud IoT Core](https://bit.ly/2X6o5HN)
* [Cloud Pub/Sub](https://bit.ly/2M3W96b)
* [Cloud Functions](https://bit.ly/2M8xFZT)