You are reading a single comment by @a.santos and its replies. Click here to read the full conversation.
  • 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!

About

Avatar for a.santos @a.santos started