Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/devices/m5stack-stackchan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# M5Stack StackChan

## Features

- ✅ SD card
- ✅ USB Storage
- ✅ INA226 Power Monitoring, Charging status, battery
- ✅ BMI270 IMU
- ✅ BM8563 RTC

## Links

- [Official documentation](https://docs.m5stack.com/en/StackChan)
- [Official store](https://shop.m5stack.com/products/stackchan-kawaii-co-created-open-source-ai-desktop-robot)

5 changes: 3 additions & 2 deletions docs/devices/m5stack-sticks3.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# M5Stack StickS3

Because the device has very limited user input capabilities, it launches the web server application by default. The plan is to eventually enable navigation through the interface using its physical buttons.

## Features

- ✅ Navigation via the 2 buttons
- ✅ BMI270 IMU
- ✅ Power/Battery status
- ✅ USB Mass Storage
- ✅ SD card via diy sd card module

## Links

- [Official documentation](https://docs.m5stack.com/en/core/StickS3)
- [Official store](https://shop.m5stack.com/products/m5sticks3-esp32s3-mini-iot-dev-kit)
- [DIY SD Card](https://wiki.bruce.computer/wiring-diagrams/m5sticks3/sd-card)
15 changes: 13 additions & 2 deletions docs/devices/m5stack-tab5.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,20 @@ Both hardware variants of the Tab5 are supported.

- ✅ SD card
- ✅ Wi-Fi via ESP32-C6
- ✅ Sound (I2S)
- ✅ IO Expanders (both)
- ✅ BMI270
- ✅ BMI270 IMU
- ✅ INA226 Power Monitoring, Charging status, battery
- ✅ Bluetooth (BLE)
- ✅ I2S Speaker Output - ES8388
- ✅ I2S Microphone Input - ES7210
- ✅ Headphone detection / Speaker Mute
- ✅ RX8130CE RTC
- ⏳ USB Host (HID / MSC / MIDI) via the USB-A port - Coming Soon™️

## Not yet implemented

- Camera: SC2356 - requires i2c_master
- RS485: SIT3088

## Links

Expand Down
1 change: 1 addition & 0 deletions docs/supported-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Recommendations:
|[M5Stack Cardputer Adv](devices/m5stack-cardputer-adv.md)|🟧|🟩|8 MB|🟩|
|[M5Stack Core2](devices/m5stack-core2.md)|🟩|🟩|16 MB|🟩|
|[M5Stack CoreS3](devices/m5stack-cores3.md)|🟩|🟥|16 MB|🟩|
|[M5Stack StackChan](devices/m5stack-stackchan.md)(\*)|🟩|🟩|16 MB|🟩|
|[M5Stack StickC Plus](devices/m5stack-stickc-plus.md)|🟧|🟥|4 MB|🟩|
|[M5Stack StickC Plus2](devices/m5stack-stickc-plus2.md)|🟩|🟥|8 MB|🟩|
|[M5Stack StickS3](devices/m5stack-sticks3.md)(\*)|🟩|🟥|8 MB|🟩|
Expand Down