Till now I was using everywhere the Wemos D1 Mini, because it is small, cheap and has enough io pins for my projects.
But I needed the analog input and the one on the Wemos D1 Mini gives problems when using it together with WIFI/MQTT (the Wifi/MQTT connection is lost when reading the analog input on a regular base).
So I was searching for a new device.
I came up with the Wemos C3 Mini (same size and has not the problems with the analog pin in combination with the Wifi).
But I noticed that there are problems with the Wifi in general You need this line of code to let it work:
WiFi.setTxPower(WIFI_POWER_8_5dBm);
So I’m a little bit worried reading also this problem:
So before I go using it in production (yesterday I have tested the board and with the line of code it works stable at my side) I 'm curious if there are more people that using this board and if it is stable?