Have funmui (0.9.0+nmu1) UNRELEASED; urgency=medium
* some minor ui fixes; keeping in sync with android version!
mui (0.2.7)
* knock bar, injector duty cycle
mui (0.2.6) unstable; urgency=low
* support for external gps receiver with 10 Hz frequency
mui (0.2.5) unstable; urgency=low
.
* log gps data at maximum possible speed (1Hz)
* accelerometer and gps datalogging to the main binary datastructure
* speed value changed to double()
mui (0.2.4) unstable; urgency=low
* basic accelerometer support
mui (0.2.3) unstable; urgency=low
.
* bugfix
* screensaver activation inhibited
mui (0.2.2) unstable; urgency=low
.
* GPS datalogging
* new widgets for efr speed and pressure
* filename bugfix
mUI V2 for Nokia N900 (0.9.0 2015-08-17)
mUI V2 for Nokia N900 (0.9.0 2015-08-17)
http://mycorrado.de/bofh/public/multidi ... _armel.deb
- designer2k2
- Administrator
- Posts: 721
- Joined: Mon 31. May 2010, 20:13
- Location: Innsbruck
- Contact:
Re: mUI V2 for Nokia N900 (0.2.1 2013-09)
Featurewish:
- append N900 GPS Data to saved data stream (lat/long, maybe heading & speed)
With that it would be possible to paste the data on Google Earth for example
- append N900 GPS Data to saved data stream (lat/long, maybe heading & speed)
With that it would be possible to paste the data on Google Earth for example
itsmyfault...
Re: mUI V2 for Nokia N900 (0.2.1 2013-09)
voila
this gets logged (pos update each 10 secs):
But the position 51° 5' 60.0" N, 10° 29' 60.0" E is terribly wrong (~400km away in eastern germany)?!
My N900 dont gets a gps connection on my desk.
this gets logged (pos update each 10 secs):
Code: Select all
#md timestamp gps time gps coordinate gps speed gps directon GPSHorizontalAccuracy GPSVerticalAccuracy
0 Mi. Sep 25 01:53:08 2013 51° 5' 60.0" N, 10° 29' 60.0" E -1 -1 480000 32767.5
My N900 dont gets a gps connection on my desk.
- designer2k2
- Administrator
- Posts: 721
- Joined: Mon 31. May 2010, 20:13
- Location: Innsbruck
- Contact:
Re: mUI V2 for Nokia N900 (0.2.2 2013-09-25 with GPS support
is the update every 1sec possible? would make the data more understandable (in 10sec the 1/4 is nearly done )
as soon as i know again how to install it, i give it a test
as soon as i know again how to install it, i give it a test
itsmyfault...
Re: AW: mUI V2 for Nokia N900 (0.2.2 2013-09-25 with GPS sup
Yes every second is possible.
Re: mUI V2 for Nokia N900 (0.2.3 2013-09-26 with GPS support
GPS logging works (if the n900 finds gps satellites)
Re: mUI V2 for Nokia N900 (0.2.3 2013-09-26 with GPS support
some new widgets on the dashboard
- designer2k2
- Administrator
- Posts: 721
- Joined: Mon 31. May 2010, 20:13
- Location: Innsbruck
- Contact:
Re: mUI V2 for Nokia N900 (0.2.3 2013-09-26 with GPS support
another feature wish:
- append n900 g-sensor (accelerometer) data to md data stream
The N900 has a 3 axis g-sensor, when the phone is well mounted in the car it should give quite "ok" data, at least it will look nice
according to http://mlab.taik.fi/paja/?p=1263 it can be accessed by cat /sys/class/i2c-adapter/i2c-3/3-001d/coord giving 3 values in mG
- append n900 g-sensor (accelerometer) data to md data stream
The N900 has a 3 axis g-sensor, when the phone is well mounted in the car it should give quite "ok" data, at least it will look nice
according to http://mlab.taik.fi/paja/?p=1263 it can be accessed by cat /sys/class/i2c-adapter/i2c-3/3-001d/coord giving 3 values in mG
itsmyfault...
Re: mUI V2 for Nokia N900 (0.2.3 2013-09-26 with GPS support
qt mobility api supports accelerometer sensor reading http://es1011.wikispaces.com/file/view/ ... +Maemo.pdf.
http://doc.qt.digia.com/qtmobility-1.2/ ... ading.html
Should be no problem.
We could compute engine power and torque
http://doc.qt.digia.com/qtmobility-1.2/ ... ading.html
Should be no problem.
We could compute engine power and torque
Re: mUI V2 for Nokia N900 (0.2.3 2013-09-26 with GPS support
accelerometer reading works
provides data at 100Hz!new accel reading: X= 0.529559 Y= 9.70858 Z= 0.706079