Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.29 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.29 KB

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:

  • PubSubClient: MQTT Arduino library
  • ArduinoJson: An elegant and efficient JSON library for embedded systems.
  • DHT: Arduino library for DHT11DHT22, etc Temp & Humidity Sensors

LICENSE

MIT