https://github.com/sky3d/cloud4rpi-examples
[DEPRECATED ]Te be deleted
https://github.com/sky3d/cloud4rpi-examples
diy internet-of-things iot iot-cloud python raspberrypi
Last synced: about 2 months ago
JSON representation
[DEPRECATED ]Te be deleted
- Host: GitHub
- URL: https://github.com/sky3d/cloud4rpi-examples
- Owner: sky3d
- License: mit
- Created: 2017-06-13T11:35:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-15T08:23:01.000Z (about 6 years ago)
- Last Synced: 2024-10-19T12:17:47.117Z (over 1 year ago)
- Topics: diy, internet-of-things, iot, iot-cloud, python, raspberrypi
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cloud4RPi Examples
=======
## !!! DO NOT USE THIS CODE !!!
## [DEPRECATED] Use the official cloud4rpi examples at https://github.com/cloud4rpi
This repository contains examples of [Cloud4RPi](https://cloud4rpi.io/) service usage.
[](https://travis-ci.org/cloud4rpi/cloud4rpi-examples)
The following examples are currently available:
## Common
* [Minimal](common/minimal.py)
* [MQTT API](common/mqtt_api.py)
## [Raspberry Pi](https://www.raspberrypi.org/products/)
* [Sensors](raspberrypi/sensors.py)
* [Actuator](raspberrypi/actuator.py)
* [Status](raspberrypi/status.py)
* [Input/Output Control](raspberrypi/control.py)
* [Two way communication through HTTP API](raspberrypi/http_exchange.py)
## [Next Thing Co. C.H.I.P.](https://getchip.com/pages/chip)
* [Input/Output Control](chip/gpio.py)
* [Sensors](chip/sensors.py)
## [Onion Omega2](https://onion.io/omega2/)
* [Onboard LED control](omega2/led.py)
* [Input/Output Control](omega2/rgb_led.py) (using [RGB LED](https://docs.onion.io/omega2-docs/expansion-dock.html#rgb-led) pins)
## See Also
* [Cloud4RPi Repository](https://github.com/cloud4rpi/cloud4rpi)
* [Documentation Repository](https://github.com/cloud4rpi/docs)