Coder Social home page Coder Social logo

Mobile digi? about lora_aprs_igate HOT 5 CLOSED

lora-aprs avatar lora-aprs commented on June 9, 2024 1
Mobile digi?

from lora_aprs_igate.

Comments (5)

peterus avatar peterus commented on June 9, 2024

sorry i am not understanding your question, can you please describe your idea a little bit better? thanks!

from lora_aprs_igate.

drtechga avatar drtechga commented on June 9, 2024

car digi
I attached a diagram to help describe the option requested.

from lora_aprs_igate.

quarksteilchen avatar quarksteilchen commented on June 9, 2024

I think what @drtechga meant was this:

Add an option to fetch the iGates' location not only from the Config, but also doing a live-update and fetch the location from the built in GPS-module. (If there is one... i have to say: my board doesn't have one)

String lat = create_lat_aprs(Config.beacon.positionLatitude);
String lng = create_long_aprs(Config.beacon.positionLongitude);

would then be something like: (shown only for Lat, for Lon it's the same)

double lat = Config.beacon.positionLatitude;
if(Config.beacon.doLivePositionUpdate)
    lat = fetchPosFromGPSModule_lat();
String lat = create_lat_aprs(lat);

from lora_aprs_igate.

jgarruba avatar jgarruba commented on June 9, 2024

Quark While i have been wanting to do what you just showed in code i don't think that is what drtech means.

I think he is asking for something the system already does as part of digipeater. He means can the tracker in the car relay data to the igate for the dog and the person.

As far as I know this already happens is digipete is set to true

from lora_aprs_igate.

peterus avatar peterus commented on June 9, 2024

now i am understanding what you mean! the iGate should have a static location and no gps tracking etc. should happen. This ticket is better in the Tracker repository.

from lora_aprs_igate.

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.