OpenMarine

Full Version: [SOLVED] 0.11.4 I2C issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
(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
Marking this as [SOLVED]. We will try to improve our documentation soon.