Need help with generic ESP8266 module
Posted: Thu Jan 28, 2016 10:10 am
Hey people!
Working at my Bachelor Thesis I designed a small board containing two sensors and an ESP8266.
The design is based on the Olimex MOD-WIFI and was extended by the sensors. Moreover I replaced the flash chip by this one: W25Q16DVIG.
I also added a timer that triggers a reset if a button is pushed that pulls GPIO0 to GND.
By pressing the button the ESP can be put into bootloader mode.
When I connect the board and press the button, I am able to use the esptool.py to read the mac address and the flash id. Also flashing a program using the Arduino IDE is possible. Which proves that the bootloader mode can be entered.
However when I start the serial monitor (in normal mode) I just get random characters that repeat somehow.
I already tried different baud rates and tested the board for short circuits but was not able to fix it.
Can anybody help me out?
Working at my Bachelor Thesis I designed a small board containing two sensors and an ESP8266.
The design is based on the Olimex MOD-WIFI and was extended by the sensors. Moreover I replaced the flash chip by this one: W25Q16DVIG.
I also added a timer that triggers a reset if a button is pushed that pulls GPIO0 to GND.
By pressing the button the ESP can be put into bootloader mode.
When I connect the board and press the button, I am able to use the esptool.py to read the mac address and the flash id. Also flashing a program using the Arduino IDE is possible. Which proves that the bootloader mode can be entered.
However when I start the serial monitor (in normal mode) I just get random characters that repeat somehow.
I already tried different baud rates and tested the board for short circuits but was not able to fix it.
Can anybody help me out?