OpenMarine
Rudder sensor - 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: Rudder sensor (/showthread.php?tid=1983)



Rudder sensor - Jlsail - 2019-09-10

Installed my rudder sensor.
On the tinypilot when going in to calibration, rudder it says N/a
It works calibrate in opencpn plugin signalk client, except  impossible to change rudder range to any thing it stays at 22.
Works as it should and web app under a different computer shows the same calibration.
Left on for 3 hours. Turning tinypilot off and then  restart all ruddercalibration is gone except rudder non linearity that is the same as before turning of Tinypilot.

How can I get the calibration to be saved?
Attached is signalk values when working. After restart offset and scale is zero.

Johan

   


RE: Rudder sensor - seandepagnier - 2019-09-11

I have made a major update to the rudder feedback calibration yesterday, I will push changes tomorrow. There were a few issues with the calibration and how it was stored since it stores these parameters on the motor controller. This way you won't have to recalibrate the rudder changing the computer, or re imaging the sd card.

Please try again after updating pypilot from git tomorrow.. I will post here when I update it.

I hope to have a new tinypilot image in a week or two.


RE: Rudder sensor - Jlsail - 2019-09-11

(2019-09-11, 12:39 AM)seandepagnier Wrote: I have made a major update to the rudder feedback calibration yesterday, I will push changes tomorrow.   There were a few issues with the calibration and how it was stored since it stores these parameters on the motor controller.   This way you won't have to recalibrate the rudder changing the computer, or re imaging the sd card.

Please try again after updating pypilot from git tomorrow..  I will post here when I update it.

I hope to have a new tinypilot image in a week or two.

Thanks!
I will try to learn how to update from GitSmile otherwise I will have to wait until new image is out.

Johan


RE: Rudder sensor - rastam4n - 2019-09-12

(2019-09-11, 02:37 PM)I’m OPJlsail Wrote:
(2019-09-11, 12:39 AM)seandepagnier Wrote: I have made a major update to the rudder feedback calibration yesterday, I will push changes tomorrow.   There were a few issues with the calibration and how it was stored since it stores these parameters on the motor controller.   This way you won't have to recalibrate the rudder changing the computer, or re imaging the sd card.

Please try again after updating pypilot from git tomorrow..  I will post here when I update it.

I hope to have a new tinypilot image in a week or two.

Thanks!
I will try to learn how to update from GitSmile otherwise I will have to wait until new image is out.

Johan

cd
mkdir delete
cd delete
git clone https://github.com/pypilot/pypilot
git clone https://github.com/pypilot/pypilot_data
cp -rv pypilot_data/* pypilot
cd pypilot
sudo python setup.py build
sudo python setup.py install
cd
sudo rm -rf delete



RE: Rudder sensor - Apex - 2019-09-12

(2019-09-12, 03:52 AM)rastam4n Wrote:
(2019-09-11, 02:37 PM)I’m OPJlsail Wrote:
(2019-09-11, 12:39 AM)seandepagnier Wrote: I have made a major update to the rudder feedback calibration yesterday, I will push changes tomorrow.   There were a few issues with the calibration and how it was stored since it stores these parameters on the motor controller.   This way you won't have to recalibrate the rudder changing the computer, or re imaging the sd card.

Please try again after updating pypilot from git tomorrow..  I will post here when I update it.

I hope to have a new tinypilot image in a week or two.

Thanks!
I will try to learn how to update from GitSmile otherwise I will have to wait until new image is out.

Johan

cd
mkdir delete
cd delete
git clone https://github.com/pypilot/pypilot
git clone https://github.com/pypilot/pypilot_data
cp -rv pypilot_data/* pypilot
cd pypilot
sudo python setup.py build
sudo python setup.py install
cd
sudo rm -rf delete

Thanks! 
Johan