dragino / TrackerD

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

Misleading Sleep and Deep sleep #18

Open ffries opened 1 year ago

ffries commented 1 year ago

In Dragino documentation, Sleep sometimes refer to Deep Sleep:

2.14  Sleep Mode

Sleep Mode: To prevent accidental touch of the red button during transportation or assembly, so the peripherals of the device are turned off and enter deep sleep.

In SLEEP mode, you need to reset by reset button.

Use the AT+SLEEP command to put the device into sleep.

The command AT+SLEEP is right but we don't know whether this is SLEEP or DEEP-SLEEP mode.

Furthermore when pressing trackerid 10 seconds + 3 times it displays "Entering Sleep mode" or "attach Long Press Stop \n SLEEP". In some cases it sends an alarm and in other cases it enters Deep Sleep mode.

All this is VERY confusing and it is difficult to stop the device.

Kind regards

namejinnameyuan commented 1 year ago

Sleep is all DEEP SLEEP,AT+SLEEP is the same as button sleep,Regarding the operation problem, I will repair it here. Adding three times in 10 seconds is the direct sleep standby state, and it needs to be reset to work normally.