Close

Esp32-C6-Bug CircuitPython

A project log for Esp32-C6-Bug + Esp32-Bug-Eth

Playing with the new Esp32-C6FH4: https://www.crowdsupply.com/prokyber-s-r-o/esp32-c6-bug

allexokallexoK 10/06/2023 at 17:050 Comments

A little log on testing CircuitPython with Esp32-C6-Bug, I was surprised by how smooth the integration actually was. I just downloaded the CircuitPython repo with git clone --recursive https://github.com/adafruit/circuitpython.git  and followed the instructions here . Basic functions like led blinking and wifi scanning are supported out of the box... I guess more sophisticated things will be added later:)

The logic is negated(True-led off, False-led on)

Discussions