January 28, 2019 at 09:39 AMJan 28, 2019 Hi! I'm wondering if the GPS Bricklet 2.0 only receives PPS signal, or is it possible to make it output PPS signal as well? When reading the firefly x1 documentation it seems like it should be possible to output PPS signal. Thank you
January 28, 2019 at 04:30 PMJan 28, 2019 You can get the PPS signal as a callback in the API. From your question i assume you want it as a digital output? What is can do is: Use a GPS Bricklet 2.0 and a Industrial Digital Out Bricklet and every time you get the callback you set a digital output on the Bricklet. This will of course have a jitter that depends on the USB stack of your PC. I would expect something around +-1ms.
January 30, 2019 at 01:44 PMJan 30, 2019 Author Thank you so much, borg! Correct, I want it as a digital output. In addition, I would like to transmit an RS-232 NMEA $GPRMC sentence/message following the PPS signal. How would you proceed to do this? Again, thanks!
January 30, 2019 at 02:16 PMJan 30, 2019 You would need to add a RS232 Bricklet and construct this sentence from the data you get from the GPS Bricklet. The GPS Bricklet does not have API that transfers the NMEA sentences to the PC.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.