About 59,400 results
Open links in new tab
  1. CircuitPython

    CircuitPython wouldn't exist without the awesome work of Damien George and the MicroPython community. They did the hard work to reimplement Python on microcontrollers and continue to …

  2. GitHub - adafruit/circuitpython: CircuitPython - a Python ...

    CircuitPython is a beginner friendly, open source version of Python for tiny, inexpensive computers called microcontrollers. Microcontrollers are the brains of many electronics …

  3. Welcome to CircuitPython! - Adafruit Learning System

    Dec 19, 2017 · CircuitPython is a programming language designed to simplify experimenting and learning to program on low-cost microcontroller boards. It makes getting started easier than …

  4. CircuitPython - Wikipedia

    CircuitPython consists of a Python compiler to bytecode and a runtime interpreter of that bytecode that runs on the microcontroller hardware. The user is presented with an interactive prompt …

  5. Downloads - CircuitPython

    CircuitPython supported boards.

  6. circuitpython

    CircuitPython is Adafruit's branch of MicroPython designed to simplify experimentation and education on low-cost microcontrollers. It makes it easier than ever to get prototyping by …

  7. CircuitPython - Awesome

    Jul 21, 2025 · CircuitPython is Adafruit’s branch of MicroPython designed to simplify experimentation and education on low-cost microcontrollers. It makes it easier than ever to …

  8. Welcome to CircuitPython! - Adafruit Learning System

    Dec 19, 2017 · This guide will walk you through how to get started with CircuitPython. You'll learn how to install CircuitPython, get updated to the newest version of CircuitPython, setup a serial …

  9. CircuitPython Essentials - Adafruit Learning System

    Apr 2, 2018 · This guide provides examples of all the core modules and some of the common libraries found in CircuitPython and how they're used. You'll be able to use any board …

  10. Building CircuitPython — Adafruit CircuitPython 1 documentation

    Oct 17, 2025 · The easiest way to debug CircuitPython on hardware is with a JLink device, JLinkGDBServer, and an appropriate GDB. Instructions can be found at …