diff options
author | Alphara <42233094+xAlpharax@users.noreply.github.com> | 2023-11-04 18:31:33 +0000 |
---|---|---|
committer | Alphara <42233094+xAlpharax@users.noreply.github.com> | 2023-11-04 18:31:33 +0000 |
commit | 097c457e47a7a61ce50267dd7204089702ed68c5 (patch) | |
tree | 898f73323bb0af13e1c3603e44a4150a05e5ffb9 /LINKS.md | |
parent | 9f33e5a68b0013a1f1a7aa010e246616df74bf60 (diff) |
figured dsm501a out
figured dsm501a out but needs a better integration since it is inconsistent with all the reporting
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 |