16x2 LCD
|
RS485 Serial Communication between Arduino Uno and Arduino Nano Choosing a communication protocol for communication between microcontrollers and peripheral devices is an important part of… |
|
Arduino Interrupts Tutorial Consider a fast-moving car, if it suddenly gets hit by another car in opposite direction, the first thing that happens is that… |
|
Arduino DAC Tutorial: Interfacing MCP4725 12-Bit Digital-to-Analog Converter with Arduino We all know that the Microcontrollers work only with digital values but in real world we have to deal with analog signals. That… |
|
Automatic Medicine Reminder Using Arduino When it comes to our loved ones, we always want to keep them healthy and fit. But what will happen if they get ill and forget… |
|
How to Use SPI Communication in STM32 Microcontroller In our previous tutorials, we have learned about SPI and I2C communication between two Arduino boards. In this tutorial we will… |
|
Rotary Encoder Interfacing with PIC Microcontroller A Rotary encoder is an input device which helps the user to interact with a system. It looks more like a Radio… |
|
How to use I2C in Arduino: Communication between two Arduino Boards In our previous tutorial learned about SPI communication in Arduino. Today we will learn about another Serial Communication… |
|
Interfacing 16x2 LCD with ARM7-LPC2148 in 4-Bit Mode Display is the necessary part of a machine whether it is any home appliance or industrial machines. Display not only shows… |
|
Heart Beat Monitoring using PIC Microcontroller and Pulse Sensor Heart Beat rate is most important parameter in monitoring any person’s health. In the modern era of wearable devices, there are… |
|
How to Use Interrupts in STM32F103C8 Interrupts is a mechanism by which an I/O or an instruction can suspend the normal execution of processor and gets itself… |