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

User avatar
By Muplex
#60777 Hello to all guys,
my name is Nicolas,
I really really need an help to start my testing on the ESP8266 esp01 module.
I need help to make the correct wiring.

At the moment I'm able to turn it on and recognise it in my wifi network as AI-THINKER XX but when i test a simple GETIP example of these library:https://github.com/sleemanj/ESP8266_Simple the result is:
Reset: General Error
Reset: General Error
.................

I bought these level shifters : http://www.ebay.it/itm/222258161505?_trksid=p2060353.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT to work with arduino and these is the wiring I'm trying without success.
Image

I don't know where Is the problem. can someone help me please ?

Thank you so much,
Muplex
User avatar
By penatenjoe
#60803 On the arduino webpage it says the 3V3 regulator can supply 50 mA - see https://www.arduino.cc/en/Main/ArduinoBoardUno. The ESP8266 needs up to 260 mA. So you need to add a separate regulator. One possibility is to use a AMS1117 module and feed it with the 5V supply.
User avatar
By rudy
#60814
penatenjoe wrote:On the arduino webpage it says the 3V3 regulator can supply 50 mA - see https://www.arduino.cc/en/Main/ArduinoBoardUno. The ESP8266 needs up to 260 mA. So you need to add a separate regulator. One possibility is to use a AMS1117 module and feed it with the 5V supply.

The peak currents on startup can exceed 500 mA. A regulator/power supply should be capable of at least that. You need to consider the peak level otherwise you may have problems.