-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNote.txt
60 lines (48 loc) · 2.27 KB
/
Note.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
1. Konfigurasi WiFi
library: WiFimanager by tzapu
link: https://github.com/tzapu/WiFiManager
set default value: SSID, Password
2. Konfigurasi ThingSpeak
libary: ThingSpeak by MathWork
link: https://thingspeak.com/
2. Konfigurasi SPIFFS
library: default Arduino
set config.json file: Token Thingspeak, APIKey Thingspeak, telegram bot, telegram ID.
set tempData.json file untuk data sensor.
3. Konfigurasi DHT22
library: DHT Sensor Library by Adafruit
link: https://github.com/adafruit/DHT-sensor-library
4. Konfigurasi MQ7
library: MQUnifiedsensor by Miguel Califa
link: https://github.com/miguel5612/MQSensorsLib
5. Konfigurasi DSM501a
link pendukung: https://github.com/R2D2-2019/R2D2-2019/wiki/Is-the-given-formula-for-calculating-the-mg-m3-for-the-dust-sensor-dsm501a-correct%3F
link pendukung: https://forum.mysensors.org/topic/9497/dust-sensor-samyoung-dsm501a
link pendukung: https://github.com/fcgdam/ESP8266_AirQuality/blob/master/src/main.cpp
link pendukung: https://github.com/vinojv96/Air_Quality_Thingspeak
link pendukung: https://www.electroniclinic.com/dust-sensor-dsm501a-with-arduino-pm10-pm2-5-air-quality-monitoring/
link pendukung: https://www.hackster.io/mircemk/arduino-air-quality-monitor-with-dsm501a-sensor-b4f8fc
link pendukung: http://psenyukov.ru/%d0%b4%d0%b0%d1%82%d1%87%d0%b8%d0%ba-%d0%bf%d1%8b%d0%bb%d0%b8-dsm501a-%d0%bf%d0%be%d0%b4%d0%ba%d0%bb%d1%8e%d1%87%d0%b5%d0%bd%d0%b8%d0%b5-%d0%b5%d0%b3%d0%be-%d0%ba-arduino-esp32-%d0%b8-%d0%be%d1%82/
link pendukung: https://www.youtube.com/watch?v=G2SQT_K1uOY
6. TelegramBot
library: AsyncTelegram2
link: https://github.com/cotestatnt/asynctelegram2
TimeZone: https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv
bot: https://t.me/JsonDumpBot or https://t.me/getidsbot
7. SNTP (Simple Network Time Protocol)
link: https://playground.arduino.cc/Code/Time/
Air Quality Index : https://www.aqi.in/blog/indoor-air-quality-parameters/
Tingkatan Kulaitas Udara:
PM2.5:
< 11 : Clean
12-34 : Health
35-54 : Unhealthy
55-149 : Very Unhealthy
150 > : Dangerous
Gas Co
< 4 : Clean
4-8 : Health
9-14 : Unhealthy
15-30 : Very Unhealthy
30 > : Dangerous
Data yang diambil dari sensor berdasarkan penggunaan harian AC 8-10 jam perhari, penggunaan pada siang hari saja.