Programming

Program your Arduino with an Android device How to Program Arduino with an Android device

We have built many Arduino Projects and all the time we have used official Arduino IDE to program the Arduino. But do you know…

Arduino Relay Control Tutorial Arduino Relay Control Tutorial

LED Blinking is a very common and almost first program for every embedded learner or beginner. In which we blink an LED with…

Programming ESP8266 using Arduino IDE and Flashing its Memory Getting Started with ESP8266 (Part 3): Programming ESP8266 with Arduino IDE and Flashing its Memory

This is the third tutorial in continuation of our previous ESP tutorials, in which we will learn to Program the ESP8266 with…

Programming ESP8266 WiFi Transceiver using AT Commands Getting Started with ESP8266 (Part 2): Using AT Commands

This tutorial is the continuation of the previous tutorial Getting Started with ESP8266 (Part 1). So, to give a small recap, in…

IOT based Air Pollution Monitoring System using Arduino IoT based Air Pollution Monitoring System using Arduino

In this project, we are going to make an IoT Based Air Pollution Monitoring System in which we will monitor the Air Quality…

Arduino Frequency Counter Tutorial Frequency Counter using Arduino

Almost every electronic hobbyist must have faced a scenario where he or she must measure the frequency of a signal generated by…

ADC0808 Interfacing with-8051 microcontroller Interfacing ADC0808 with 8051 Microcontroller

ADC is the Analog to Digital converter, which converts analog data into digital format; usually, it is used to convert analog…

Embedded C Code Example C Language vs. Embedded C

When students study about c programming they even come across embedded C programming language across their studies and get…

4x4 Matrix Keypad Interfacing with 8051 Microcontroller 4x4 Matrix Keypad Interfacing with 8051 Microcontroller

Keypad interfacing with 8051 microcontroller represents one of the fundamental skills for embedded systems developers. Matrix…

Digital Thermometer Project using Arduino and LM35 Temperature Sensor Digital Thermometer using Arduino and LM35 Temperature Sensor

Thermometers are useful apparatus that have been used for a long time for temperature measurement. In this project, we…