This is a (mostly) non-technical introduction to Arduino. The aim is to show what Arduino is and what it can do for you, without the constant barrage of huge technical words getting in the way.
Read MoreAug, 2022

This is a (mostly) non-technical introduction to Arduino. The aim is to show what Arduino is and what it can do for you, without the constant barrage of huge technical words getting in the way.
Read MoreThe board you choose to start with, will either make or completely shatter your Arduino experience. The wrong board can bring an otherwise promising future in electronics development to an abrupt and frustrating end. Especially if you do not have a background in electronics and programming to cushion you. These are the things you should consider before buying your first Arduino development board.
Read MoreThe Arduino Uno hardware is straightforward. It has Input and output pins that are clearly labelled and easy to access. Likewise, every component on the board is organised in a very intuitive way. And to top it all off, we have access to the Arduino Uno datasheet, which details the layout of our development board.
So, why make this guide in the first place if Arduino Uno is so simple?
Read MoreTo the uninitiated, our Arduino board may seem like nothing more than just an over glorified (yet well organised) chunk of silicon, plastic and copper. However, their opinion soon change when they become acquainted with the Arduino software. Read on.
Read MoreThe Arduino IDE 2 is a major leap forward from the v1.x.x series. In addition to IDE 2 having a slick new User Interface. Arduino has also introduced awesome new features that will drastically improve your coding experience on the platform.
Read MoreWe use the term ‘sketch’ when referring to programs written for Arduino. A sketch is a unit of code that can be uploaded to, and run on an Arduino board (doc.arduino.cc). As such, understanding the components of a sketch is a must if you are going to be writing code for Arduino.
Moreover, grasping the fundamentals of a sketch is helpful if you are going to be studying sketches written by other members of the Arduino community.
Read More