An open API service indexing awesome lists of open source software.

https://github.com/stickfirmware/stick

Firmware for M5StickC Plus 2, based on micropython
https://github.com/stickfirmware/stick

bruce esp32 firmware flipperzero hacking m5stack m5stick m5stickc micropython

Last synced: 6 months ago
JSON representation

Firmware for M5StickC Plus 2, based on micropython

Awesome Lists containing this project

README

          

# Kitki30 Stick
Makes your stick a usefull EDC device
## Features
- Clock with i2c RTC sync
- Screen auto-rotate by IMU
- Custom and built in apps

> [!NOTE]
> Don't be scared if there was no commit for a whole month, i work in the backgroud and don't feel like commiting broken features. You can contact me on telegram (@Kitki300) if you want latest off github copy.

## Supported devices
**M5StickC Plus2** is the only device supported, if M5Stack will release a new stick, i will probably try to port this firmware to it.

## Milestones
- [X] IMU Support
- [ ] Refactor code (In progress)
- [ ] Better power saving (In progress)
- [ ] Bluethooth support
- [ ] Autoupdate
- [ ] Better SD card support

## Supported UNIT modules
- CardKB for terminal

## Instalation
We need to add an installer later

1. Install micropython with esp_tool, thonny or M5Burner (v1.23.0 is the only tested version, make sure it has SPIRAM support)
2. Copy the files from **src** directory, using thonny (with files view) or something else
3. Done!