[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gpsd with python project
From: |
Al Grant |
Subject: |
Re: gpsd with python project |
Date: |
Wed, 14 Feb 2024 06:56:49 +1300 |
Thanks all for the replies.
I should have mentioned that I will deploy the unit in two ways (1) on
a drone for logging data and (2) static deployment - although I will
still have a gps attached.
I have noted from the replies not to write to the SD, and upgrade to
3.24 for best support with ublox (although I seem to have the daemon
working on 3.22 ok thanks - perhaps this helped
https://stfn.pl/blog/08-gpsd-linux-ublox/ )
Will look at sending the data via websockets and tailscape to my server).
The other option for my GPS is to use a active antenna with my Quectel
EC25 ceullar pi hat - i say active because the performance of the free
antenna I got with the Sixfab EC25 based GPS was terrible). Maybe a
siretta one like Alpha 4A.
Thanks again for all the input.
Al
On Wed, Feb 14, 2024 at 3:29 AM James Browning <jamesb192@jamesb192.com> wrote:
>
> > On 02/12/2024 9:54 PM PST Al Grant <bigal.nz@gmail.com> wrote:
> >
> > Hello,
> >
> > I am looking to get started with gpsd and python - but before I go too
> > far I am hopeful that some of the people here can confirm my thinking.
> >
> > My setup is a RaspPI, USB GPS (Ublox based) and Python - I am however
> > doing the development on Windows 10.
>
> I think Gary would try to talk you away from the USB interface.
> It does, however, make swapping out components easier.
>
> > The python project is to do with wildlife tracking for conservation
> > and running on a RaspPi will be a payload on a drone - every few
> > seconds I am expecting the python code on the drone to meet certain
> > conditions and record a location with some meta data.
>
> I suggest minimizing writes to the SD card as they tend to wear out
> annoyingly quickly and keeping a master image that you can just DD
> onto a new SD card rather than reinstalling.
>
> > It seems like I could program python to work with the gps directly
> > (yuck), there may be other python gps libs, or I could run gpsd.
> >
> > Is gpsd designed to be an easy interface for programmers to work with?
> >
> > Only drawback I see at this point is I won't be able to develop with
> > it on my windows PC?
>
> Gpsd has some compatibility shims that should make it work on
> Windows; they do not work. I suggest checking out the Windows
> Subsystem for Linux, docker, and the gpsd website, paying
> particular attention to the example clients and the build
> instructions.
>
> - https://gpsd.io/installation.html
> - https://gpsd.io/building.html
> - https://gpsd.io/gpsd-client-example-code.html
>
> -30-
>
--
"Beat it punk!"
- Clint Eastwood
- gpsd with python project, Al Grant, 2024/02/13
- Re: gpsd with python project, Greg Troxel, 2024/02/13
- Re: gpsd with python project, James Browning, 2024/02/13
- Re: gpsd with python project,
Al Grant <=
- Re: gpsd with python project, Gary E. Miller, 2024/02/13
- Re: gpsd with python project, Владимир Калачихин, 2024/02/13
- Re: gpsd with python project, Gary E. Miller, 2024/02/13
- Re: gpsd with python project, Владимир Калачихин, 2024/02/13
- Re: gpsd with python project, Gary E. Miller, 2024/02/13
- Re: gpsd with python project, Dave Hart, 2024/02/26
- Re: gpsd with python project, Gary E. Miller, 2024/02/26
- Re: gpsd with python project, Gary E. Miller, 2024/02/13
Re: gpsd with python project, Pinnacle Systems Group, 2024/02/13
Re: gpsd with python project, Gary E. Miller, 2024/02/13