All Projects → adafruit → Awesome Circuitpython

adafruit / Awesome Circuitpython

A curated list of awesome CircuitPython guides, videos, libraries, frameworks, software and resources.

Programming Languages

python
139335 projects - #7 most used programming language
micropython
64 projects

Projects that are alternatives of or similar to Awesome Circuitpython

Wasm3
🚀 The fastest WebAssembly interpreter, and the most universal runtime
Stars: ✭ 4,375 (+1115.28%)
Mutual labels:  iot, embedded
Platform Espressif8266
Espressif 8266: development platform for PlatformIO
Stars: ✭ 206 (-42.78%)
Mutual labels:  iot, embedded
Zenoh
zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.
Stars: ✭ 182 (-49.44%)
Mutual labels:  iot, embedded
Wolfssh
wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
Stars: ✭ 142 (-60.56%)
Mutual labels:  iot, embedded
Tock
A secure embedded operating system for microcontrollers
Stars: ✭ 3,258 (+805%)
Mutual labels:  iot, embedded
Esp8266 Firmware
DeviceHive esp8266 firmware. Control hardware via clouds with DeviceHive!
Stars: ✭ 154 (-57.22%)
Mutual labels:  iot, embedded
Opcua
A client and server implementation of the OPC UA specification written in Rust
Stars: ✭ 202 (-43.89%)
Mutual labels:  iot, embedded
Szl
A lightweight, embeddable scripting language
Stars: ✭ 134 (-62.78%)
Mutual labels:  iot, embedded
Parse Embedded Sdks
The Embedded SDKs for the Parse Platform
Stars: ✭ 244 (-32.22%)
Mutual labels:  iot, embedded
Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+626.39%)
Mutual labels:  iot, embedded
Grisp
GRiSP Erlang Runtime Library
Stars: ✭ 141 (-60.83%)
Mutual labels:  iot, embedded
Waterius
Передача показаний воды по Wi-Fi. Watermeter Wi-Fi transmitter.
Stars: ✭ 295 (-18.06%)
Mutual labels:  iot, embedded
Lib Python
Blynk IoT library for Python and Micropython
Stars: ✭ 140 (-61.11%)
Mutual labels:  iot, embedded
Wasm Micro Runtime
WebAssembly Micro Runtime (WAMR)
Stars: ✭ 2,440 (+577.78%)
Mutual labels:  iot, embedded
Chino Os
A real time operating system for IoT written in C++
Stars: ✭ 139 (-61.39%)
Mutual labels:  iot, embedded
Deviceplane
Open source device management for embedded systems and edge computing
Stars: ✭ 917 (+154.72%)
Mutual labels:  iot, embedded
Anjay
C implementation of the client-side OMA LwM2M protocol
Stars: ✭ 115 (-68.06%)
Mutual labels:  iot, embedded
Awesome Micropython
Curated list of awesome MicroPython resources
Stars: ✭ 120 (-66.67%)
Mutual labels:  iot, embedded
Openthread
OpenThread released by Google is an open-source implementation of the Thread networking protocol
Stars: ✭ 2,643 (+634.17%)
Mutual labels:  iot, embedded
Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+818.06%)
Mutual labels:  iot, embedded

Awesome CircuitPython

Awesome

A curated list of awesome CircuitPython guides, videos, libraries, frameworks, software and resources.

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. With CircuitPython you can write clean and simple Python code to control hardware instead of having to use complex low-level languages like C or C++ (what Arduino uses for programming). It's great for beginners!

Contents

CircuitPython.org

CircuitPython.org is the first stop on the information snake highway. Here you can see all the supported boards and download the specific firmware for each one, including beta, latest, and previous versions. Downloads can be sorted by: maker, features, name, and more. At this time there are over 80 boards supported in the CircuitPython family!

Guides

Community

Books

Code

Frameworks

Hardware

All supported boards may be viewed at circuitpython.org to include descriptions, pictures, and compatible CircuitPython builds. A summary of current boards on circuitpython.org:

Adding new boards to the CircuitPython list on circuitpython.org: Please do a pull request on GitHub at https://github.com/adafruit/circuitpython. CircuitPython developers may help get the correct pin data and other information to map a new board.

CircuitPython sensors and accessories - Complete listing of sensors, LCDs, displays, robotics, breakout boards, and more.

python.digikey.com - Digi-Key electronics has a listing of all Python-supported boards on their site in one location including CircuitPython and MicroPython boards.

Newsletter

News

Art

Social

Podcasts

Events

Swag

Talks

Contributing

Contributions and suggestions are always welcome! Please make pull requests from your own fork to modify Awesome CircuitPython.

The workflow is explained in detail here: Adafruit : Contribute to CircuitPython with Git and GitHub

Contribution Workflow Overview

  1. Fork the repo on Github.
  2. Clone the forked repo to your drive.
  3. Add a remote using owner adafruit and the original URL.
  4. Fetch the remote
  5. Merge adafruit master (or main)
  6. Create a branch
  7. Make a change
  8. Commit and push to your repo
  9. Create a pull request on the official repo.
  10. Once accepted, repeat by merging from the official repo to your fork's master, and re-branch.

License & Trademarks

CC0

To the extent possible under law, the authors have waived all copyright and related or neighbouring rights to this work.

Last updated: February 28, 2020

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].