The use of the ESP8266 in the world of IoT

User avatar
By TarekJ
#57922 HI

- What are the pullups and pulldowns? are they important?
- What are their pins & values for esp8266-12f?
- I have a project using esp8266-12f with 8 relays, it is not stable, it disconnects the wifi repeatedly. it works fine without load, I have to assign more than 2k resistor for the LEDs to make it stable!!

any suggestions?
User avatar
By Solomon Candy
#57924 I suggest you check the interwebs, there is sufficient information on pull-ups and pull-downs.
For the ESP pins you can checkout the technical reference manuals and other documentation on espressif.com, while keeping in mind what pins you have exposed on your ESP-12f (not ESP8266-12f, by the way).
Using the ESP8266 modules like 12f requires that you use a capacitor across input pins to cancel out ripples on varying load. See what value works for you, my guess would be around 50 uF should do. You can google for more accurate value as I haven't tried my-selves.
User avatar
By TarekJ
#57964
Solomon Candy wrote:I suggest you check the interwebs, there is sufficient information on pull-ups and pull-downs.
For the ESP pins you can checkout the technical reference manuals and other documentation on espressif.com, while keeping in mind what pins you have exposed on your ESP-12f (not ESP8266-12f, by the way).
Using the ESP8266 modules like 12f requires that you use a capacitor across input pins to cancel out ripples on varying load. See what value works for you, my guess would be around 50 uF should do. You can google for more accurate value as I haven't tried my-selves.


Thank you, but I did not get "Using the ESP8266 modules like 12f requires that you use a capacitor across input pins to cancel out ripples on varying load." do you have a schema for that? where should I connect a capacitor ? does this make it unstable?