Hello,
I’ve tried connecting my device to your platform abut I didn’t find any option to do so.
I find out protocol is very close to LKGPS LK106 device, working on port 21389 and in first it looked like it works, ID was discovered, date and time parsed, also got some data about Cell ID (a bit messed, but working), but never got any location data.
I took my motorcycle to a ride to get GPS fix and yet your platform fails to decode location info, which is exactly like in LK106 device.
When I point it do NetCat on my linux server it properly sends all data and it matches (up to some point) the information from LK106 protocol datasheet I found.
Here are few samples I just received on my server:
*HQ,6028108519,V1,114315,A,5003.7826,N,01956.3337,E,000.00,333,091219,FFFFBBFF,260,06,2022,24767,04,24#
*HQ,6028108519,V1,114322,A,5003.7809,N,01956.3373,E,000.00,333,091219,FFFFBBFF,260,06,2022,24767,04,25#
*HQ,6028108519,V1,114328,A,5003.7790,N,01956.3407,E,000.00,333,091219,FFFFBBFF,260,06,2022,24767,04,25#
So up to that hex string (FFFFBBFF
) everything is exactly like in LK datasheet, next is MCC, MNC, LAC, CID and two values that could be some kind of checksum, I really don’t need them that much 🙂
The only things I care about are location and time information and cell station information would be awesome, to have an idea of where the device might be in case it doesn’t have GPS fix.
Decoding of alarms (this hex string) would be nice, but not necessary 🙂 If I could see that raw in Flespi Toolbox it would be good enough 🙂
Thanks in advance for all your help.