8000 GitHub - m5stack/M5StamPLC-UserDemo: M5StamPLC user demo for hardware evaluation.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

m5stack/M5StamPLC-UserDemo

Repository files navigation

StamPLC User Demo

User demo source code of StamPLC.

Build

Fetch Dependencies

python ./fetch_repos.py

Desktop Build

Tool Chains

sudo apt install build-essential cmake

Build

mkdir build && cd build
cmake .. && make -j8

Run

cd desktop && ./app_desktop_build

IDF Build

Tool Chains

ESP-IDF v5.1.4

Build

cd platforms/esp32s3
idf.py build

Flash

idf.py -p <YourPort> flash -b 1500000
Flash AssetPool Bin File
parttool.py --port <YourPort> write_partition --partition-name=assetpool --input "./AssetPool.bin"

Acknowledgments

This project references the following open-source libraries and resources:

About

M5StamPLC user demo for hardware evaluation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0