All Projects → computourist → Rfm69 Mqtt Client

computourist / Rfm69 Mqtt Client

Licence: gpl-2.0
Arduino - RFM69 based sensors and MQTT gateway

Labels

Projects that are alternatives of or similar to Rfm69 Mqtt Client

Awesome Canbus
🚛 A curated list of awesome CAN bus tools, hardware and resources
Stars: ✭ 73 (-9.88%)
Mutual labels:  arduino
Noduino
JavaScript and Node.js Framework for controlling Arduino with HTML and WebSockets
Stars: ✭ 1,202 (+1383.95%)
Mutual labels:  arduino
Tcmenu
TcMenu is a full feature menu system for Arduino, mbed and ESP, it's modular enough to support different input types, displays and also has the concept of remote control built in.
Stars: ✭ 78 (-3.7%)
Mutual labels:  arduino
Aunit
Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test. Used with AUniter or EpoxyDuino for continuous builds.
Stars: ✭ 73 (-9.88%)
Mutual labels:  arduino
Rduinoscope
rDUINOScope - Arduino based telescope control system (GOTO)
Stars: ✭ 75 (-7.41%)
Mutual labels:  arduino
Ultrasonic
Minimalist library for Ultrasonic Module HC-SR04, PING))) and Seeed SEN136B5B to Arduino
Stars: ✭ 77 (-4.94%)
Mutual labels:  arduino
Ramp
Arduino Interpolation Library
Stars: ✭ 72 (-11.11%)
Mutual labels:  arduino
Pharothings
Live programming platform for IoT projects based on Pharo
Stars: ✭ 80 (-1.23%)
Mutual labels:  arduino
Sming
Sming - Open Source framework for high efficiency native ESP8266 development
Stars: ✭ 1,197 (+1377.78%)
Mutual labels:  arduino
Lisp Badge
A handheld computer programmed in Lisp with a self-contained keyboard and display.
Stars: ✭ 77 (-4.94%)
Mutual labels:  arduino
Azure Iot Developer Kit
A curated list of awesome Azure IoT Developer Kit projects and resources.
Stars: ✭ 73 (-9.88%)
Mutual labels:  arduino
Esp32 Chimera Core
ESP32-Chimera-Core 👾 is an arduino library for M5Stack, Odroid-Go, D-Duino-32-XS and other ESP32/TFT/SD bundles
Stars: ✭ 74 (-8.64%)
Mutual labels:  arduino
Ubitx
ubitx - sketch for the raduino to work with the ubitx transceiver
Stars: ✭ 78 (-3.7%)
Mutual labels:  arduino
Mabel
MABEL is a feature-packed, open-source, legged balancing robot based off of the Boston Dynamics Handle robot.
Stars: ✭ 72 (-11.11%)
Mutual labels:  arduino
Fpm
Arduino library for the R30x/ZFMxx/FPMxx optical fingerprint sensors
Stars: ✭ 79 (-2.47%)
Mutual labels:  arduino
Openlabtools
Main repository for the OpenLabTools project.
Stars: ✭ 72 (-11.11%)
Mutual labels:  arduino
Hugo Esp8266
Hugo is a 4-button ESP8266 Wi-Fi Remote, Arduino compatible and simple to use.
Stars: ✭ 77 (-4.94%)
Mutual labels:  arduino
Espilight
ESPiLight - pilight 433.92 MHz protocols library for Arduino
Stars: ✭ 80 (-1.23%)
Mutual labels:  arduino
Irotary
One man's quest to turn an old rotary phone into a mobile phone.
Stars: ✭ 79 (-2.47%)
Mutual labels:  arduino
Tft espi
Arduino and PlatformIO IDE compatible TFT library optimised for the STM32, ESP8266 and ESP32 that supports different driver chips
Stars: ✭ 1,215 (+1400%)
Mutual labels:  arduino

Arduino - RFM69 based sensors and MQTT gateway

May 2016: Published a Wifi connected ESP8266 node here: https://github.com/computourist/ESP8266-MQTT-client

  • it uses the same message format as the RFM nodes
  • it is a direct mqtt client, no gateway needed
  • RFM and ESP nodes can be mixed in the same setup

================

March 2016: corrected swapped NSS signals in schematics for gateway 2.4

================

February 2016: added schematics for gateway 2.4 and DHT end node

================

January 2016: published Gateway version 2.4:

  • this version is now compatible with Arduino IDE again
  • DEBUG function split into an MQTT and a radio part. Debugging can be done one at a time. This solves memory constraints.

================

November 2015: Openhab example added, showing the use of node-generated status messages to sync Openhab with local output toggles.

================

Changes in Gateway version 2.3:

  • implemented system device 9: number of retransmissions needed in the radio link
  • removed some of the debug code as a result of memory constraints

Version compatibility:

  • GW release 2.2: DHT2.1 LCD2.0 RC1.0 RFID1.0

  • GW release 2.3: DHT2.2 LCD2.1 RC2.0 DIG2.2

RFID has not been upgraded yet since the code is not stable. (it will work -unstable- with GW2.3 though)

Changes in Gateway version 2.2:

  • changed handling of binary input devices to improve compatibility with Openhab
  • improved RSSI reporting

Changes in Gateway version 2.1:

  • uniform handling of binary input devices
  • transparant exchange of string data (device 72) added
  • minor bug fixing

Changes in Gateway version 2:

  • increased data exchange data block
  • implemented standard device numbering
  • removed leading spaces in decimal sensor data
  • implemented uptime counter
  • implemented error checking & reporting
  • implemented uptime and version reporting in gateway

The setup consists of two types of devices:

  • an end node that measures parameters, changes output states and communicates over radio with a central gateway
  • a gateway node that connects to end node over wireless and publishes/receives MQTT messages to/from a broker.

The communication between MQTT broker and multiple end nodes is duplex, meaning:

  • The state of an end node device/parameter can be queried thru the broker at any time
  • The end node has outputs, so external devices can be controlled over MQTT
  • Sensor commands can be acknowledged by the end node
  • Loss of radio signal to a certain end node is indicated to the MQTT broker
  • End nodes can send sensor data on regular intervals, on incoming query or event-based
  • MQTT message syntax can easily be altered by only changing the gateway code
  • Multiple end nodes can be addressed by a single gateway

Communication between gateway and nodes is over an encrypted wireless link and handshake mechanisms are used to guarantee succesfull transmission. Radio link errors are reported to the MQTT broker. Communication between gateway and MQTT broker is over fixed ethernet.

The end node software is capable of:

  • switching one or more outputs (LED, relay)
  • measuring temperature, humidity, battery voltage
  • set transmission interval in seconds
  • switch off automatic regular transmission
  • report software version
  • report radio signal strength
  • monitor button presses
  • set button action to local toggle, local timer or generation of an MQTT event message
  • set button press timer interval in seconds

The gateway software is capable of:

  • Communicating with end nodes and with the MQTT broker
  • Automatically set up connetions tp MQTT broker and end nodes
  • Translate the internal message format to MQTT messages and vice versa
  • Detect radio signal loss and report this to the MQTT broker
  • Publish end node events in a northbound message stream
  • Subscribe to a southbound message stream to receive, parse messages and address the corresponding end node
  • Manually produce event queries in debug mode
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].