You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Tarik Hijstek c8e7e2d3fa extra info 3 years ago
docs Init 3 years ago
main Toevoegen template project 3 years ago
.gitignore Toevoegen template project 3 years ago
CMakeLists.txt Toevoegen template project 3 years ago
LICENSE Toevoegen template project 3 years ago
Makefile Toevoegen template project 3 years ago
log.txt rename log 3 years ago
questions.txt voortgang maandag 3 years ago
readme.md extra info 3 years ago

readme.md

Eink display controlled by esp32

Project to try out the embedded coding scene.

goals

Learn what embedded programming is like Basic webserver & rest api. Connect to WiFi

Build steps

Flashing help

idf.py -p [PORT] flash (or let it auto detect) (add yourself to the uccp group tho) Don't forget to close any serial connections open to the device.

serial config

Baud rate = 115200 data bits = 8 stop bits = 1 parity = N

links

https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/get-started/index.html