Arduino analog pins to digital explained

Using arduino boards in projects, looking for additional digital pins then this article helps you to…

Continue Reading

Arduino Internal temperature sensor

Most AVR chips (microcontrollers) have an internal temperature sensor, hence we can use this option to…

Continue Reading

Increasing arduino PWM pins

If we need more PWM pins in arduino board,  then we can convert digital arbitrary pin…

Continue Reading

Arduino Capacitance meter

By using arduino digital pins and serial monitor we can measure unknown capacitor value. This is…

Continue Reading

Wi-Fi modules for wireless iot projects

       If you are looking for wi-fi module for your project then this page…

Continue Reading

Arduino IR Remote Control

By using Arduino and IR Receiver TSOP 1738 (in our project, you can use any IR…

Continue Reading

Drive LCD display with arduino

Most 16×2 LCD follows the  same pin configurations as given, or you can refer the datasheet…

Continue Reading

Arduino Serial Command LED

In this project we used Arduino serial monitor to command the LED On/Off and know the…

Continue Reading

arduino math functions

The arduino can do mathematic functions between two numbers , simple example and syntax of mathematic…

Continue Reading

Arduino Relational functions

The arduino can do Relational functions between two numbers, simple example and syntax of relational operations…

Continue Reading