r/circuitpython

I created an MCP server that lets Codex access a Raspberry Pi Pico running CircuitPython.

With it, Codex can inspect the board, read and edit files, deploy code, run programs, reset the Pico, and watch serial output. Since Codex already understands CircuitPython, it can help write real board-ready code, and it can even find the correct Adafruit libraries online and install them for you.

Gotta love it.

https://github.com/neusse/Codex-Circuitpython-MCP

https://preview.redd.it/0lkl2pt9w0zg1.png?width=1267&format=png&auto=webp&s=7eff1a0a7c2b8fdc34bb4bdae2ebe54af9c17ed7

reddit.com
u/gneusse — 11 days ago

recommendations for a web server library

edit: i decided to go with microdot

im working on a esp32 project and i want a web control panel for the project. all i need to do is serve up a basic html page.

any recommendations for a webserver library for micropython?

im looking at microweb but documentation seems sparse

microweb · PyPI

u/thealienmothership — 8 days ago

Native CNN (Convolutional Neural Network Module) for CircuitPython

https://reddit.com/link/1t9zq71/video/0rm7hj2cnh0h1/player

Hi everyone! This is the result of a passion project I've been refining over the last couple of years. Here is link to source code : https://github.com/code2k13/cp-cnn-extension . Repo also contains pre-compiled firmware for pi pico / W . Let me know what you think. I am actively seeking advice on clean integration with official circuit python build system, currently its very patchy !

reddit.com
u/Key_Education_2557 — 4 days ago