Jump to content

GPS Bricklet 2.0 PPS signal


Recommended Posts

Posted

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 :)

Posted

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.

Posted

Thank you so much, borg!  :D

 

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!

Posted

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...