Files
StackChan/remote/code/README.md
T
2026-04-20 16:27:57 +08:00

24 lines
746 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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
```