Thank you for this nice project.
Here is an ESP8266 in the version ESP-12F with 4 MB flash.
Working in Linux the 4M version (https://github.com/mmiscool/esp8266Basic/tree/master/Flasher/Build/4M) has been flashed with
esptool.py --port /dev/ttyUSB0 write_flash --flash_mode dio 0x000000 ESP8266Basic.cpp.bin
There is no example how the binary has to be flashed with the esptool.
What is about https://github.com/mmiscool/esp8266Basic/tree/master/Flasher/Build/Format_Flash ?
Actually there could be seen the following log output on the UART with 9600 baud:
wsport
HTTP Port: 80
ESP Basic 3.0.Alpha 69
MAC: 5A:BF:22:DA:3D:E5
1
2
3
4
5
6
7
8
9
10
11
12
Failed Wifi Connect
Creating WIFI access point
ESP5A:BF:22:DA:3D:E5
APname
APpass
but there is no access point opening!
What is going wrong?
The hardware is OK, because flashing another different project the access point is working fine.
Thank you for this nice project.
Here is an ESP8266 in the version ESP-12F with 4 MB flash.
Working in Linux the 4M version (https://github.com/mmiscool/esp8266Basic/tree/master/Flasher/Build/4M) has been flashed with
esptool.py --port /dev/ttyUSB0 write_flash --flash_mode dio 0x000000 ESP8266Basic.cpp.binThere is no example how the binary has to be flashed with the esptool.
What is about https://github.com/mmiscool/esp8266Basic/tree/master/Flasher/Build/Format_Flash ?
Actually there could be seen the following log output on the UART with 9600 baud:
but there is no access point opening!
What is going wrong?
The hardware is OK, because flashing another different project the access point is working fine.