-
Notifications
You must be signed in to change notification settings - Fork 0
LILYGO T-Wristband MPU9250 ESP-IDF project
License
arg7/esp32-wristband
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Install Visual Code Install ESP-IDF extension Create a blank ESP-IDF project from IDF Terminal: mkdir -p components && \ cd components && \ git clone https://github.com/espressif/arduino-esp32.git arduino && \ cd arduino && \ git submodule update --init --recursive && \ cd ../.. && \ idf.py menuconfig see: https://espressif-docs.readthedocs-hosted.com/projects/arduino-esp32/en/latest/esp-idf_component.html idf.py build idf.py -p <PORT> flash idf.py -p <PORT> monitor NOTE: to fix IndexError: string index out of range do: rm -r build idf.py build
About
LILYGO T-Wristband MPU9250 ESP-IDF project
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published