diff --git a/docs/cheat sheet.md b/docs/cheat sheet.md index 7ddf83c..46230d8 100644 --- a/docs/cheat sheet.md +++ b/docs/cheat sheet.md @@ -1,13 +1,13 @@ -# Hardware +# Hardware cheat sheet ### Lichtsensor wiring + [link uitleg](https://esp32io.com/tutorials/esp32-light-sensor) -![awa](https://esp32io.com/images/tutorial/esp32-light-sensor-wiring-diagram.jpg) +![electro diagram lichtsensor](https://esp32io.com/images/tutorial/esp32-light-sensor-wiring-diagram.jpg) --- ### Humid + Temp sensor wiring + [link uitleg](https://projecthub.arduino.cc/arcaegecengiz/using-dht11-12f621) -Gebruik niet de code die daar staat die werkt niet. Gebruik de [offichieele documentatie](https://github.com/dhrubasaha08/DHT11) van de sensor +Gebruik niet de code die daar staat die werkt niet. Gebruik de [officiële documentatie](https://github.com/dhrubasaha08/DHT11) van de sensor

In plaats van de 5v pin moet je de 3v3 pin gebruiken, want de esp32 S3 heeft geen 5v pin. De resistor is een 10KΩ

-![awa](https://projects.arduinocontent.cc/8187f1a6-b715-4b52-8c11-1507c3e80da4.png) +![electro diagram tempratuur en humidity sensorwa](https://projects.arduinocontent.cc/8187f1a6-b715-4b52-8c11-1507c3e80da4.png) --- ### Resistors herkennen -![awa](https://res.cloudinary.com/rspoc/image/upload/f_auto/q_auto/v1673284826/RS%20CONTENTFUL/Discovery/Other%20image%20assets/resistor_colour_code.jpg) \ No newline at end of file +![resistors guide](https://res.cloudinary.com/rspoc/image/upload/f_auto/q_auto/v1673284826/RS%20CONTENTFUL/Discovery/Other%20image%20assets/resistor_colour_code.jpg) \ No newline at end of file