Close

CircuitPython in a small factor with CircuitBrains Deluxe

oshparkoshpark wrote 12/16/2019 at 17:16 • 1 min read • Like

Kevin Neubauer has designed a System-on-Module (SoM) to run Circuit Python:

CircuitBrains Deluxe

I love Adafruit’s CircuitPython product line. The ability to just plug your board into USB, make code changes, and see them take effect in real-time is amazing. However, when it comes to finishing up a CircuitPython project, I felt limited in choice for a small form-factor, streamlined board. I always ended up creating my own boards. The overhead in doing this was huge though. You have to make sure your design has proper power, decoupling, and clock. Then you source all of the parts. After that you lay out the PCB and have it fabricated. When the PCB and parts arrive, you have to deal with finicky small-pitch surface mount assembly. Finally, you need to download the sources for the UF2 bootloader and CircuitPython and define your board, compile, and flash. This makes what should be a small project pretty time consuming and tedious!
Like

Discussions