OpenMarine
Getting started with pypilot need help - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: Pypilot (https://forum.openmarine.net/forumdisplay.php?fid=17)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=18)
+--- Thread: Getting started with pypilot need help (/showthread.php?tid=2769)



Getting started with pypilot need help - tobyyost - 2020-07-21

Hi all.  About a year ago I got all the stuff I needed to setup opencpn and pypilot.  I had some issues and I am finally back to working on this.  I have installed the mpu 9255 on the pi but how do I get open plotter to see it and I can calibrate it.  I watched Sean’s video but I’m not very familiar with the pi and he went very fast. Are there written instructions anywhere?  Or a slower more in depth video?

Any help is appreciated. 

Thanks all


RE: Getting started with pypilot need help - kinefou - 2020-07-22

Hello tobyyost,

For OpenPlotter to detect your IMU9255, you don't have to do anything, it must be automatically. To check, open the Pypilot tab and look at the line 'imu detected: InvenSense MPU9250 / MPU 9255'.
If this line does not appear, type in console: 'i2cdetect -y 1' to know if you Imu is recognized and has an address (in principle: 0x68)
cordially


RE: Getting started with pypilot need help - tobyyost - 2020-07-22

I needed to update to all the latest versions and I have made much better progress now. Thanks!