A fully newbie here.
I bought an ESP, with a controlled switch basically to switch on and off a lamp as a test…
I have started, step by step. Connected the ESP through a small dedicated board to USB-Serial
tested AT command, get connected to wifi… all OK
then flash.
Then uploaded the sample hello-souliss-wifi, with changing the SSID and password. (I am using the arduino IDE)
I see the ESP on the wifi, It gets an IP through the DHCP… all OK
So, I plugged it to the dedicated controlled switch, but tho wifi doesn’t set (the blue led makes a very short blink at the beginning then nothing. I wondered if something wrong with this board and decided to try the ESP alone.
So, I tried to just give it 3.3v from the USB-serial board without plugging anything else. Same result, no wifi.
So I looked a little further and plugged the CH_PD to the 3.3V through a resistor and the GPIO0 directly to the 3.3V. Indeed, it works, the wifi get connected.
But now I am surprised. The piloted switch is designed specifically for this board. So I was suspecting you just had to plug it and provide power. But it seems it doesn't work.
Do you have any idea on how to test further? some known resistance I should be able to mesure to test if the board is working?
Thanks for your help.