GithubHelp home page GithubHelp logo

limegps's People

Contributors

osqzss avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

limegps's Issues

Fantastic software!

Compliments on writing such great code! I started with bladegps, then updated limegps with the bladegps gpssim.c file. The code runs really well, and is written very well. I'm running bladegps and limegps at 8Mss and feeding the output via cable to gnss-sdr, and it works great.

Thanks again for such well-written code!!

samplerate and sample format tweaks

Hello,
While playing with your offline tools (gps-sdr-sim and limeplayer) I found, that 1-bit I/Q with 1MSps works best even with Galaxy phones, however gain has to be decreased evel below 0.1 (got nice results with 0.04). Of course warning about failed callibration persist, but it is limeutil bug/feature.

installing on linux

where do we execute the "make" coz am getting
make: *** No targets specified and no makefile found. Stop.

am guessing its inside the LimeGPS-master folder ...

then how do we transmit it ??

GPS time - PC time offset

Hello,
I would like to know if in real time mode there is any offset between the generated GPS time and UTC time on the host PC.
I mean, will the time showed in a GPS receiver be exactly the same as the PC UTC time?

I'm asking about this, because i did some test with pluto-gps-sim and it has some hundred milliseconds offset (host PC - GPS receiver time).

Thank you very much.

LimeNET-Micro support

Thanks for this great software!

I was trying to get it to work on the LimeNET-Micro, which has a Raspberry Pi Compute 3+ module.

After a few tweaks, it worked. Here's what would have to be changed to make it work out of the box:

  1. The deviceName is LimeNET-Micro, so an else if block would be needed here:

    LimeGPS/limegps.c

    Lines 403 to 411 in 8023223

    if(strncmp(devinfo->deviceName, "LimeSDR-USB", 11) == 0)
    {
    limeOversample = 0; // LimeSDR-USB works best with default oversampling
    printf("Found a LimeSDR-USB\n");
    }
    else
    {
    printf("Found a LimeSDR-Mini\n");
    }
  2. limeOversample = 1 seems to work fine but I haven't looked into what this does exactly.
  3. MAX_CHAN should be reduced to <= 9 due to the limited processing power. Or is there some other way to prevent - or at least detect - a buffer underrun?
  4. There's only one channel, so the calls to LMS_EnableChannel(device, ..., 1, false) fail but that causes no further problems.

LimeSDR Mini Support

Hi,

Does this support the Lime SDR Mini? When I run LimeGPS I get the following error:

matt@matt-lenovo:~/LimeGPS$ ./LimeGPS -e brdc0350.18n
Opening and initializing device...
Reference clock 40.00 MHz
SetPllFrequency: timeout, busy bit is still 1
ERROR: Failed to set sample rate: 
Closing device...
matt@matt-lenovo:~/LimeGPS$ 

Thanks,

Matt

LimeSDR mini with asus tinker board

I'm currently developing a test using an asus tinker board as computer and a LimeSDR mini to transmit the GPS signals, but i can obtain fix on any GPS receivers. And using the GPS Test app on a android device i can't see any simulated GPS satellites.
Can this have any relation with the sample-rate used?

I've seen that for using bladeGPS on a raspberry pi its necessary to down the sample-rate to 2054000Hz.

Can you help me understanding if i need to tweak some of that parameters?

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.