OpenMarine

Full Version: Sound when connecting liniair actuator on pypilot
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Looks great! Yeah, flashing an arduino can be a hassle depending on how it is connected indeed. In my case it is close to the Pi which has Arduino IDE installed, but still you need to unassign the serial connection in order to make the serial port accessible for the flash. It would be great to have some kind of a webservice available that could do it, but I guess that would be a lot of development work because you need the capabilities of Arduino IDE in a webapp. The upside however would be that maybe you can link the github repository so the download of motor.ino is not manual anymore. Just a thought.
I manage with "make upload" and apply power to the arduino just as avrdude is run. This will upload even through isolation.
(2020-05-05, 05:54 PM)seandepagnier Wrote: [ -> ]I manage with "make upload" and apply power to the arduino just as avrdude is run.   This will upload even through isolation.

Do you mean you program the arduino via the rxd/txd lines?
Yes. If you hit reset button or just apply power exactly when running avrdude it uploads through tx/rx and optical isolation because it can't reset normally using usb serial hardware control line.
Another update, first I thought the sound was due to the fact I had a new motor controller. However, now that I have experimented with another motor controller of another type it seems that my linear actuator was the cause. When using an "official" one from Raymarine there is no sound, when using any other motor it may give a sound. Some motors seem to be more "sensitive" to acoustics than others.
Did you try putting an inductor in series with the noisy linear actuator?
Pages: 1 2 3