About 26,600 results
Open links in new tab
  1. CircuitPython Essentials - Adafruit Learning System

    Apr 2, 2018 · CircuitPython Essentials! 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 designed for CircuitPython and learn about the different concepts included in …

  2. 25 Must-Try CircuitPython Examples to Spark Your Creativity …

    6 days ago · CircuitPython simplifies microcontroller programming with an easy-to-use Python-based language and plug-and-play hardware. Explore 25 diverse examples, from blinking LEDs and sensor reading to wireless IoT projects and wearable tech. Learn how to leverage CircuitPython libraries for sensors, actuators, and communication protocols.

  3. Examples — Adafruit Requests Library 1.0 documentation - CircuitPython

    Below are a few examples, for use with common boards. There are more in the examples folder of the library.

  4. GitHub - adafruit/awesome-circuitpython: A curated list of …

    Apr 11, 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 start prototyping by requiring no upfront desktop software downloads.

  5. CircuitPython Code Examples - Adafruit Learning System

    Apr 11, 2021 · The following CircuitPython code examples will sweep an attached motor's duty cycle from 0% to 100% in 2% increments in one direction. Each step of the duty cycle will hold for 1 second. The motor stops at the end of the code.

  6. CircuitPython Examples | Introducing Adafruit Crickit #MakeRobotFriend ...

    May 16, 2018 · Need some...err...inspiration? Here's some example projects with CircuitPython code and wiring diagrams. They're not full-featured guides but they provide a good basis for seeing how to use Crickit!

  7. Feb 14, 2022 · There are a number of core modules built into CircuitPython and commonly used libraries available. This guide will introduce you to these and show you an example of how to use each one. Each section will present you with a piece of code designed to work with different boards, and explain how to use the code with each board. These examples work with

  8. CircuitPython — Adafruit CircuitPython 1 documentation

    3 days ago · CircuitPython features unified Python core APIs and a growing list of 300+ device libraries and drivers that work with it. These libraries also work on single board computers with regular Python via the Adafruit Blinka Library. CircuitPython …

  9. Simple test — Adafruit CircuitPlayground Library 1.0 documentation

    Ensure your device works with this simple test. 1 # SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries 2 # SPDX-License-Identifier: MIT 3 4 """ 5 This example uses the accelerometer on the Circuit Playground. It prints the values. …

  10. CircuitPython usage examples - adafruit industries

    Apr 28, 2018 · Are you looking for something like this? https://learn.adafruit.com/circuitpython-essentials. by KarlD39 » Tue May 29, 2018 6:25 am. A specific example would be the use of the send instruction and how it needs to be formatted. # to be received. This uses the default RadioHead compatible GFSK_Rb250_Fd250.

Refresh