I have successfully connected to my board using the web IDE, and tried getting data from the sensors as shown in http://www.espruino.com/RAK8211
The GPS is not working as expected, when I do
require("iTracker").setGPSOn(true,print)
, I get
={ line: "" }
insted of
/* { "time": "23:59:43", "lat": NaN, "lon": NaN, "fix": 0, "satellites": 0, "altitude": NaN } */
Please help me debug this issue. Thanks!
@a.santos started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I have successfully connected to my board using the web IDE, and tried getting data from the sensors as shown in http://www.espruino.com/RAK8211
The GPS is not working as expected, when I do
, I get
insted of
Please help me debug this issue.
Thanks!