Skip to content

arg7/esp32-wristband

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

No packages published