dragino / TrackerD

For Dragino TrackerD, which support GPS+WiFi+BLE+TEMP+HUM+ motion
20 stars 11 forks source link

Cannot modify the configuration with downlink messages #13

Open bienvuinfo opened 1 year ago

bienvuinfo commented 1 year ago

TrackerD 1.4.4, TTN network V3

Clearing ALARM with the downlink payload 0x02 01 works well as expected.

Unfortunately no other configuration parameter is actually changed with a downlink payload f.ex:

0x01 00 01 2C // Same as AT+TDC=300000
0x03 00 01 2C // Same as AT+MTDC=3000000
0xAE 00 // Same as AT+LON=0
0xA5 01 00 00 // Same as AT+SMOD=1,0,0

The download messages are well received and decoded by the node.

BAT:4.00 V
1543393: UpLinkCounter = 1
EV_TXSTART
1555939: TXMODE, freq=868300000, len=18, SF=7, BW=125, CR=4/5, IH=0
Packet queued
start single rx: now-rxtime: 3
1871548: RXMODE_SINGLE, freq=868300000, SF=7, BW=125, CR=4/5, IH=0
Rssi=-63
1874664: EV_TXCOMPLETE (includes waiting for RX windows)
**Received:A5 02 00 02** 
Received ack
Enter sleep mode

My Configuration

AT+MODEL=TrackerD ,v1.4.4
AT+ADR=1
AT+DR=5
AT+TXP=0
AT+SMOD=1,0,1
AT+TDC=120000
AT+MTDC=100000
AT+ATDC=30000
AT+FTIME=90000
AT+INTWK=1
AT+LON=1
AT+CHE=1
AT+NMEA353=0
AT+NMEA886=0
AT+CFM=1
AT+PNACKMD=1
AT+PDOP=7.00
AT+DWELLT=0
AT+SHOWID=0
AT+BLEMASK==0
AT+WiFiMASK==0
AT+PT=14
namejinnameyuan commented 1 year ago

I checked what is the problem and I will fix it in the latest version V.1.4.5