Write data intto a channel with micropython/ESP8266

Olivier Briot on 4 Jul 2021
Latest activity Reply by Christopher Stapels on 12 Jul 2021

Hello,

Anyone could help me to write data to a channel using micropython on ESP8266 or ESP32? I found nothing update on forums (Thingspeak, Micropython, web...)

Thanks a lot

Christopher Stapels
Christopher Stapels on 12 Jul 2021

Would you consider using the Arduino interface to write C code? We have many examples that will work for both ESP flavors. I was able to find this very decent example , though I don't necessarily support the channel title selection.

Vinod
Vinod on 7 Jul 2021

Any specific reason you're using Micropython on the ESP8266 or ESP32? Using the Arduino IDE or even PlatformIO it is so much easier to write C code.