beebotte / bbt_arduino_examples

Arduino examples to connect and work with Beebotte.
MIT License
5 stars 1 forks source link
arduino beebotte examples iot

Beebotte Arduino examples

This repository includes some Arduino Sketches to interact with Beebotte IoT Cloud platform.

These sketches have been tested on Arduino Uno with Ethernet Shield. If you encounter any problem using the code on different hardware, please let us know by opening an issue.

LED Control

This sketch shows how Beebotte can be used to control a led connected to an Arduino board. It uses MQTT protocol to subscribe to a topic where control messages will be sent to turn ON or OFF the LED.

This example depends on:

Humidity and Temperature Reporting

This sketch shows how to connect a DHT11 humidity and temperature sensor (or equivalent) to an Arduino board to periodically collect data. Senses data is then sent using MQTT to Beebotte.

This example depends on:

LICENSE

MIT