txtempus | MSF clock LF-band signal transmitter

 by   hzeller C++ Version: Current License: GPL-3.0

kandi X-RAY | txtempus Summary

kandi X-RAY | txtempus Summary

txtempus is a C++ library typically used in Internet of Things (IoT), Raspberry Pi applications. txtempus has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

I am living in a country where there is no [DCF77] sender nearby for my European radio controlled wristwatch to get its time. This vintage Junghans Mega doesn’t have any buttons to set the time, so to bring it back to life, I built my own transmitter, taking the [NTP] time of a Raspberry Pi and generating a modulated signal via GPIO pins to then magnetically couple it into the watch ferrite. Since many other long-wave time stations around the world use similar concepts of sending amplitude modulated time, other time services have been added. This program is useful if you have a clock that otherwise does not get any reception. This magnetical coupling is very low power and only works over a few centimeters, but before running this program, make sure you follow your local laws with regard to restrictions on radio transmissions.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              txtempus has a low active ecosystem.
              It has 232 star(s) with 35 fork(s). There are 40 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 6 open issues and 7 have been closed. On average issues are closed in 48 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of txtempus is current.

            kandi-Quality Quality

              txtempus has 0 bugs and 0 code smells.

            kandi-Security Security

              txtempus has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              txtempus code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              txtempus is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              txtempus releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of txtempus
            Get all kandi verified functions for this library.

            txtempus Key Features

            No Key Features are available at this moment for txtempus.

            txtempus Examples and Code Snippets

            No Code Snippets are available at this moment for txtempus.

            Community Discussions

            Trending Discussions on Internet of Things (IoT)

            QUESTION

            Display data from two json files in react native
            Asked 2020-May-17 at 23:55

            I have js files Dashboard and Adverts. I managed to get Dashboard to list the information in one json file (advertisers), but when clicking on an advertiser I want it to navigate to a separate page that will display some data (Say title and text) from the second json file (productadverts). I can't get it to work. Below is the code for the Dashboard and next for Adverts. Then the json files

            ...

            ANSWER

            Answered 2020-May-17 at 23:55

            The new object to get params in React Navigation 5 is:

            Source https://stackoverflow.com/questions/61859411

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install txtempus

            After building, you can install the binary in some standard location. Each set-up will be different. In my case, I need my DCF77 radio watch getting set over night. So I built this watch holder that presents the watch upright while the antenna (in the wristband) is close to the transmission coil that is lying flat on the Pi. The bottom of the 3D printed case is filled with lead shot in epoxy to provide a stable base. The Raspberry Pi Zero W runs ntpd, PLL locking the system time to various stratum 1 NTP servers keeping it at atomic time within ±50ms. This particular watch only checks the radio twice a day at 2am and 3am, so there is a cron-job that runs txtempus around these times for a few minutes. If you put the following line in your /etc/crontab txtempus will be started at 1:57 and 2:57 at night and runs for 10 minutes. (this requires that you have installed txtempus so that it can be found in /usr/bin : sudo make install). watch holder | …​ with watch -------------------------|------------------------------ ![](img/nightstand.jpg) |![](img/nightstand-with-watch.jpg). tx common telecommunication abbreviation for 'transmit'<br/> tempus, n Latin. Time; period; age. [DCF77]: https://en.wikipedia.org/wiki/DCF77 [WWVB]: https://en.wikipedia.org/wiki/WWVB [JJY]: https://en.wikipedia.org/wiki/JJY [MSF]: https://en.wikipedia.org/wiki/Time_from_NPL_(MSF) [NTP]: https://en.wikipedia.org/wiki/Network_Time_Protocol [Raspberry Pi GPIO]: https://www.raspberrypi.org/documentation/usage/gpio/ [very wrong frequency]: https://github.com/hzeller/txtempus/issues/1.

            Support

            The [DCF77] (Germany) signal is a 77.5kHz carrier, that is amplitude modulated with attenuations every second of the minute except the 59th to synchronize. The length of the attenuation (100ms and 200ms) denotes bit values 0 and 1 respectively so in each minute, 59 bits can be transferred, containing date and time information. The Raspberry Pi has ways to create frequencies by integer division and fractional jitter around that, which allows us to generate a frequency of 77500.003Hz, which is close enough. Can be chosen with -s DCF77 option. The [WWVB] (USA) is on a 60kHz carrier, and also transmits one bit per second with different attenuation times (200ms zero, 500ms one; 800ms sync) and multiple synchronization bits. Use -s WWVB option for this one. The [MSF] (United Kingdom) has yet another encoding, transferring two bits per second. Carrier is 60kHz. Option is -s MSF. The [JJY] (Japan) is similar to WWVB, with same timings of carrier switches, but reversed power levels. Some bits are different. Two senders exist in Japan with 40kHz and 60kHz carrier; their simulations can be chosen with command line options -s JJY40 and -s JJY60. (Not tested with an actual radio clock yet. Please report if it works for you!).
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/hzeller/txtempus.git

          • CLI

            gh repo clone hzeller/txtempus

          • sshUrl

            git@github.com:hzeller/txtempus.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link