SMS Configuration: Difference between revisions
No edit summary |
No edit summary |
||
| Line 39: | Line 39: | ||
</pre> | </pre> | ||
{| class="wikitable" | {| style="width:100%;" | ||
| style="vertical-align:top; width:50%;" | | |||
! Parameter ! | {| class="wikitable" | ||
! style="background-color:#800020; white-space:nowrap; color:white;" | Parameter | |||
! style="background-color:#800020; white-space:nowrap; color:white;" | Description | |||
|- | |- | ||
| GSM Status || 1 = Registered, 2 = Searching, 3 = Denied, 5 = Roaming OK, 0 = Not registered | | GSM Status || 1 = Registered, 2 = Searching, 3 = Denied, 5 = Roaming OK, 0 = Not registered | ||
|- | |- | ||
| GPRS Status || 1 = Registered, 2 = Searching, 3 = Denied, 5 = Roaming OK, 0 = Not registered | | GPRS Status || 1 = Registered, 2 = Searching, 3 = Denied, 5 = Roaming OK, 0 = Not registered | ||
|- | |- | ||
| Signal Strength || Range: 1–31 ASU | | Signal Strength || Range: 1–31 ASU | ||
|- | |- | ||
| GSM/GPRS Loss Timer || Elapsed time in seconds since network loss | | GSM/GPRS Loss Timer || Elapsed time in seconds since network loss | ||
|} | |} | ||
| Line 115: | Line 108: | ||
Configure reporting intervals for different operational states: | Configure reporting intervals for different operational states: | ||
{| class="wikitable" | {| style="width:100%;" | ||
| style="vertical-align:top; width:50%;" | | |||
! Mode ! | {| class="wikitable" | ||
! style="background-color:#800020; white-space:nowrap; color:white;" | Mode | |||
! style="background-color:#800020; white-space:nowrap; color:white;" | Purpose | |||
! style="background-color:#800020; white-space:nowrap; color:white;" | Command Format | |||
! style="background-color:#800020; white-space:nowrap; color:white;" | Unit | |||
! style="background-color:#800020; white-space:nowrap; color:white;" | Example | |||
! style="background-color:#800020; white-space:nowrap; color:white;" | Expected Response | |||
|- | |- | ||
| Motion || When vehicle is moving || SET CUUR:<seconds> || Seconds || SET CUUR:30 || CUUR: 30 | | Motion || When vehicle is moving || SET CUUR:<seconds> || Seconds || SET CUUR:30 || CUUR: 30 | ||
|- | |- | ||
| Halt || When vehicle is stationary || SET CUURT:<minutes> || Minutes || SET CUURT:30 || CUURT: 30 | | Halt || When vehicle is stationary || SET CUURT:<minutes> || Minutes || SET CUURT:30 || CUURT: 30 | ||
|- | |- | ||
| Sleep || In low-power/idle state || SET CUURS:<minutes> || Minutes || SET CUURS:30 || CUURS: 30 | | Sleep || In low-power/idle state || SET CUURS:<minutes> || Minutes || SET CUURS:30 || CUURS: 30 | ||
|} | |} | ||
Revision as of 04:35, 24 June 2025
🔧 Basic Configuration via SMS
1. Insert SIM Card
- Insert either an open SIM or an M2M SIM card into the device.
- If using M2M SIM, ensure the required IP or URL is whitelisted on the operator portal for uninterrupted data communication.
2. Configure the APN
Set the APN according to the SIM card being used:
SET CUAPN:M2MISAFEcom → (For VI M2M SIM) SET CUAPN:airtelgprs.com → (For AIRTEL)
Expected Response:
APN:M2MISAFEcom
✅ Ensure the APN response matches the command sent.
3. Verify Network Status
Send the following command to check network registration and signal strength:
GET CUNWI
Response Format:
CUNWI:<Operator Name>-<MCC>-<MNC>-<GSM Status>-<GPRS Status>-<Signal Strength>-<GSM Loss Timer>-<GPRS Loss Timer>
✅ Check for registration status and reasonable signal strength before proceeding. 4. Enable Data TransmissionTo enable telemetry data transmission to your backend: SET CUENIP:<IP_Mode>.<State>,<IP_Mode>.<State>
Example: SET CUENIP:1.0 ✅ This enables Transight server and disables Customer server by default. 5. Configure Server IP/URLSet the backend server endpoint using TCP or HTTP: SET CUURL:TCP:<IP>:<PORT> SET CUURL:<HTTP URL> Examples: SET CUURL:http://livedata.example.net:6000/data SET CUURL:TCP:15.235.9.66:50334 Expected Response: URL:http://livedata.example.net:6000/data URL:TCP:15.235.9.66:50334 ✅ Verify response matches the server details. 6. Set Data Transmission Frequency (CUUR, CUURT, CUURS)Configure reporting intervals for different operational states:
|