MQTT UART

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Post Reply
bitbita
Posts: 3
http://meble-kuchenne.info.pl
Joined: Wed Jan 13, 2021 10:55 am

Flowcode v11 MQTT UART

Post by bitbita »

Good day!
In Flowcode, MQTT (MQTTClient and IoTMadeEasy) is implemented via NetworkComms to WLAN or Ethernet, but not via UART (RS232).
Is it possible to implement MQTT via UART?
I'd like to transmit MQTT data via UART to the SIM800.

chipfryer27
Valued Contributor
Posts: 1769
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 391 times
Been thanked: 602 times

Re: MQTT UART

Post by chipfryer27 »

Hi

Yes, very much so. I am traveling just now so need to be brief, but take a look at these posts

https://www.flowcode.co.uk/forums/viewtopic.php?t=3044

It may give you a start. It is for 76xx modules though. The 800 is 2G and is being retired in many countries (if not already).

Connect your uart tx/Rx to module (careful of level shifting).

The old forum has more posts regarding this.

Regards

Post Reply