Skip to content

MQTT bridge with Raspberry Pi and any other serial (UART) device (e.g Arduino)

Notifications You must be signed in to change notification settings

AlexeyPotopakhin/msdb

Repository files navigation

MSDB (MQTT Serial Device Bridge)

MQTT bridge with Raspberry Pi and any other serial (UART) device (e.g Arduino)

Based on Eclipse Paho and pi4j

Wiring scheme example

screenshot

Settings

Put all necessary settings to settings.json

Start application

Execute application with gradle

gradle run

or

  1. Create fat jar with gradle
gradle fatJar
  1. Execute application
java -jar msdb-*.jar

or

  1. Download the latest release
  2. Execute application
java -jar msdb-*.jar