OpenMarine
[SOLVED] 0.11.4 I2C issue - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: Bug Reports (https://forum.openmarine.net/forumdisplay.php?fid=4)
+--- Thread: [SOLVED] 0.11.4 I2C issue (/showthread.php?tid=486)



[SOLVED] 0.11.4 I2C issue - keithwhite - 2017-05-11

Hi

I've upgraded from 0.11.3 to 0.11.4 and whilst I can see and set up the I2C sensors when I run the SK diagnostic no information is appearing. The IMU appears in the calibration unit so I know its working. It also works fine in 0.8.0

I've tried reinstalling from 0.10.0 bur that had made no difference.

I tried running in debug mode and got this "pi@openplotter:~ $ python /home/pi/.config/openplotter/openplotter.py
python: can't open file '/home/pi/.config/openplotter/openplotter.py': [Errno 2] No such file or directory


I have a pi 3 with no other addons

Is there something I'm missing ?

Rgds

Keith


RE: 0.11.4 I2C issue - Sailoog - 2017-05-11

You have to double click over the created sensor and there you have to assign a signal k key to each magnitude the sensor can manage:
navigation.headingMagnetic
navigation.attitude.roll
navigation.attitude.pitch

to debug type just "openplotter" in a terminal


RE: 0.11.4 I2C issue - keithwhite - 2017-05-11

(2017-05-11, 03:24 PM)Sailoog Wrote: You have to double click over the created sensor and there you have to assign a signal k key to each magnitude the sensor can manage:
navigation.headingMagnetic
navigation.attitude.roll
navigation.attitude.pitch

to debug type just "openplotter" in a terminal

That fixed it Smile  Thanks for quick response

keith


RE: 0.11.4 I2C issue - Sailoog - 2017-05-15

Marking this as [SOLVED]. We will try to improve our documentation soon.