***Note: All commands are case sensitive.
Sensor Control Commands
suspend --> stops all measuring tasks
reboot --> restart senspod (run bootloader)
reset --> restart firmware (without bootloader)
shutdown --> shutdown and poweroff
Sensor configuration commands
setecho --> enable or disable command echo. "0" - disable, "1" - enable.
settime --> manually configure time on RTC. Takes argument: ddmmyyhhmmss.
Note: The manual says that GPS auto configure time when it has a fix reading UTC offset to use in sens.cfg file, however it did not set the right time for Japan (offset timezone is 9).
##RTC is synchronized with (GPS_UTC_Time + OffsetTimeZone).
OffsetTimeZone 9 #Offset from UTC 0-24
The sollution here is to add missing hours later. That's what we did.
File management commands
LIST --> displays the list of files with size, date and time
GET filename --> displays a chosen file
PUT filesize mime filename --> send a file to the card (to be used with Obex OPP)
DEL filename --> deletes a chosen file from SD card