Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beboxos/circuitpython
circuipython projects of BeBoX
https://github.com/beboxos/circuitpython
adafruit circuitpython esp32 raspberry-pi
Last synced: 2 months ago
JSON representation
circuipython projects of BeBoX
- Host: GitHub
- URL: https://github.com/beboxos/circuitpython
- Owner: beboxos
- Created: 2021-07-27T11:22:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T15:00:45.000Z (almost 2 years ago)
- Last Synced: 2024-09-27T09:23:33.804Z (3 months ago)
- Topics: adafruit, circuitpython, esp32, raspberry-pi
- Language: Python
- Homepage:
- Size: 18 MB
- Stars: 45
- Watchers: 8
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to BeBoXoS CircuitPython repository
On my repository you will find...
CircuitPython BadgerOS for Pimorini Barger2040
![anim](https://github.com/beboxos/circuitpython/blob/main/badger2040/pics/badgeranim.gif)
[click here to go to this section](https://github.com/beboxos/circuitpython/tree/main/badger2040)
CircuitPython launcher for Adafruit PyPortal titano
![launcher](/images/launcher.png)
A touch application launcher for CircuitPython
[Clic here to go to this section](https://github.com/beboxos/circuitpython/tree/main/pyportal%20titano/Circuitpyton%20launcher)Basic Python for PyPortal (Works on Wio Terminal too!)
Based on the wonderful piece of code by Scott Shawcroft, original version from https://github.com/tannewt/basicpython.
Originally ir is an experiment to edit Python code like BASIC was edited. The idea is to imagine this as the default mode on a Raspberry Pi 400.I ported it to Adafruit Pyportal Titano CircuitPython (works on Wio Terminal under CircuitPython too).
I added support for the I2C M5Stack CardKB keyboard, but it can work with any keyboard. I added a `dir` function to list files in a directory.
On the next update, I will try to add more features to act as a light OS.
This makes our little gadgets autonomous for running and coding on the go.
Enjoy!
![bpyth](https://github.com/tannewt/basicpython/raw/main/example.svg)
[clic here to jump directly to this section](https://github.com/beboxos/circuitpython/tree/main/pyportal%20titano/basicpython)
Keyboard Featherwing
![keyboardfeatherwing](/images/keyboardfeatherwing.png)
All my code for Keyboard Featherwing
* [Code for Feather S2](https://github.com/beboxos/circuitpython/tree/main/Keyboard_Featherwing/FeatherS2)
* [Code for Feather M4 Express](https://github.com/beboxos/circuitpython/tree/main/Keyboard_Featherwing/M4_Express_Feather)pico RGB keypad
![pico](/images/picorgb.jpg)
All my code for Raspberry Pi pico RGB keypad
[CLic here to access this section](https://github.com/beboxos/circuitpython/tree/main/pico%20RGB%20Keyboard)
Challenger 2040 wifi Feather
![challenger](/images/challenger.png)
[Clic here to access my section for Challenger2040Wifi](https://github.com/beboxos/circuitpython/tree/main/Challenger2040WiFi) (basically a pico 2040 with ESP8682 Wifi)
ATMegaZero S2
![atmega](/images/atmegazero.png)
All examples etc made for this card [can be found here](https://github.com/beboxos/circuitpython/tree/main/ATMegaZero%20S2)
Seeed XIAO
![seed](/images/xiao.png)
In this [section you will find all my codes for Seeed Xiao](https://github.com/beboxos/circuitpython/tree/main/Seeed%20XIAO) inclued my [UART to HID code](https://github.com/beboxos/circuitpython/tree/main/Seeed%20XIAO/UartToHID).Adafruit MagTag
[!img](/images/img.jpg)
[here you can find all apps for this device](https://github.com/beboxos/circuitpython/tree/main/MagTag)
Seeed Wio Terminal
![img2](/images/wio.png)
[here you can find all my code for the Wio Terminal](https://github.com/beboxos/circuitpython/tree/main/WIO%20terminal)