Arduino Tips & Tricks

The untold tips and tricks in Arduino programming. All programmers working on Arduino projects must know these tips and tricks to ease your programming techniques.

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