murilopolese / kano-pixel-kit-pixel32

Code MicroPython on your Kano Pixel Kit on the browser

Home Page:https://murilopolese.github.io/kano-pixel-kit-pixel32/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixel Kit bricked

JoshAtticus opened this issue · comments

According to the serial monitor, the kit seems to be fine until the wifi part, where it bootloops, do you know how to enter bootloader mode on the Pixel kit?

commented

Late to the party but you should be able to easily reflash it to get it working if micropython or the bootloader is the issue. If that doesn't work, you could try this to get into a serial console where you should be able to press CTRL+C to stop the default boot code. From there, you can modify the code however you need.

If you can’t re-flash it what worked for me was shorting the pin for GPIO 0 to GND; this forces the ESP32 into its serial bootloader and you can then flash it