add remote source code (#12)

Co-authored-by: jyy <jiangyeying@m5stack.com>
This commit is contained in:
Jiangyy
2026-04-20 16:27:57 +08:00
committed by GitHub
parent dd34f9e0ec
commit 0cb413697b
29 changed files with 10886 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# StackChan-RemoteControl-ESPNow
This repository is designed to remotely control StackChan servo movements via the `ESPNow` protocol.
## Applicable Devices
* StickC-Plus + Hat Mini JoyC
## Compilation Environment
* IDFESP-IDF v5.4.2
* Device Typeesp32
## Compilation and Flashing
1. Before compilation, globally search the project for `__has_include(<driver/i2c_master.h>)` in `M5GFX` and replace all occurrences with `0`.
2. When flashing, specify the baud rate as `1500000`.
## Package Firmware
```
esptool.py --chip esp32 merge_bin -o StackChan-RemoteControl-ESPNow-jyy-20251231_0x0.bin 0x1000 build\bootloader\bootloader.bin 0x8000 build\partition_table\partition-table.bin 0x10000 build\StackChan-RemoteControl-ESPNow.bin
```