I got my first esp8266-07 yesterday and I am very enthousiastic about it, but somehow I just cannot get it to work.
To begin, I just want to acceess the AT mode with a serial terminal (I use a usb to serial adapter on my linux box).
I made the following connections:
ESP8266-07 usb serial
RESET - floating
VCC - 3.3V (that I get from an lm317)
GND - gnd
RXD - TXD
TXD - RXD
GPIO0 - 3.3V
GPIO15 - 0V
I then tried the baud rates 9600, 115200, 57600, but I don't get any clear text (only periodic-looking gibberish), even after resetting the device (both with RESET pin and with removing VCC).
I should also note that GND from USB-serial and LM317 are connected.
I cannot enter any text in the serial console, but the esp is always sending gibberish.
I also tried uploading nodeMCU (after connecting GPIO to 0, which also doesn't work.
Using an oscilloscope, I could verify that the esp indeed sends some random data, and when hooking up the TX of the serial adapter and running esptool, I can also observe some action.
I would be very thankful if I could get any help, because I just don't know where to look for an error, and can't even get to the command mode.
Kind regards,
Christophe
PS: As I am new to this forum, and didn't see any section where one can introduce himself, I will just do that here at the end of my first post.
Hello guys, I am Christophe, 24 years old and study Information and Communication Technologies at the RWTH University in Aachen in the 2nd masters semester.
In my freetime, I like to work with electronics and microcontrollers.
My interest in this field lies at the moment in particular in home automation, as I want to completely automate my home with the esp8266.