Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wifi AP does not show up after flashing #8

Open
emmrichd opened this issue Jan 23, 2022 · 1 comment
Open

Wifi AP does not show up after flashing #8

emmrichd opened this issue Jan 23, 2022 · 1 comment

Comments

@emmrichd
Copy link

emmrichd commented Jan 23, 2022

Hello,

I managed to compile the firmware with platformio on windows.
However, uploading within platformio did not succeed. Therefore I first tried NodeMCU-PyFlasher-4.0 with firmware.bin and the espessif flash download tool 3.9.2, uploading partitions.bin to 0x8000 and firmware.bin to 0x10000.
However, I never got an Wifi AP, not with PC power nor with external power.
Please, what do I do wrong?

Regards, Dieter

PS: I managed to flash it via platformio, this works.

@JBrumby
Copy link

JBrumby commented Mar 14, 2022

Hi Dieter,

Doesn't the serial monitor show anything?
115200,8,n,1

I compiled and flashed it with arduino-ide, becaus platformio didn't work for me. I had to change the name of the main.c to keyble.ino and copie the libraries in the arduino-lib folder, so the gui could find them.

eventualy you have to erase the esp32 with:
esptool.py --port "$port" --chip esp32 erase_flash

Regards
JB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants