Arduino serial data plotter

We can create graph by using received serial data from arduino Serial Monitor. Transfer arduino or…

Continue Reading

Arduino Internal temperature sensor

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

Continue Reading

Arduino Capacitance meter

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

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