In this blog, I will be explaining how to get started with bare-metal Assembly Language programming on AVR microcontrollers, along … More
Tag: Arduino
Arduino-CLI: Getting started on Windows
With the Arduino platform moving on from the classic editor to the new Command Line Interface (arduino-cli) and Pro IDE, … More
Programming with Mbed on Arduino (part 2)
In the previous blog, I showed how to get all the dependencies required to be able to use Mbed with … More
Get started with Mbed on Arduino (Part 1)
Arduino has recently been releasing a large number of boards geared towards IOT applications such as the MKR family, the … More
Getting started with Arduino Nano 33 BLE and BLE sense
Hi guys, In this blog, I will be showing you how to get started with the Arduino Nano 33 BLE … More
Understanding and Reading Circuit schematics for Beginners
Circuits can be represented in many different manners, from the pictorial view (realistic representation), to a block view (A flowchart … More
Using the L293D H-Bridge Motor Driver with Arduino
In this blog, I will be explaining how to use the popular L293D motor driver IC (often misspelled as L239D) … More
Distance Sensing using the Arduino and HC-SR04 Ultrasonic Sensor
In this tutorial, we will see how to use the Arduino along with and HC-SR04 ultrasonic/sonar sensor for distance measurement … More
Using Arduino Serial Communication with the Serial monitor
In this blog, I will show how to use the Arduino IDE’s Serial Monitor to communicate with the Arduino’s Serial … More
Using PWM (Pulse Width Modulation) to Control LED brightness with Arduino
In this tutorial, I will explain the theory behind PWM (Pulse Width Modulation) and how to use it with an … More