Arduino NTP Clock using NodeMCU and DS3231

author prototype of rtc and NTP clock

In the tutorial Arduino NTP Clock using NodeMCU and DS3231, you will learn to make an accurate clock using the RTC module and NTP server. This circuit automatically updates the time of the RTC module from the network time protocol server. RTC module shows some time delay after some days/week, this is due to temperatures dependent oscillator used in this module. The external oscillator is more prone to temperature than an internal oscillator. DS3231 module has an internal oscillator that is less prone to temperature and humidity but still has…

Read More

Top 50 Arduino Based Projects

top 50 arduino based projects

Top 50 Arduino Based Projects: The popularity of Arduino Platform is at most because of  its user friendly interface, easy to program, cheap, small size. For electronic hobbyist arduino platform become dream come true due to its plug and play option. Thus, we are going to compile Top 50 Arduino Based Projects posted in bestengineeringprojects.com. This project list include all those popular arduino based project posted in this website. The impact of arduino platform is felt not only in all branch science and engineering but in the life of ordinary…

Read More

Appliance Control using IOT and AI Chatbot

IOT and AI based appliance control

IoT (Internet of thing) is one of the burning topics among electronic hobbyists and students due to its various advantage. There are many ways/devices with which you can interface your appliance with the internet, NODE MCU is one of them. Node MCU is very much popular due to its various advantage. Some of them are listed below. Thus we are going to make Appliance Control using IoT and AI Chatbot using NodeMCU. Smaller size and breadboard friendly Hardware and pinout are more like Arduino. Support API in Nodejs style thus…

Read More

DIY Arduino Controlled Guitar Pedal

DIY Arduino Controlled Guitar Pedal

DIY Arduino Controlled Guitar Pedal: Here in this article, you will learn how to design a programmable pedal for guitar using an Arduino UNO board. For understanding this project, you do not need deep knowledge of programming, digital signal processing, and electronic hardware. All you need is a little familiar with soldering and C programming. We have described the project in a very detailed and simple manner. This DIY Arduino Controller Guitar pedal is designed for hobbyists and those who took interest in music and guitar. Features of DIY Arduino…

Read More

Arduino Controlled 12V battery charger circuit

ardunio controlled 12v battery charger circuit

Arduino is an open-source that is designed for artists or for those who do not have an electronic background. Here, in this article, we are going to show you the method of making a battery charger circuit controlled using an Arduino uno board. The project Arduino Controlled 12V battery charger circuit is an advanced version of the previous posted project “12V, 7Ah Smart Battery Charger with PCB Diagram”. This charger also has the features of bulk stage charging and float stage charging as in the previous circuit. Silent features of…

Read More

Interfacing of Unipolar and Bipolar Stepper Motor with Arduino

interfacing of stepper motor with arduino

In this article we are going to interface unipolar and bipolar stepper motor and arduino using ULN2003 and L293D. The motor we are going to interface are MITSUMI M42SP-4NP stepping motor and 28BYJ-48 steeper motor Introduction Stepping motor | Interfacing of Unipolar and Bipolar Stepper Motor with Arduino An electric motor that rotates in a series of equal steps, each step controlled by a digital input signal, stepping motor are used in most electromechanical devices. Also called stepper motor. A stepper motor is an incremental motion machine i.e. the motor which…

Read More

Arduino Digital Clock using DS3231 Pi Module

arduino digital clock thumbnail

We are getting about how to make the digital clocks more accurate and precise even at varying parameters like temperature and humidity. Generally, in the market, if we go for buying the RTC module we will find the DS1307 module more simply. As DS1307 module is more prone to external temperature variation because it uses an external crystal oscillator circuit as a result the accuracy of the timekeeping changes. While designing a LED board for my college kec.edu.np, I suffered from a time accuracy problem. After a few days, time…

Read More

DIY 5×3 matrix keypad for arduino

diy 5x3 matrix keypad for arduino

In this tutorial we are going to design a customized DIY 5×3 matrix keypad for arduino using tactile switch and small signal diode 1N4148. Many microcomputer/ Arduino system designs require some type of a keypad as an input device. Some time we required customized key for our own project rather then conventional available matrix keypad (4×4 or 4×3) in market. What if we require the key for other operation like left, right, up, down and ok operation. The outlook of the project may not be sophisticated if we had used…

Read More

Arduino Capacitance Meter Project

arduino capacitance meter prototype

In this project you will learn how to make your own arduino capacitance meter (measure the value of capacitor from the range of pF to 1000’s uF). Generally, electronic hobbyist love to design their own gadget rather than buy. In this project we are using two approach for capacitance measurement i.e. charging and discharging approach arduino capacitance meter and multivibrator approach arduino capacitance meter. For measuring low value capacitor, we are using charging and discharging approach and for measuring high value capacitor we are using multivibrator approach. So, before starting…

Read More

Arduino Weighing Machine using HX711

arduino weighing machine

How to interface Load Cell with Arduino? How to make your very own Arduino Weighing Machine? Today, in this article you will learn about interfacing of Load Cell with Arduino and finally make your own Arduino Weighing Machine. This project is designed to weigh up to 50 Kg (depending upon the load cell you are using) accurately and efficiently. Components Required for Arduino Weighing Machine Arduino UNO Board x 1 16×2 Alphanumeric LCD x 1 Load Cell x 1 HX711 Module x 1 10K variable Resistor x 1 4.7K Resistor…

Read More