An open API service indexing awesome lists of open source software.

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

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.

[![Build Status](https://travis-ci.org/cloud4rpi/cloud4rpi-examples.svg?branch=master)](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)