Q

QubiSense

ASSET TRACKING DASHBOARD

Real-time asset tracking & sensor monitoring

Q
QubiSense
ASSET TRACKING DASHBOARD
Dashboard
Map
Devices
AT Ref
Setup Guide ↗
-- MQTT
--
Alert Thresholds
Active Alerts
No alerts
Waiting for device...
GPS Location
Waiting for GPS fix...
WiFi Indoor Location (MLS)
Temperature
--C
--
Humidity
--%
Relative humidity
Light
--lx
Ambient light
Battery
--V
--
Signal
--/31
Vi India LTE
Altitude
--m
Speed: --
Accelerometer
X
--
Y
--
Z
--
Motion / Vibration
STILL
No motion detected
iBeacon Scan
--
No scan yet
IOBOT Tag
--°C
No tag in range
Cell Location
--
Send AT+QENG="servingcell"
Device Time (Local)
--
Packet #--
Send Command
Interval:
GPS: AT Query: Motion: BLE:
Device Response
Send a command to see response here...
Activity Log  
Time Rcvd (Local)GPSTempHumidityBatterySignalLocation
Waiting for data...
No GPS fix

Device Management

Add New Device

12-digit ID from AT+QINFO?
15-digit, visible in Config Tool → Device Info
Max 19 characters (MOKO confirmed)

Edit Device

AT Command Reference

Send via dashboard Send Command panel. Click any command to copy it.
Status & Info
Command Description Expected Response
AT+QINFO?Full device status — network, GPS, MQTT, interval, APNNet:"Vi India",LTE / CSQ:31 / GNSS:1 / IP:connected / Report:60
AT+WORKMODE?Operating mode (2 = tracking + trigger, required for motion)+WORKMODE:2
AT+SLEEPMODE?Sleep mode (0 = always awake, required for 60s interval)+SLEEPMODE:0
AT+SENSORMASK?Active sensors bitmask (31 = all: light+temp+humi+accel+limit)+SENSORMASK:31
AT+REPORTMASK?Active report fields bitmask (32767 = all)+REPORTMASK:32767
AT+GNSSENABLE?GPS module enabled state+GNSSENABLE:1
Interval Settings
Command Description Expected Response
AT+TIMEGAP?Current report & sample intervals+TIMEGAP:0,60,1,60
AT+TIMEGAP=0,60,1,60Set 60 second reporting intervalOK
AT+TIMEGAP=0,300,1,300Set 5 minute reporting intervalOK
AT+TIMEGAP=0,600,1,600Set 10 minute reporting intervalOK
AT+WORKMODE=2Enable tracking + trigger mode (required for motion detection)OK
AT+SLEEPMODE=0Disable sleep — modem stays awake (needed for 60s interval)OK
Motion / Vibration Detection
Command Description Expected Response
AT+VIBPARAM?Current vibration params — enable, range, threshold+VIBPARAM:1,0,10
AT+VIBPARAM=1,0,10Enable motion: 2g range, threshold 10 (sensitive). Use 0,1,100 to disable.OK
AT+MOTION?Motion trigger params — count, time window, cooldown+MOTION:2,5,60
AT+MOTION=2,5,60Trigger on 2 vibrations within 5s; 60s cooldown between alertsOK
AT+TRIGGERMODE?Trigger mode params — duration, condition, intervals, workmode+TRIGGERMODE:3600,2,60,60,2
AT+TRIGGERMODE=3600,2,60,60,2On motion: report every 60s for 3600s in workmode 2OK
AT+VIBPARAM=0,1,100Disable motion detection (restore defaults)OK
AT+TRIGGERMODE=0,0,60,60,2Disable trigger mode (duration=0)OK
BT / BLE
Command Description Expected Response
AT+BTENABLE?BLE state and advertising interval (20 = default)+BTENABLE:0,20
AT+BTENABLE=1,20Enable BLE broadcasting with 20s advertising intervalOK
AT+QBTMAC?BT MAC address of device (requires BT enabled first)+QBTMAC:C8:4A:18:FD:35:5B
AT+BTENABLE=0,20Disable BLE broadcastingOK
MQTT & Network
Command Description Expected Response
AT+MQTTACCOUNT?Current MQTT username (password hidden)+MQTTACCOUNT:tracker-mqtt-dev,***
AT+MQTTSUB?Current MQTT subscribed topics+MQTTSUB:1,dtc/aovx/ ...
AT+IP?Broker IP and connection status+IP:0:34.143.219.53:1883:connected
AT+GNSSENABLE=1Enable GPS moduleOK
AT+QENG="servingcell"Get LTE/GSM cell tower info (MCC, MNC, CellID, TAC, RSRP) for Cell Location card+QENG: "servingcell","NOCONN","LTE","FDD",404,20,1A2B3C,123,1300,3,5,5,04D2,-85,-10,-60,20
AT+SENSORMASK=31Enable all sensors (light + temp + humi + accel + limit)OK
AT+REPORTMASK=32767Enable all report fieldsOK
Note: All commands are sent via JT808 0x8103 (0xF030 transparent AT). Plain text AT commands sent directly to the MQTT topic will be ignored by the device. Click any command above to copy it, then paste in the Send Command panel on the Dashboard tab.