Code Monkey home page Code Monkey logo

Comments (4)

lnlp avatar lnlp commented on July 18, 2024 1

Thanks for your compliments!

Is there any plans to add GPS functionality to your code so we can use it on TTN-Mapper?

No plans currently to add this to LMIC-node, because it would be specific to only a few of the supported boards while making the code more complex. My goal for LMIC-node was to serve as a basic but functionally complete cross-platform LMIC example that runs out of the box on many popular boards, to make building LoRaWAN nodes with LMIC and Arduino easier and more fun.

However: @roelwolf already added the GPS functionality that you are looking for and has tested it on TTGO T-Beam V1.0. 🙂

The README.md from his repository unfortunately has still not been updated. So from the README.md it does not become clear what functionality was added or changed, which hardware is supported and how to use it. You will have to look at the code for that. Some additional information can be found in the following post on the TTN forum

For the repository see: https://github.com/roelwolf/LMIC-node-gps-tracker

from lmic-node.

mrbc42 avatar mrbc42 commented on July 18, 2024 1

However: @roelwolf already added the GPS functionality that you are looking for and has tested it on TTGO T-Beam V1.0. slightly_smiling_face

This is really great, I got it working as easy as your code. Now I can use TTN Mapper.

appreciate all the help

from lmic-node.

roelwolf avatar roelwolf commented on July 18, 2024 1

@mrbc42 A payload formatter is included in my repository (link)
Do not use the formatter you provided as this formatter also tries to convert downlink messages on port 10 to a gps position, resulting in positions all over the world.

from lmic-node.

mrbc42 avatar mrbc42 commented on July 18, 2024

@roelwolf many thanks, for some reason I missed the formatter in your repo. I have corrected this in my system (working fine) and will edit my original statement. Thanks for the great code, it solved my problem.

from lmic-node.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.