Arduino and model boats
Hello – it’s great to see that there are a bunch of you interested in Arduino and model boats
I love playing with Arduino, I learn something new almost every day and find it mentally stimulating and rewarding working through the “How can I do this” of an Arduino project.
It’s a big topic and comes with a set of it’s own jargon so it can be difficult to know where to start, how much is it going to cost, where can I purchase the boards etc. etc.
There are some fundamental building blocks that you need in place to be able to start your Arduino journey and it can be all to easy to give up on the subject when you hit a brick wall.
My approach will be blended learning – there are some fabulous free learning resources on the internet – these are top notch well thought out and well-presented short videos.
We all have different levels of understanding about Arduino – I will pitch the posts at those just starting their adventure – read on past if this is not you and and you come across familiar territory and maybe check back in when things get a bit more juicy.
A taster for some of the projects to come
A bilge water alarm -
A Morse code/ Aldis flasher -
No more waffle from me - lets scratch the surface of 2 of the building blocks – investing time watching these video a couple of times each will give you a good grounding in the subject.
Arduino Hardware overview and Arduino Integrated Development Environment – the free text editor like software where you create a program (from this point onwards referred to as the IDE)
The four videos below have some overlap but they give a great introduction - enjoy
This post is intended to set the scene and give you an overview of the subject
Please do post any questions / feedback
PART TWO will cover:
Writing your first program
Regards
Jonathan
Today, with an Arduino UNO clone for less than 5 Euros from China and with a tremendously more powerful controller, the AT mega328P is the cheapest and easiest way to use electronics to implement the desired functionality, RC controlled, into your model. The Arduino IDE, the programming environment, additionally makes the programming and loading of programs on the controller. This will open a world of possibilities as a powerful tool for naval modelers. When you look on the circuit board of an Arduino UNO, is really not more than making available all pins of the controller on pins of the board.
In my days we programmed the atmega8 with a Basic compiler, BASCOM. The great think of this compiler ist that may of the instructions it offers are building blocks for naval modelers projects. Here you find the Basic compiler which can do programs the size most of the projects might require and it is for free. The purchased version, as I own it, in my opinion is worth it once you have projects exploding in your mind.
Thanks for all of your time you are giving us Jonathan. It is much appreciated.
Peter.👍