diff --git a/log b/log new file mode 100644 index 0000000..f8d80df --- /dev/null +++ b/log @@ -0,0 +1,15 @@ +Vrijdag 17/02/2023 +Veel uitzoek werk gedaan. Lijst met vragen opgesteld die ik later kan gaan uitzoeken +ESP32 software development opgezet, zodat ik code can gaan schrijven. + +Scherm dat ik heb heeft geen controller erbij. Dus dat wordt dan direct aansturen, daarvoor moet ik een connector kopen en wss een apart chip hebben om dit te doen. +Of ik maak de keuze om een nieuwe display te bestellen die makkelijker te besturen is. 7 inch is ook wel erg groot voor dit project. + + +Zondag 19/02/2023 +Besloten om een nieuw scherm te kopen, moet focus houden op het product afmaken, en het direct aansturen gaat te veel tijd kosten. + +Maandag 20/02/2023 +HelloWorld applicatie naarbinnen getrokken en kunnen bouwen! + + diff --git a/questions.txt b/questions.txt index 7ff123a..234c2a3 100644 --- a/questions.txt +++ b/questions.txt @@ -1,6 +1,7 @@ Hoe krijg ik code op het devboard? Wat is het verschil tussen UART usbpoort en de USB usbpoort Wat is uart precies +Wat is SPI? 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 @@ -14,7 +15,7 @@ Wat is het verschil tussen de BOOT knop en de RESET knop? Wat is de firmware precies? Wat is het simpelste dat ik kan tonen op de display? - -tm060sdhe1 ? +wat betekend tm060sdhe1 op het scherm? > alternatieve naam voor display. +Wat is minimaal nodig om een build te doen? \ No newline at end of file diff --git a/readme.md b/readme.md index 590b486..fee19cc 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,8 @@ # Eink display controlled by esp32 Project to try out the embedded coding scene. -Control an [eink display] with an esp32 (ESP32-S3-DevkitC-1). +Control an https://www.waveshare.com/product/4.2inch-e-paper-module.htm with an esp32 (ESP32-S3-DevkitC-1). +Shows the current time on the display. # goals @@ -16,7 +17,10 @@ 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 +- 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 +- Run `get_idf` +- ? Cmake or something +- @@ -26,8 +30,15 @@ https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/get-started/index. Step 5: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/get-started/linux-macos-setup.html#get-started-linux-macos-first-steps +http://essentialscrap.com/eink/ Gaat ook specifiek over mijn display unit. + + # Notes -Display I have isn't easy to control. I'd need a controller chip or something better +Display I have isn't easy to control. I'd need a controller chip or something. Or +# Todo +Buy a new screen; maybe with raspi header and control it from the ESP. +2. https://www.waveshare.com/product/4.2inch-e-paper-module.htm +Choice between uart & SPI too...