diff options
author | Alphara <42233094+xAlpharax@users.noreply.github.com> | 2023-11-04 12:59:53 +0000 |
---|---|---|
committer | Alphara <42233094+xAlpharax@users.noreply.github.com> | 2023-11-04 12:59:53 +0000 |
commit | 9cb5a1dab096ba3d7babe1fc2d2717f5cea65cb8 (patch) | |
tree | b24338efcbb2b9b2ebbe5a6225b034966edd0ffe /LINKS.md | |
parent | 8b0b2077604d6bb7c6a5b5591ccd4d56e14e406a (diff) |
Indeed many changes to start off optimistically:]
Pretty much just learned how to use the board, the components, wiring of things and how to use a breadboard.
Also I have been really frustrated to learn that arduino ides and bunch of other things work absolutlely terrible under linux and not only. It even works buggy ways within Windows (i also tried legacy versions and achieved the same conclusion).
Anyways, not really much to detail other than my learning process.
Diffstat (limited to 'LINKS.md')
-rw-r--r-- | LINKS.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/LINKS.md b/LINKS.md new file mode 100644 index 0000000..fc3d211 --- /dev/null +++ b/LINKS.md @@ -0,0 +1,4 @@ +https://randomnerdtutorials.com/getting-started-with-esp32/ -- main board (ESP32 Board) +toadd - temperature and humidity sensors (DHT Unified Sensor) +toadd - air quality detector for ppm measurements (MQ135 Sensor) +https://www.mechatronicstore.cl/wp-content/uploads/datasheet-sensor-dsm501a.pdf -- dust sensor (DSM501A Sensor)
\ No newline at end of file |