top of page
Search
Thermistor Interfacing with Arduino UNO
Overview of Thermistor Thermistor is a variable resistance element, whose resistance varies with change in temperature. The change in...
3 views0 comments
DS1307 RTC Module Interfacing with Arduino UNO
Overview of RTC Real Time Clock (RTC) is used for monitoring time and maintaining a calendar. In order to use an RTC, we need to first...
4 views0 comments
DHT11 Sensor Interfacing with Arduino UNO
Overview of DHT11 DHT11 sensor measures and provides humidity and temperature values serially over a single wire. It can measure relative...
12 views0 comments
MPU6050 Interfacing With Arduino UNO
Overview of MPU6050 Module MPU6050 sensor module is an integrated 6-axis Motion tracking device. It has a 3-axis Gyroscope, 3-axis...
2 views0 comments
Magnetometer HMC5883L Interfacing With Arduino UNO
Overview of Magnetometer Magnetometer HMC5883L measures the direction and magnitude of the Earth’s magnetic field and hence is used for...
5 views0 comments
ADXL335 Accelerometer Interfacing with Arduino Uno
Overview of Accelerometer Accelerometer is an electromechanical device that measures the force of acceleration due to gravity in g unit....
1 view0 comments
OLED Graphic Display Interfacing With Arduino UNO
Overview of SSD1306 OLED Module The OLED module shown in the above image is a very popular module available in the market. There are many...
1 view0 comments
Nokia5110 Graphical Display Interfacing With Arduino UNO
Overview of Nokia5110 Display Nokia5110 is a graphical display that can display text, images, and various patterns. It has a resolution...
3 views0 comments
7-Segment Display Interfacing with Arduino UNO
Overview of 7-segment Display 7-segment displays are made up of 8 LED segments. They are used to display Numbers (0-9) and certain...
2 views0 comments
LCD 16x2 Interfacing With Arduino Uno
Overview of LCD 16x2 LCDs (Liquid Crystal Displays) are used in embedded system applications for displaying various parameters and status...
9 views0 comments
Basic functions related to Serial Communication in Arduino
Let’s see some basic functions related to serial communication that are frequently used in Arduino IDE. Arduino UART Functions a) ...
31 views0 comments
Basics to Developing Bootloader for Arduino
Introduction Bootloader, is basically the initial piece of code which runs whenever any micro-controller is powered up or resets. It is...
1 view0 comments
Arduino I2C
Introduction to I2C I2C (Inter-Integrated Circuit) is a serial bus interface connection protocol. It is also called a TWI (two wire...
10 views0 comments
Watchdog Timer in Arduino
The Arduino UNO board has ATmega328P chip as its controlling unit. The ATmega328P has a Watchdog Timer which is a useful feature to help...
1 view0 comments
bottom of page