Async TCP and full-featured MQTT now on STM32-NUCLEO

Working libraries, libraries being ported and related hardware
Post Reply
phil bowles
Posts: 13
Joined: Mon May 25, 2020 10:15 am

Async TCP and full-featured MQTT now on STM32-NUCLEO

Post by phil bowles »

Asynchronous TCP and solid full-featured MQTT (QoS0/1/2 + large payloads) are now available for STM32-NUCLEO boards using ArduinoIDE. Using the STM32Duino LwIP and STM32Ethernet libraries, the popular ESP8266 library ESPAsyncTCP has been ported to STM32 as STM32AsyncTCP.

While this allows any STM32 user to leverage the power/flexibility of Aynchronous TCP on any project and ease porting of other useful / widely-avaiable Arduino libraries, its principal aim was to allow PangolinMQTT to be ported with zero code changes. The same MQTT code you write for ESP8266, ESP32 now runs unchanged on STM32-NUCLEO. Download and full details here
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Async TCP and full-featured MQTT now on STM32-NUCLEO

Post by fpiSTM »

Thanks for sharing @phil bowles
Post Reply

Return to “Libraries & Hardware”