blob: 25a2f4848036e4ea85763eb7873de0cc8f4f4680 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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
|