• fanoush tahnks a lot!
    this PCAS01 part I know how to do. My question was what to do with Serial1 baud rate after/before this CAS01 call.

    Should I do following instead of using standard Bangle.GPSPower() ?

    function MineGPSon(baudRate){
      gpsbuff="";
      Serial1.setup(baudRate,{tx:D30,rx:D31});­
      Serial1.on('data',gpsdata);
      D29.write(1); // adjusted to Bangle2 power pin
    }
    

    MO is mode switched by PCAS04, mine has bds off, gps+glonass on

    I see

About

Avatar for Mark_M @Mark_M started