All Projects → cloud4rpi → cloud4rpi

cloud4rpi / cloud4rpi

Licence: MIT license
Cloud4RPi Client Library

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to cloud4rpi

mqtg-bot
MQTT Client Telegram Bot
Stars: ✭ 67 (+219.05%)
Mutual labels:  internet-of-things, iot-cloud
Rpi wordclock
Software to create a Raspberry Pi based wordclock
Stars: ✭ 164 (+680.95%)
Mutual labels:  diy, raspberry
raspi ws2812
A kernel module able to run as many WS2812 strips as there are GPIO pins on Raspberry Pi Zero
Stars: ✭ 35 (+66.67%)
Mutual labels:  raspberry, raspberry-pi-library
gobot
Golang framework for robotics, drones, and the Internet of Things (IoT)
Stars: ✭ 7,869 (+37371.43%)
Mutual labels:  beaglebone-black, internet-of-things
Raspberry Pi Diy Projects
Collection of Do-It-Yourself Projects on Raspberry Pi 2 / 3 & Zero W with diverse HATs and pHATs.
Stars: ✭ 70 (+233.33%)
Mutual labels:  internet-of-things, diy
Awesome Home Assistant
A curated list of amazingly awesome Home Assistant resources.
Stars: ✭ 3,487 (+16504.76%)
Mutual labels:  internet-of-things, diy
Mysensors
MySensors library and examples
Stars: ✭ 1,150 (+5376.19%)
Mutual labels:  diy, raspberry
Pytradfri
IKEA Trådfri/Tradfri API. Control and observe your lights from Python. Examples available. On pypi. Sans-io.
Stars: ✭ 778 (+3604.76%)
Mutual labels:  internet-of-things, raspberry
Rpieasy
Easy MultiSensor device based on Raspberry PI
Stars: ✭ 85 (+304.76%)
Mutual labels:  internet-of-things, raspberry
Cylon
JavaScript framework for robotics, drones, and the Internet of Things (IoT)
Stars: ✭ 3,862 (+18290.48%)
Mutual labels:  beaglebone-black, internet-of-things
Python-NEO-6M-GPS-Raspberry-Pi
Python script for the NEO-6M GPS module on the Raspberry Pi
Stars: ✭ 41 (+95.24%)
Mutual labels:  raspberry
diy-synths
List of open-source synths 🎹
Stars: ✭ 56 (+166.67%)
Mutual labels:  diy
iot-device-management
Leveraging Ethereum blockchain platform for identity, authentication and reputation of IoT devices
Stars: ✭ 84 (+300%)
Mutual labels:  internet-of-things
pi-explorer
Web File Explorer UI for linux server
Stars: ✭ 13 (-38.1%)
Mutual labels:  raspberry
WeatherPi TFT
a weather display for a raspberry pi and a TFT display written in python3 and pygame
Stars: ✭ 66 (+214.29%)
Mutual labels:  raspberry
micrOS
micrOS - mini automation OS for DIY projects requires reliable direct communication
Stars: ✭ 55 (+161.9%)
Mutual labels:  diy
WarpPI
WarpPI Calculator, Step-by-step algebra calculator for Raspberry Pi. (abandoned project)
Stars: ✭ 93 (+342.86%)
Mutual labels:  diy
awesome-ws2812
A curated list of awesome resources for ws2812 LED strips and matrices
Stars: ✭ 84 (+300%)
Mutual labels:  diy
anyfesto
Low cost Raspberry Pi /Linux based access point with audio, education and communications local content server. Inspired by the ideas of sharing with others. Anyfesto - a platform from which to speak.
Stars: ✭ 66 (+214.29%)
Mutual labels:  raspberry
Selfhosted-Google-Photos-Alternative
A complete guide on exiting Google, Amazon or any proprietary service Photos storage with all the features you would want.
Stars: ✭ 143 (+580.95%)
Mutual labels:  raspberry

Cloud4RPi is a cloud control panel for your IoT device.

Build Status

This package provides a client library that simplifies the connection to the Cloud4RPi service.

Cloud4RPi Features

  • Use widgets to display device data and send commands in real time.
  • Control your IoT devices remotely.
  • Connect any device to Cloud4RPi.
  • Use MQTT or HTTP to send data and receive control commands.

Start Using

  1. Install this package:

    Install the library using your preferred Python version. The following command installs and integrates Cloud4RPi with your OS's default Python interpreter (usually Python 3):

     sudo pip3 install cloud4rpi

    If you are using Python 2, use the following command:

    sudo python2 -m pip install cloud4rpi
  2. Get examples for your platform:

    • Raspberry Pi: wget https://github.com/cloud4rpi/cloud4rpi-raspberrypi-python/archive/master.zip && unzip master.zip && rm master.zip && cd cloud4rpi-raspberrypi-python-master
    • C.H.I.P.: wget https://github.com/cloud4rpi/cloud4rpi-chip-python/archive/master.zip && unzip master.zip && rm master.zip && cd cloud4rpi-chip-python-master
    • Omega2: r="https://raw.githubusercontent.com/cloud4rpi/cloud4rpi-omega2-python/master" && wget $r"/omega2.py" $r"/led.py" $r"/rgb_led.py"
    • ESP8266 on MicroPython
    • ESP8266/ESP32 on Arduino framework
  3. Create a free account on Cloud4RPi.

  4. Create a device on the Devices page.

  5. Copy the Device Token from the device page.

  6. Replace the __YOUR_DEVICE_TOKEN__ string in one of the examples with your real device token.

  7. Run the example with python (if you use ESP8266, upload the required files to the board and reset it).

  8. Create your own scripts based on the examples.

For detailed instructions, refer to the documentation and corresponding repositories.

See Also

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].