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

Achieving control and orientation with Arduino Alvik on rotating platform

Achieving control and orientation with Arduino Alvik on rotating platform

It can adapt its speed accordingly and always knows its orientation - no matter how much you try and confuse it! It has a powerful six-axis accelerometer and gyroscope sensor, which allows you to detect and measure acceleration and angular velocity. Upload the code and enjoy…!
Read MoreAchieving control and orientation with Arduino Alvik on rotating platform
Having trouble to drive Servo motor with Arduino Uno SMD? Get perfect solution now...

Having trouble to drive Servo motor with Arduino Uno SMD? Get perfect solution now…

This entry is part 9 of 9 in the series Arduino Tips & Tricks

I was wondering that why my following code works fine on Arduino Uno R3 (DIP) to drive Servo motor but not on Arduino Uno SMD! Actually it is a simple and basic code to drive servo motor with Arduino Uno…

Read MoreHaving trouble to drive Servo motor with Arduino Uno SMD? Get perfect solution now…
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