Sabtu, 30 April 2022
Minggu, 13 Maret 2022
Sabtu, 12 Maret 2022
RSSI / Signal SIM800l
Value RSSI dBm Condition
2 -109 Marginal
3 -107 Marginal
4 -105 Marginal
5 -103 Marginal
6 -101 Marginal
7 -99 Marginal
8 -97 Marginal
9 -95 Marginal
10 -93 OK
11 -91 OK
12 -89 OK
13 -87 OK
14 -85 OK
15 -83 Good
16 -81 Good
17 -79 Good
18 -77 Good
19 -75 Good
20 -73 Excellent
21 -71 Excellent
22 -69 Excellent
23 -67 Excellent
24 -65 Excellent
25 -63 Excellent
26 -61 Excellent
27 -59 Excellent
28 -57 Excellent
29 -55 Excellent
30 -53 Excellent
bool res = modem.isGprsConnected();
DBG("GPRS status:", res ? "connected" : "not connected");
String ccid = modem.getSimCCID();
DBG("CCID:", ccid);
String imei = modem.getIMEI();
DBG("IMEI:", imei);
String imsi = modem.getIMSI();
DBG("IMSI:", imsi);
String cop = modem.getOperator();
DBG("Operator:", cop);
IPAddress local = modem.localIP();
DBG("Local IP:", local);
Senin, 28 Februari 2022
cara reset energy atau value kwh PM2120
How to reset the energy value of PM2100
Clear screen enables you to reset energy, demand, min / max, or max demand values.
Entering Clear screen
The meter’s display screen and buttons allow you to navigate to Clear.
1. Press and hold the OK button for 2 seconds.
2. Press the Up button to select Yes.
3. Press OK.
4. Enter password. Default password is 0000.
5. Press OK.
6. Press the Down or Up button to navigate to the required parameter for clearing
the values.
7. Press and hold the OK button simultaneously for 2 seconds to exit Clear
screen.
Sabtu, 26 Februari 2022
Minggu, 20 Februari 2022
-
berikut caranya: Kirim sebuah teks apa aja ke grup telegram. Masukkan bot telegram Anda ke grup tersebut Buka browser dan tulis https://api...
-
#define BLYNK_PRINT Serial #include <TimeLib.h> #include <ESP8266WiFi.h> #include <BlynkSimpleEsp8266.h> #include <Wi...
-
ini adalah sebuah alat pengukuran energi listrik yang dipakai oleh orang yang menggunakan listrik. kwh ini mempunyai fitur modbus. seb...

