
manual GSM Controller v3.0 – GSMKON-030
9
www.tinycontrol.eu
must be divided by 100, for PT1000 and DHT divided by 10.
adcprint=2 – displays the values directly (without any conversion to a voltage as above)
with 12-bit converter for analog inputs VIN, PT1000, INP1A, INP2A, INP3A, values can vary
from 0 to 4096, depending on the size of the measured voltage, eg for INP1A - for 0 volts
will be set to 0, the 35V will be similar to 4096, for INP2A and INP3A, for 0 volts is 0 for 3.3V
will be close to 4096.
adcprint=3 – displays the values of the sensors DS18B20, the result must be divided by 10
adcprint=0 – disables the display of the above-mentioned values
22. conrm – value of 1 enables sending return SMS after commands: reboot, on, o
23. vinread – reads the value of VIN (the supply voltage), read-only command
24. ptread – reads the value of PT1000, read-only command,
25. inp1aread – reads the value of INP1A, read-only command
26. inp2aread – reads the value of INP2A, read-only command
27. inp3aread – reads the value of INP3A, read-only command
28. dthtread – reads the value of the temperature DHT sensor, a read-only command
29. dthhread – reads the value of the humidity DHT sensor, a read-only command
30. dsread – reads the value of 8 sensors DS18B20, read-only command
31. vinset – sets the voltage at which, if exceeded / decrease will be sent SMS
Examples:
vinset=12,34 – sets the value of the 12.34V
vinset? – reads the set value
32. vinhis – sets the hysteresis for the above set voltage
Examples:
vinhis=0,80 – histereza ±0,80V
33. gprsapn – sets the apn, username and password for GPRS
Examples:
gprsapn=”internet”,”user”,”paswd” – enter values as in the example of quotes, below
an example of how to set a blank password and user
gprsapn=”internet”,””,””
34. gprsstart – GPRS starts, you do not have to run like we want to send data to the server
via HTTP
35. gprsstop – stops GPRS
35. httpver – sets the http client version
Examples:
httpver=1 – sets the http client versions 1.1
httpver=0 – sets the http client versions 1.0