Atani's ESP32olcbio

Atani's ESP32olcbio

ESP32 DevKit-C boards

ESP-IDF v4.4 (make sure you use v4.4.*): https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup.html

also, you need gzip for windows, and make sure you add it to the PATH env variable.

Code:
git clone --recursive https://github.com/atanisoft/esp32olcbio.git

change into the esp32olcbio/firmware directory.

Code:
idf.py set-target esp32

Code:
idf.py menuconfig
set the WiFi SSID and SSID password, and set from AP to Station

Code:
idf.py build

Code:
idf.py -p (PORT) flash
where port is the com serial port
Author
travis_farmer
Views
22
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from travis_farmer

Back
Top