NMEA multiplexer
wolff
Posts: 43
Dear Stampers,
I want to make a NMEA multiplexer out of some basic stamps I have. (BS2 and BS2SX)
I want the device to receive a NMEA sentence from one (of say 4 different ports) and send it out a common port. I realize the biggest limitation is the RAM size. Most NMEA sentences are rather long.
Do you think this is possible? If so could you recommend a strategy? I’m not asking you to design it, just a sentence or two to give me your take on how to skin this cat.
Thank you!
J
I want to make a NMEA multiplexer out of some basic stamps I have. (BS2 and BS2SX)
I want the device to receive a NMEA sentence from one (of say 4 different ports) and send it out a common port. I realize the biggest limitation is the RAM size. Most NMEA sentences are rather long.
Do you think this is possible? If so could you recommend a strategy? I’m not asking you to design it, just a sentence or two to give me your take on how to skin this cat.
Thank you!
J
Comments
Folks have parsed the NEMA-0183 data from GPS receivers with various stamps before, since it's only 4800 baud. The trick would be doing it fast enough that you could receive the 4 continuous streams on 4 seperate inputs. An SX would probably be better (not a BS2sx) due to it's amazingly fast execution speed. The downside is that I think you'd need to program it in something other than basic (assembly, C, etc), as SX/B is somewhat limited compared to PBASIC.
-dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
This is not a sig. This is a duck. Quack.
Bean.
Do you actually have 4 separate GPS units that function differently or are located in different locations?