|
and a convert!
I posted in the PRO forum, the other day, that I had just discovered BasicMicro and hoped that the "PRO" was the solution I needed for reading GPS NMEA sentences and analog signals from a radar altimeter, parsing the NMEA strings and performing some floating point math on the altimeter data, then logging specific information on demand.
Allan, suggested that the BasicAtom might be a better place to begin. So, that's what I did and I'm happy to report that my flight data logger is up and running!
There were a few anomolies that I'm still scratching my head over - like having to shift in 13-bits, instead of 12, from an LTC1298 - but basically it was a pretty easy transition. The external interrupts worked from the gitgo. They even seem to trigger while serin is waiting for the GPS string. Can that be?
Anyway, this is such an improvement. I had been using a BS2P to read and parse the GPS sentences and send the info over to a Domino, which was doing the ADC and floating point math, then sending the data out when it received an external interrupt.
Thanks, Allan and all you other contributors whose tips I read while waiting for the Atoms to arrive.
- Don
|