Difference between revisions of "PyPilot"
(Created page with "== autopilot == * http://pypilot.org/wiki/doku.php * http://phoenixketch.blogspot.com/2019/01/pypilot-open-source-marine-autopilot.html === parts === * https://www.raspberrypi...") |
|||
Line 11: | Line 11: | ||
** http://wiki.ardumower.de/index.php?title=Ardumower_Gasoline (Arduino) | ** http://wiki.ardumower.de/index.php?title=Ardumower_Gasoline (Arduino) | ||
** http://www.hessmer.org/blog/2013/12/28/ibt-2-h-bridge-with-arduino/ (Arduino) | ** http://www.hessmer.org/blog/2013/12/28/ibt-2-h-bridge-with-arduino/ (Arduino) | ||
+ | |||
+ | == actuator == | ||
+ | * Arduino/ESP32 + double H Bridge | ||
+ | * windshield wiper motor | ||
+ | === rudder feedback === | ||
+ | * rudder angle sensor: 10k linear pot | ||
+ | * endstops: switch | ||
+ | === clutch and throttle feedback === | ||
+ | * lever angle sensor: 10k linear pot | ||
+ | * endstops: switch | ||
+ | |||
+ | |||
[[category:Projekte]] | [[category:Projekte]] |
Revision as of 14:32, 25 February 2020
autopilot
- http://pypilot.org/wiki/doku.php
- http://phoenixketch.blogspot.com/2019/01/pypilot-open-source-marine-autopilot.html
parts
- https://www.raspberrypi.org/products/raspberry-pi-zero/
- http://vi.raptor.ebaydesc.com/ws/eBayISAPI.dll?ViewItemDescV4&item=200950936475&category=71394&pm=1&ds=0&t=1574480175000&ver=0
- https://github.com/custom-build-robots/Motor-Driver-BTS7960B-H-Bridge (Raspi)
- https://pypilot.org/store/index.php?rt=product/product&path=72&product_id=131 (Arduino)
- https://github.com/pypilot/pypilot/tree/master/arduino/motor (Arduino)
- https://electronics.stackexchange.com/questions/458722/how-to-get-right-voltage-output-with-bts7960b-h-bridge (esp32)
- http://wiki.ardumower.de/index.php?title=Ardumower_Gasoline (Arduino)
- http://www.hessmer.org/blog/2013/12/28/ibt-2-h-bridge-with-arduino/ (Arduino)
actuator
- Arduino/ESP32 + double H Bridge
- windshield wiper motor
rudder feedback
- rudder angle sensor: 10k linear pot
- endstops: switch
clutch and throttle feedback
- lever angle sensor: 10k linear pot
- endstops: switch