In this post I have explained how to generate sine wave pulse-width-modulation or SPWM through Arduino, which can be used for making a pure sine wave inverter circuit or similar gadgets. The Arduino code is developed by me, and it is my first Arduino code, …and it looks pretty good 🙂 What is SPWM I […]
Arduino Projects
How to Interface Cellphone Display with Arduino
In this post we will be learning how to interface Nokia 5110 display with arduino microcontroller and how to display some text, we will also be constructing a simple digital clock and finally we will be exploring graphical capabilities of the Nokia 5110 display. By  Nokia was the most popular mobile phone brand across […]
Make this Simple Weather Station Project for Homes and Offices
In this post I will show how to construct an interesting Arduino based mini weather station project, which can show you ambient temperature, humidity, pressure, air quality and much more data from your surroundings, which can be used to predict weather from home. If you are interested in meteorology this project might come in handy […]
Automatic Street Light Dimmer Circuit
In this post I will show how to construct an Arduino automatic street light dimmer circuit, which can reduce its brightness when no vehicle is passing in the road to save power. By Overview We will be exploring the methodology of sensing the vehicle or human being without false detection which may occur due to […]
How to Interface Servo motors with Arduino
In this post I have explained what servo motor is, how it functions, how to interface with microcontroller and what make this motor special from other motors. Being an electronics enthusiast we would have come across many kinds of motors, here we are going to take a look at special type of motor called servo […]
Interface Accelerometer ADXL335 with LED and Arduino (Circuit Diagram)
In this post, we are going to see how to use an accelerometer with arduino and extract useful readings, which will be printed on serial monitor of IDE. We will also be exploring how accelerometer works in a nutshell and its applications. How the Accelerometers Works Accelerometer is an electromechanical device, which is used to […]