I bought my esp8266-03 and an FT232RL USB To Serial Adapter almost a year ago from e-bay, and a few days ago I decided to start tinkering with them.
However I couldn't even get the most simple stuff out of the esp8266-03.
I have tried many different variations with the GPIOs being LOW/HIGH, (Since I read many different solutions) nothing seems to be working. I have a seperate power supply for the esp, that has more than enough juice to power it. I tried flashing with different software (eg. esp_flasher) and while I have a connection with my COM port, the flashing of the device doesn't even start at all.
Here is the interesting bit: When I power up the esp in normal operation mode and I use the Arduino IDE's serial monitor and send any commands, I get the message back: "NON-GENUINE DEVICE FOUND".
So far I have found that my FT232RL was bricked by windows 7, so I followed a tutorial that let me unbrick it with Mprog3.5, the device seems to be working perfectly, yet I still get the same message.
It only happens when:
- The esp8266-03 is wired up with the FT232
- TXD and RXD are wired up correctly
- esp8266-03 is started in normal operation mode
I also see the RXD led flashing on the FT232, so I kind of figure that my esp is not completely broken, it communicates something at least...
Any kind of help/feedback would be incredibly appreciated!