Sailboat Arduino Autopilot, selfbuild, Magnetic- & Wind- and Route-Steering (Part 3)
Part 3 of this thing.
Progress so far: Finished including new functions.
Now cleaning out the code a bit, and finishing casings.
- long time testing fo find memory leaks.
Hopefully this year: Installing tha shit on the boat ;)
n-joy
PS: sorry for music, but youtube did not like the last one I put on ...
The Life and Death of a Certain K. Zabriskie, Patriarch von Chris Zabriskie ist unter der Lizenz Creative Commons Attribution license (https://creativecommons.org/licenses/by/4.0/) lizenziert.
Quelle: http://chriszabriskie.com/vendaface/
Interpret: http://chriszabriskie.com/
▶️ DTube
▶️ IPFS
Wow very serious project. Really cool! :D
As far as I understood you use the Ardunio Mega to calculate everything but you use an extra Ardunio Micro to process the inputs. May i ask why? Is it easier to simulate the inputs this way or are you trying to cut down on processing power?
sure you may ask :)
The Mirco just collects the data, but I need the Mega, because the graphical Output. So to say - I need one byte for each character.
The Arduino Mega has 128kB Flash and 8kB SRAM. This does not sound much, but the Micro and Nano has only 32kB Flash and 2kB SRAM. About 400 Bytes are used by the bootloader, so only 1,6kB are left.
CPU speed is the same on all ... 16MHz
The Mega was used only because on the 128x64 Pixel OLED Display. With a normal LCD 20x4, the program will fit on an Arduino Nano oder Micro
Hey thanks for the answer!
But if you need the Mega for the OLED, why not putting anything on the Mega anyways... :D
yea - well - what I don't like about the Mega is that they used such a huge PCB.
Maybe I find a smaller version of it in the future. Then the handheld part/box of the pilot will be much smaller
Fixed version:
It looks like the IPFS data was lost. So there is no file behind the link. I can't also change the IPFS link in this video with a working one (getting a Bockchain error)
Sorry, I don't know (yet) how to delete this.