Thomis Bastelstue
Thomis Bastelstue
see tinygsm examples on how to open a tcp connection and use it, and see esp32 https ota examples https://github.com/espressif/arduino-esp32/tree/master/libraries/Update/examples/HTTPS_OTA_Update
see also here https://github.com/vshymanskyy/TinyGSM/issues/152
there are no chars in ttn.. or better: there are only bytes. so you have to encode and decode your messages yourself with the decoder tools in the ttn console
Yes, im running the following code with the artnet-lib made by rstephan. https://github.com/rstephan/ArtnetWifi Used Version of the ESP8266 stuff for the IDE is 2.4.0-rc2. ` /* Example, transmit all received...