Starting TinkerCad
This is a free CAD-platform for beginners which is very easy to use, but doesn’t have many features.
Recently, we became aware of something called Tinkercad...
Experiencing Arduino SPI (interrupt)
A Microcontroller uses many different protocols to communicate with various sensors and peripherals. There are many protocols for wireless and wired communication. Most of the things that...
Simple UART by Arduino
ExaMPLE #1
Remote LED blinking
Here a simply circuit consisting of two Arduinos with the following connections:
595 Shift Register
595 series shift registers come in many flavors. SN74HC595 is the most usual.
There are many ways to drive multiple LEDs, which in sum would require...
MAX72-21/19 Arduino Library
These two chips provide an easy way to control either an array of 64 Led's or up to eight digits made of 7-segment displays with a minimum...
LEDs Bar with MAX72XX
MAX72xx series (MAX7219 and MAX7221) LCD driver can control up to 8 seven segment LED displays or 64 individual LEDs (great for 8x8 LED matrix). However...
Serial Communication Tutorial
When you upload any sketch to the Arduino board, stare at the board as the codes get uploaded bit by bit, you will see two SMD LEDs on...
Complete Arduino Serial
Here we look at using serial communication on the Arduino. Serial
UART is one of the various ways an Arduino can communicate with other
devices. This includes a host...
USART in Arduino
Introduction
USART
(Universal Serial Asynchronous Receiver Transmitter) is a serial
communication protocol used to transmit/receive data serially at a
specific baud rate.
UART Communication Protocol
UART (Universal Asynchronous Transmitter Receiver), this is the most common protocol used for full duplex serial communication. It is a single LSI (large scale integration) chip designed to...
RS232 Protocol
Historically, RS232 Communication protocol is an old serial communication protocol developed by EIA (Electronics Industry Alliance)/TIA (Telecommunications Industry Association)-232 in the year 1962. Modern hardware designs...