So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By atefth
#88504 Hello all,

This is my first post in the forum.

Currently I am working on a project to control the windows with ESP8266 relay based module.
I was able to make the code working on an ESP8266 01 but when I tried to use the same code with ESP8266 01s it didn't work.
The code will start and check if SSID and Password are stored in eeprom with valid format it will try to connect to the rooter if connection failed it will go to AP mode and provide a web page to configure the SSID and Password.
The web page will be available for 3 minutes then the module will restart again and check the data if it is able to connect it will provide a socket server with which I will be able to control the relays.
I bought the relays+ESP01 module from below link
https://www.aliexpress.com/item/3296928 ... 4c4dcDMXfB

Image

I ave tried to measure the pins voltage for both 01 and 01s while connected to the relay bord I saw some difference could it be because of the relay module is waiting for 0V instead of 3.3v or the other way around?

Thank you for support.