The Following User Says Thank You to polyvertex For This Useful Post: | ||
![]() |
2010-11-05
, 16:58
|
Posts: 74 |
Thanked: 5 times |
Joined on Mar 2010
@ torino - italia
|
#52
|
Check the threads about the PR1.3 update.
vBulletin Message
Sorry - no matches. Please try some different terms.
![]() |
2010-11-06
, 12:17
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#53
|
The answer :
![]() |
2010-11-09
, 13:51
|
Posts: 17 |
Thanked: 8 times |
Joined on Nov 2010
|
#54
|
![]() |
2010-12-01
, 06:43
|
Posts: 299 |
Thanked: 241 times |
Joined on Oct 2009
@ Singapore
|
#55
|
![]() |
2010-12-01
, 07:26
|
Posts: 671 |
Thanked: 1,630 times |
Joined on Aug 2010
|
#56
|
The Following User Says Thank You to theonelaw For This Useful Post: | ||
![]() |
2010-12-03
, 07:52
|
Posts: 23 |
Thanked: 59 times |
Joined on Apr 2010
@ Paris, Fr
|
#57
|
Any chance that the functionality outlined in this thread about marathon running could be incorporated into GPS Recorder, or am I better off to build my own thing and using this source code as a starting point?
![]() |
2010-12-05
, 15:25
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#58
|
I think there is a way to get Cell-info even when gps is fixed from dbus. (?)
See this.
dbus-send --system --print-reply --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.get_registration_status
![]() |
2010-12-05
, 16:56
|
Posts: 23 |
Thanked: 59 times |
Joined on Apr 2010
@ Paris, Fr
|
#59
|
And to get signal strength:
dbus-send --system --print-reply --dest=comp.nokia.phone.net /com/nokia/phone/net Phone.Net.get_signal_strength
Would be nice to get those GSM/WCDMA cell IDs and strengths to the XML file also along with GPS-data. Later one could make a database of locations related to cell IDs.̈́
The Following User Says Thank You to polyvertex For This Useful Post: | ||
![]() |
2010-12-05
, 17:24
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#60
|
BTW I was still not clear enough for the second one : by "statistical computation", I meant it is not intended to be used during runtime but by the "convert" feature of gpsrecorder.
Your example does not seems to be a good one because if I understand it correctly, your pilot needs a vector from current position to a given known position (the field camp) to align heli's compass to the resulting vector.
So we definitely are talking about a third feature here !
Edit : Is it a feature request ?
Using accelerometer data will not make the bearing value really more accurate. I also have an example
A while ago, TomTom (a well-known GPS devices manufacturer for cars/motorbikes) used to integrate an accelerometer to make current position more accurate when driver entering into a tunnel for example.
After selling about 2/3 different models (can't remember exactly) with accelerometer, they removed it from next models partly because it was clearly not accurate at all and actually was even worse in a lot of situations.
My example tends to demonstrate that adding blind data to another blind data still gives blind data
But still, just to confirm : I will probably implement realtime bearing computation with some kind of settings to let user choose how much data he wants to use for computation. No reason not to do it. You can also propose a patch if you want to
GPS Recorder : GPS data logger to KML, GPX and CSV formats.
Last edited by polyvertex; 2010-11-05 at 11:16.