https://github.com/beboxos/circuitpython
circuipython projects of BeBoX
https://github.com/beboxos/circuitpython
adafruit circuitpython esp32 raspberry-pi
Last synced: 4 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T15:00:45.000Z (over 2 years ago)
- Last Synced: 2024-09-27T09:23:33.804Z (8 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

[click here to go to this section](https://github.com/beboxos/circuitpython/tree/main/badger2040)
CircuitPython launcher for Adafruit PyPortal titano

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!

[clic here to jump directly to this section](https://github.com/beboxos/circuitpython/tree/main/pyportal%20titano/basicpython)
Keyboard Featherwing

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

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

[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

All examples etc made for this card [can be found here](https://github.com/beboxos/circuitpython/tree/main/ATMegaZero%20S2)
Seeed XIAO

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

[here you can find all my code for the Wio Terminal](https://github.com/beboxos/circuitpython/tree/main/WIO%20terminal)