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…!

Basics of Arduino Coding

Basics of Arduino Coding

You don’t require to know anything about coding before reading this article. We are starting it from scratch…! Arduino coding is very simple to understand and use in embedded system programming. We will discuss complete details about Arduino coding in this series of posts so that you will be quite confident to start with Arduino coding and design your own circuits and ideas and projects using Arduino.
Read MoreBasics of Arduino Coding
Arduino-and-microPython

Great things come in tiny packages: Get started with Arduino and MicroPython today

In the past, DIY tech enthusiasts faced limitations when it came to creating small and intricate projects. However, the introduction of technologies like MicroPython and tiny microcontroller boards such as the Arduino Nano revolutionized the field. This enabled makers to build genuinely projects like wearables, miniature robotics, and ultra-thin gadgets, ushering in a new era of innovation. In this article, we’ll explore MicroPython, its utility, the capabilities of the Arduino Nano family, and showcase some shrunken-down project examples.
Read MoreGreat things come in tiny packages: Get started with Arduino and MicroPython today
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!