gottdestodes Posted February 25, 2016 Share Posted February 25, 2016 Was just wondering if there was a way to install gpsd on the nano? It doesn't seem to be listed in opkg. Thanks Quote Link to comment Share on other sites More sharing options...
zenspartan Posted March 10, 2016 Share Posted March 10, 2016 Did you manage to get anywhere with this? i'm struggling also cheers Quote Link to comment Share on other sites More sharing options...
gottdestodes Posted March 10, 2016 Author Share Posted March 10, 2016 I have had no luck. I have had other issues with my Nano that I have had no time. But it seems as of right now it can't be done Quote Link to comment Share on other sites More sharing options...
barry99705 Posted March 11, 2016 Share Posted March 11, 2016 (edited) Someone will have to cross compile them. Openwrt doesn't have it in their repo for this version. Not sure if an older version would work. Okay, here's what you do. (Not responsible if this kicks your dog, burns down your house or gets your girlfriend pregnant.) wget http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/gpsd_3.7-1_ar71xx.ipk wget http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/libgps_3.7-1_ar71xx.ipk wget http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/libgpsd_3.7-1_ar71xx.ipk wget http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/gpsd-clients_3.7-1_ar71xx.ipk opkg install gpsd_3.7-1_ar71xx.ipk libgps_3.7-1_ar71xx.ipk libgpsd_3.7-1_ar71xx.ipk gpsd-clients_3.7-1_ar71xx.ipk Once you've got all that installed, plug in your gps and do a gpsd /dev/ttyUSB0 Then to see if it's working, do, gpsmon Should give you something like this. localhost:2947: SiRF binary> ┌─────────── X ────── Y ────── Z ────────── North ──── East ───── Alt ─────────┐ │Pos: XXXXXXX -XXXXXXXX XXXXXXX m XX.XXX°-XX.60133° 311 m │ │Vel: 0.0 -0.1 0.1 m/s 0.0 -0.0 0.2 climb m/s│ │Time: 2016-03-11T01:12:10.450Z Leap: ?? Heading: 322.8° 0.0 speed m/s│ │Fix: 6 = 8 11 28 30 1 17 HDOP: 1.2 M1: 06 M2: 02│ └─────────────────────── Packet type 2 (0x02) ─────────────────────────────────┘ ┌ Measured Tracker ──────────┐┌ Firmware Version ──────────────────────────────┐ │Ch PRN Az El Stat C/N ? SF││ │ │ 0 8 49 32 00bf 28.9 T │└─────── Packet Type 6 (0x06) ───────────────────┘ │ 1 7 168 61 0000 0.0 │┌ CPU Throughput ────────────────────────────────┐ │ 2 11 99 60 00bf 28.4 T ││Max: 0.048 Lat: 0.048 Time: 0.048 MS:109 │ │ 3 28 301 45 00bf 28.2 T │└─────── Packet type 9 (0x09) ───────────────────┘ │ 4 30 265 75 00bf 34.0 T │┌ Clock Status ──────────────────────────────────┐ │ 5 1 126 46 00bf 28.8 T ││SVs: Drift: Bias: │ │ 6 17 234 27 00bf 35.0 T ││Estimated GPS Time: │ │ 7 0 0 0 0000 0.0 │└─────── Packet type 7 (0x07) ───────────────────┘ │ 8 0 0 0 0000 0.0 │┌ Visible List ──────────────────────────────────┐ │ 9 13 303 19 0000 0.0 ││08 = 30 7 11 1 28 8 17 13 │ │10 0 0 0 0000 0.0 │└─────── Packet type 13 (0x0D) ──────────────────┘ │11 137 0 0 0000 0.0 │┌ DGPS Status ───────────────────────────────────┐ └─── Packet Type 4 (0x04) ───┘│ SBAS = │ └─────── Packet type 27 (0x1B) ──────────────────┘ Edited March 11, 2016 by barry99705 1 Quote Link to comment Share on other sites More sharing options...
zenspartan Posted March 11, 2016 Share Posted March 11, 2016 many thanks I'll give that a shot over the weekend and update!! tao Quote Link to comment Share on other sites More sharing options...
gottdestodes Posted March 11, 2016 Author Share Posted March 11, 2016 Someone will have to cross compile them. Openwrt doesn't have it in their repo for this version. Not sure if an older version would work. Okay, here's what you do. (Not responsible if this kicks your dog, burns down your house or gets your girlfriend pregnant.) wget http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/gpsd_3.7-1_ar71xx.ipk wget http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/libgps_3.7-1_ar71xx.ipk wget http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/libgpsd_3.7-1_ar71xx.ipk wget http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/gpsd-clients_3.7-1_ar71xx.ipk opkg install gpsd_3.7-1_ar71xx.ipk libgps_3.7-1_ar71xx.ipk libgpsd_3.7-1_ar71xx.ipk gpsd-clients_3.7-1_ar71xx.ipk Once you've got all that installed, plug in your gps and do a gpsd /dev/ttyUSB0 Then to see if it's working, do, gpsmon Should give you something like this. localhost:2947: SiRF binary> ┌─────────── X ────── Y ────── Z ────────── North ──── East ───── Alt ─────────┐ │Pos: XXXXXXX -XXXXXXXX XXXXXXX m XX.XXX°-XX.60133° 311 m │ │Vel: 0.0 -0.1 0.1 m/s 0.0 -0.0 0.2 climb m/s│ │Time: 2016-03-11T01:12:10.450Z Leap: ?? Heading: 322.8° 0.0 speed m/s│ │Fix: 6 = 8 11 28 30 1 17 HDOP: 1.2 M1: 06 M2: 02│ └─────────────────────── Packet type 2 (0x02) ─────────────────────────────────┘ ┌ Measured Tracker ──────────┐┌ Firmware Version ──────────────────────────────┐ │Ch PRN Az El Stat C/N ? SF││ │ │ 0 8 49 32 00bf 28.9 T │└─────── Packet Type 6 (0x06) ───────────────────┘ │ 1 7 168 61 0000 0.0 │┌ CPU Throughput ────────────────────────────────┐ │ 2 11 99 60 00bf 28.4 T ││Max: 0.048 Lat: 0.048 Time: 0.048 MS:109 │ │ 3 28 301 45 00bf 28.2 T │└─────── Packet type 9 (0x09) ───────────────────┘ │ 4 30 265 75 00bf 34.0 T │┌ Clock Status ──────────────────────────────────┐ │ 5 1 126 46 00bf 28.8 T ││SVs: Drift: Bias: │ │ 6 17 234 27 00bf 35.0 T ││Estimated GPS Time: │ │ 7 0 0 0 0000 0.0 │└─────── Packet type 7 (0x07) ───────────────────┘ │ 8 0 0 0 0000 0.0 │┌ Visible List ──────────────────────────────────┐ │ 9 13 303 19 0000 0.0 ││08 = 30 7 11 1 28 8 17 13 │ │10 0 0 0 0000 0.0 │└─────── Packet type 13 (0x0D) ──────────────────┘ │11 137 0 0 0000 0.0 │┌ DGPS Status ───────────────────────────────────┐ └─── Packet Type 4 (0x04) ───┘│ SBAS = │ └─────── Packet type 27 (0x1B) ──────────────────┘ barry99705This worked with no problems. I am going to try to setup kismet and see if i can do a little war driving with this. Thank you for helping out with this. Now if only I can figure out how to make a GPS module to track the nano that would be great. I am just not great at programming.. Thank you again -Mark Quote Link to comment Share on other sites More sharing options...
barry99705 Posted March 11, 2016 Share Posted March 11, 2016 (edited) Oh. Well if you're using kismet, it will talk directly to your GPS. Don't need gpsd for that. Search for my posts and kismet in the mkv section. I covered this there. Edited March 11, 2016 by barry99705 Quote Link to comment Share on other sites More sharing options...
gottdestodes Posted March 11, 2016 Author Share Posted March 11, 2016 with gpsd I like to be able to see it live where the pineapple is. I'm not sure how to do that with Kismet. What i was able to do on the Mark 5 was setup kismet and GPSD and have them run together and war drive for a little bit and see what I can find. I also like gpsd when I had the GPS logger for the mark 5 working really well and i was able to just see where i left the pineapple and have a direct link to google maps and get a live view. What I would like to do is pretty much create a module that will turn on and turn off GPSD and show me the coordinates and let me click on it to bring me straight to google maps. I just don't know anything about programming so this is going to be a tough one for me. Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted March 12, 2016 Share Posted March 12, 2016 I'll ensure this is added to the repo :) 1 Quote Link to comment Share on other sites More sharing options...
barry99705 Posted March 12, 2016 Share Posted March 12, 2016 I'll ensure this is added to the repo :) Thanks dude! Quote Link to comment Share on other sites More sharing options...
zenspartan Posted March 12, 2016 Share Posted March 12, 2016 Thanks for everyone's help, works like dream Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.