Arduino – How to communicate with serial
What is serial communication? As an Arduino beginner, all you need to know is that serial communication allows text to be transferred between your Arduino and other devices. More technically,…
What is serial communication? As an Arduino beginner, all you need to know is that serial communication allows text to be transferred between your Arduino and other devices. More technically,…
Why it's important to understand the basics of Arduino coding It's an all too common sight on the forums and Facebook groups to see people who are copying and pasting…
The Arduino IDE The Arduino IDE (Integrated Development Environment) is where you'll write your code. It's also where your code will be processed and sent to your Arduino. There are…
What's an Arduino board? Before we get to choosing your first Arduino, it makes sense to cover exactly what an Arduino board is. An Arduino board is an electronic circuit…
Why make things move? Electronics projects can serve many purposes but I'm sure most of us will agree that the coolest projects make things move! When we make things move…
I know how wierd it sounds to say "I love spreadsheets!". I mean, you don't hear people saying things like "I love Word documents!", or, "I love JPEGS!" do you?!…
Hi world! If this is the only post you can see, you got here very early, somehow! I've been meaning to do this for a while and I finally made…