diff options
Diffstat (limited to 'LINKS.md')
-rw-r--r-- | LINKS.md | 26 |
1 files changed, 22 insertions, 4 deletions
@@ -1,4 +1,22 @@ -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 +HARDWARE: + +https://randomnerdtutorials.com/getting-started-with-esp32/ -- main board (ESP32 Board) - general info - has wifi and is kute + +(done) toadd - temperature and humidity sensors (DHT Unified Sensor) - i simply used the examples provided by the library it comes with + +(done) toadd - air quality detector for ppm measurements (MQ135 Sensor) +https://blog.asksensors.com/air-quality-sensor-mq135-cloud-mqtt/ - reference for acieving a workaround for the MQ 135 Sensor + +https://www.mechatronicstore.cl/wp-content/uploads/datasheet-sensor-dsm501a.pdf -- dust sensor (DSM501A Sensor) +https://www.instructables.com/Dust-Sensor-With-DSM501a-and-ESP8266/ -- example of using the sensor that i ve tried to replicate + +DATABASE CONTENDERRRRRRRRRRRRRRRr: + +https://cassandra.apache.org/_/quickstart.html -- i like this containarization +https://graphql.org/ - graphs dbs + +SOME OTHER THINGS I VE SEEN: + +https://github.com/expressjs/express +https://nodejs.org/en/download +https://www.npmjs.com/package/express
\ No newline at end of file |