vx8_gps | DIY GPS module for Yaesu VX-8DR/VX-8DE

 by   4x1md C Version: v1.0 License: MIT

kandi X-RAY | vx8_gps Summary

kandi X-RAY | vx8_gps Summary

vx8_gps is a C library typically used in Internet of Things (IoT), Arduino applications. vx8_gps has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

When I was buying my Yaesu VX-8DE, I knew that I wasn't going to buy the original Yaesu FGPS2 module. There is very little APRS coverage in Israel and APRS in general seemed quite useless to me. The unreasonably high price of the original module didn't make me want to try it either. After receiving far APRS stations during a strong tropo over the Mediterranean I thought it would be nice to transmit some data. I started investigating how GPS transmits data and discovered the NMEA protocol I had never encountered before. My first source of information was the article Reverse Engineering the Yaesu VX-8DR GPS Interface by Taylor J Meek KG7BBG. I started from writing a Python program which was sending NMEA sentences to the transceiver. After some research I discovered the required message format and wrote a program which drew flowers on APRS map. Later, David Fannin's project inspired me to build my own GPS module. Thanks to his project I found out the ublox NEO-6M chip and a simple search on AliExpress showed that a ready module can be puchased for $10-20. I wrote my own software which isn't based on David Fannin's code. I started it as Arduino project but after finding out that the standard Arduino Serial library doesn't support interrupt driven writing and reading I decided to write it in pure C. After small changes the C code can be compiled in Arduino environment. The Arduino code is located in /arduino/vx8_gps_16mhz folder of this repository. I tried to document this project as much as possible and I hope it will be interesting and useful for other radio amateurs.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              vx8_gps has a low active ecosystem.
              It has 36 star(s) with 1 fork(s). There are 11 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              vx8_gps has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of vx8_gps is v1.0

            kandi-Quality Quality

              vx8_gps has no bugs reported.

            kandi-Security Security

              vx8_gps has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              vx8_gps is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              vx8_gps releases are available to install and integrate.
              Installation instructions are not available. 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 vx8_gps
            Get all kandi verified functions for this library.

            vx8_gps Key Features

            No Key Features are available at this moment for vx8_gps.

            vx8_gps Examples and Code Snippets

            NMEA sentence format: field lengths
            Cdot img1Lines of Code : 2dot img1License : Permissive (MIT)
            copy iconCopy
            $GPGGA,074222.000,,,,,0,00,99.9,,,,,,0000*6E
            
            $GPGGA,200124.000,0000.0000,N,00000.0000,E,0,00,00.0,00000.0,M,0000.0,M,000.0,0000*46
              
            NMEA data validation
            Cdot img2Lines of Code : 2dot img2License : Permissive (MIT)
            copy iconCopy
            $GPGGA,999999.000,73DE.0000,!,Z7DTF.NOPQ,4,1,04
            
            $GPGGA,999999.000,ello.ABCD,H,itHub.ABCD,G,1,04
              

            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 vx8_gps

            You can download it from GitHub.

            Support

            Reverse Engineering the Yaesu VX-8DR GPS InterfaceFGPS2 data samples (VX-8R Yahoo Group)David Fannin's Yaesu VX-8R Handheld Transmitter-compatible GPSNMEA to Yaesu VX-8 by G7UHNVX-8DR and GPS by VK3YYGPS - NMEA sentence informationMTK NMEA checksum calculatoravr-libc 2.0.0: <avr/interrupt.h>: Interrupts
            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/4x1md/vx8_gps.git

          • CLI

            gh repo clone 4x1md/vx8_gps

          • sshUrl

            git@github.com:4x1md/vx8_gps.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