Hello
I am getting errors from the notecard in responses to simple commands.
e.g.
I send `
{"req":"card.location"}
Usually, everything works well and I get the expected response, e.g.:
{"status":"GPS updated (1496 sec, 38/42 dB SNR, 8/15 sats) {gps-active} {gps-signal} {gps-sats} {gps}","mode":"continuous","lat":-37.819362333333328,"lon":145.04799066666666,"time":1678613160}
But often I get something like
` {"err":"JSON object expected: req\":\"card.location\"} {io}"}`
See attached showing more examples, and the test setup.
(Note in these examples, the Timestamp is added by the logging software, it is not in the RS232 stream).
I am using a Notecard-B. 3.3V and EN to the notecard.
Rx (in to notecard) and Tx (out from notecard) are monitored by separate RS232 loggers.
See attached test setup:
The error also happens with other commands, such as sending data.
Can anyone tell me what’s wrong, or suggest something else I can try.