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

User avatar
By sakishrist
#63755 Hello everyone,

I would like your assistance in my baby steps with an ESP-12s.

I am having a hard time figuring out how to properly wire these little beasts (or figuring out what other issue I might be having for that matter). Currently I have one setup as shown in the attached picture, but what happens is the blue LED on the ESP just blinks once and then stays off. If I leave it a while like that it might blink again or start blinking rapidly. During the blinking, I see that it gets restarted as it prints multiple times the prompt:
Code: Select allAi-Thinker Technology Co. Ltd.

ready

I use the Arduino as I have no other reliable 3.3V source. The USB adapter is a FTDI TTL-232R-PCB. The ESP itself is from here.

I hope I have not fried it. Any suggestions on what I might be doing wrong?

Thanks in advance!

EDIT: Here is a video of what happens: ESP-12s wiring issues
You do not have the required permissions to view the files attached to this post.
User avatar
By rudy
#63766 The Arduino is not adequate for the current requirements of the ESP8266. You should have something that can supply close to 300mA or more for the peak demand. The Uno's 3.3V output is only rated for 50mA.
User avatar
By sakishrist
#64048 Hello again!

I just tested with a 3.3V 1A supply and the result is unfortunately the same.

I event tested the without the USB to Serial adapter. The same blinking. I tested the USB-serial adapter itself by shorting it and the data is sent/received successfully.

At this point I am lost as to what the issue could be. :( If you have any other ideas, please share.

Cheers