Closed GoogleCodeExporter closed 8 years ago
One other "gotcha" is the fact that I'm using the new_data bit which is reset
every cycle when BINARY is enabled (ArduIMU). This means the blinky doesn't
happen because the new_data bit is reset before the code above can run (4
cycles later).
My proposition would be to add
"if (GPS.fix >= 1)" to the line before "GPS.new_data = 0;" in the binary output
routine. Either that or create a new bit just for this function.
Additionally, there is no timer to clear the lock bit if the GPS diesor is
unplugged after lock.
Original comment by paulbmather@gmail.com
on 16 Oct 2010 at 8:54
Hi Paul,
We used to have that functionality, but moved away for various reasons. I'll
bring it up on the conference call this weekend.
Original comment by dewei...@gmail.com
on 17 Oct 2010 at 2:45
Paul, we discussed last night and will move back to the "blink on message
received" behavior. However, it will not be the blue light, as the blue is not
an accessible LED on the oilpan (or APM). We will be using the red LED on the
oilpan.
Original comment by dewei...@gmail.com
on 18 Oct 2010 at 1:46
Paul, please check R1286 (beta branch) and see that this acts as you want.
Thanks,
Doug
Original comment by dewei...@gmail.com
on 20 Oct 2010 at 2:42
Original issue reported on code.google.com by
paulbmather@gmail.com
on 16 Oct 2010 at 3:39Attachments: