-->
Page 1 of 2

Program loading seems to be OK but it doesn't work [Solved]

PostPosted: Sat Apr 18, 2015 10:11 am
by FOXi
Hello,
I'm using ESP-01. When I try write some code it doesn't work. My GPIO_2 is still HIGH(3.3V) and GPIO_0 (2V).
Image

When I try add Serial.print("A") into loop, serial monitor print something like this : rl��r��c�n��� ��p�...
but not in loop only when I restart modul.

Can anybody help me please?

Re: Program loading seems to be OK but it doesn't work

PostPosted: Tue Apr 28, 2015 6:02 am
by Kaef
Hi, did you solve your problem?
I tested your code with a olimex mod_wifi_esp8266_dev module and it works fine.
Maybe your setup (gpio0 etc.) is not correct? I added a pullup resitore to the reset pin which makes my board running more stable.

Regards,
Kaef

Re: Program loading seems to be OK but it doesn't work

PostPosted: Tue Apr 28, 2015 8:41 am
by sej7278
either your serial monitor is the wrong baud rate and/or you've booted into flash mode as GPIO_0 should be floating, not connected to VCC (or GND)

Re: Program loading seems to be OK but it doesn't work

PostPosted: Tue Apr 28, 2015 4:32 pm
by MeNoGeek
sej7278 wrote:GPIO_0 should be floating, not connected to VCC (or GND)
That's not what I've read in Espressif docs.