GPS L76K no fix, but 15 satellites in view

Hi Raphel-Q,

I’m trying to decode the examples in the ANGSS application node. It seems for me that the example on page 15 is not correct. The example payload is:

// Send:
BA CE 38 00 0B 01 00 00 00 80 EB D1 3F 40 00 00 00 40 0A 47 5D 40 00 00 00 00 00 00 00 00 00 00
00 00 A0 A1 15 41 00 00 00 00 00 00 00 00 00 00 00 3F 00 00 00 00 E5 07 00 00 62 08 00 23 14 CB BD
// ACK:
BA CE 04 00 05 01 0B 01 00 00 0F 01 05 01

I have always miss a byte, thats what I’ve got:

FrameStart: BA CE
Length (LSB first): 38 00
Class: 0B
ID: 01
Lat: 00 00 00 80 EB D1 3F 40
Lng: 00 00 00 40 0A 47 5D 40
Alt: 00 00 00 00 00 00 00 00
TOW: 00 00 00 00 A0 A1 15 41
FreqBias: 00 00 00 00
pAcc: 00 00 00 00
tAcc: 00 00 00 3F
fAcc: 00 00 00 00
Res: E5 07 00 00
Wn: 62 08
TimerSource: 00
Flasgs: THIS BYTE IS MISSING
Checksum: 23 14 CB BD

Can you please check? I tried it 5 times and I don’t find the problem