Skip to content

ESP8266Basic is opening no WIFI access point #49

Description

@git2fa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions