Page 1 of 1

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

Posted: Sat Jul 04, 2020 8:25 am
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

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

Posted: Mon Aug 03, 2020 12:32 pm
by fpiSTM
Thanks for sharing @phil bowles