Skip to content

LaunchPad2021/python-serial-mqtt-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serial Port to MQTT Bridge

Can't run this on docker due to Serial Port forwarding limitations on docker.

Contains python program to bridge Serial Port and MQTT Server.

  • Data received on serial port will be published to topics based on data type.

    Data Type Topic
    Container Telemetry cansat/container
    SP1 Telemetry cansat/sp1
    SP2 Telemetry cansat/sp2
  • Any data published to topic cansat/sendData will be sent to serial port.

Contains a sample code to be written to Arduino (data format to be received on GS xbee).

  • Complex file structure due to PlatformIO.
  • Check serial_demo.cpp for more details.

About

A Python based bridge between MQTT Server and Serial Port

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published