This commit is contained in:
2023-02-17 22:29:27 +01:00
commit 5c7868d4a8
3 changed files with 53 additions and 0 deletions
Binary file not shown.
+20
View File
@@ -0,0 +1,20 @@
Hoe krijg ik code op het devboard?
Wat is het verschil tussen UART usbpoort en de USB usbpoort
Wat is uart precies
Hoe verbind ik het EInk display aan de devkit
> paneel heeft een 39FXL-RSM1-S-H-TB Connector. Die kan ik uitbreken naar iets nie
Hoe stuur ik het Display aan
Welke data over welke pinnen
Is er een protocol voor dit scherm
Wat gebeurt er met verkeerde code?
Kan ik de ESP slopen?
Hoe debug ik mijn code?
Wat is het verschil tussen de BOOT knop en de RESET knop?
> BOOT knop ingedrukt houden, en dan reset indrukken download nieuwe firmware op de esp.
Wat is de firmware precies?
Wat is het simpelste dat ik kan tonen op de display?
tm060sdhe1 ?
> alternatieve naam voor display.
+33
View File
@@ -0,0 +1,33 @@
# Eink display controlled by esp32
Project to try out the embedded coding scene.
Control an [eink display] with an esp32 (ESP32-S3-DevkitC-1).
# goals
Learn what embedded programming is like
Control the Eink display
Show a clock on the eink screen
## Eventual features
3d printed case
over the air updates
## Build steps
Install ESP_IDF https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/get-started/linux-macos-setup.html#get-started-linux-macos-first-steps
# 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
Step 5: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/get-started/linux-macos-setup.html#get-started-linux-macos-first-steps
# Notes
Display I have isn't easy to control. I'd need a controller chip or something better