hzeller / txtempus

A DCF77, WWVB, JJY and MSF clock LF-band signal transmitter using the Raspberry Pi
GNU General Public License v3.0
415 stars 67 forks source link

Implementing txtempus for NVIDIA Jetson series #22

Closed pjueon closed 2 years ago

pjueon commented 2 years ago

Thanks for the great application! Personally, I don't have any raspberry PI device. But I have NVIDIA Jetson Nano instead. So I'm implementing this project for NVIDIA Jetson series by using my library.

I think it would be cool if the users can choose the platform when you build the txtempus. For example:

cmake -DPLATFORM=jetson  # default value: rpi

The main logics and the interface can be reused, so you can easily add support for other platforms in the future by only implementing the hardware control part.

Actually I almost finished implementing it, and it works perfectly with Jetson Nano and my watch which uses JJY signal.

So, here's my question: Can I make a pull request about this?

If you think it would make the project too complicated and you don't want it, I will make a separate repository for NVIDIA Jetson series (txtempus-jetson or something like that).

pjueon commented 2 years ago

I've just made a pull request for this!

Like I mentioned above, if you think it would make the project too complicated and you don't want it, I will make a separate repository for NVIDIA Jetson series. But I think it would be really cool if this project supports multi-platforms.

pjueon commented 2 years ago

PR merged.