Arduino Tips & Tricks

With the use of these tips and tricks you will be able to use the Arduino development board effectively in your coding. Use logical programming to get the most out of it…!

Measurement of TDS of Water Sample using Arduino UNO

Measurement of TDS of Water Sample using Arduino UNO – details of complete project

We know that the larger is the salinity of water the more is its electrical conductivity. So by using standard techniques of measuring the electrical conductivity (Ec) we can use this value to find out the TDS by using following empirical equation.

Read MoreMeasurement of TDS of Water Sample using Arduino UNO – details of complete project
How to design Cathode Ray Oscilloscope using Arduino? Code of just 9 lines!

How to design Cathode Ray Oscilloscope using Arduino? Code of just 9 lines!

A cathode ray oscilloscope (CRO), also known as an oscilloscope or scope, is a type of electronic test instrument used to visualize and analyze electrical signals in the time domain. It is an essential tool for engineers, scientists, and technicians working with electronics, telecommunications, and various fields of science and engineering.

Read MoreHow to design Cathode Ray Oscilloscope using Arduino? Code of just 9 lines!
How analog pin works & how PWM signal is obtained in Arduino UNO/Nano?

How analog pin works & how PWM signal is obtained in Arduino UNO/Nano?

In new type of Arduino boards with the ATMeaga168 chip, the pins 3, 5, 6, 9, 10, and 11 work as PWM pins. Older Arduino board with an ATMega8 chip has only pins 9, 10, and 11 as PWM pins. The value can be specified as a variable or constant with a value from 0-255.

Read MoreHow analog pin works & how PWM signal is obtained in Arduino UNO/Nano?