User demo source code of StamPLC.
python ./fetch_repos.py
sudo apt install build-essential cmake
mkdir build && cd build
cmake .. && make -j8
cd desktop && ./app_desktop_build
cd platforms/esp32s3
idf.py build
idf.py -p <YourPort> flash -b 1500000
parttool.py --port <YourPort> write_partition --partition-name=assetpool --input "./AssetPool.bin"
This project references the following open-source libraries and resources:
- https://github.com/m5stack/M5GFX
- https://github.com/m5stack/M5Unified
- https://github.com/bblanchon/ArduinoJson
- https://github.com/hoeken/PsychicHttp
- https://github.com/nayuki/QR-Code-generator
- https://github.com/raysan5/raylib
- https://github.com/adafruit/Adafruit_AW9523
- https://github.com/jarzebski/Arduino-INA226
- https://github.com/ARMmbed/LM75B
- https://github.com/alexreinert/piVCCU/blob/master/kernel/rtc-rx8130.c
- https://github.com/256dpi/arduino-mqtt