by Monisha Macharla | Oct 24, 2022 | Arduino Uno, arduino uno projects
For precisely moving and positioning mechanical items, stepper motors are the best option. The position of the motor shaft can be precisely adjusted by using techniques like microstepping. There are numerous sizes of stepper motors available. The steppers that DVD and...
by Monisha Macharla | Jul 5, 2022 | Arduino Uno, arduino uno projects
Introduction In this project, we will create a smoke detector setup using Arduino in the Tinkercad platform. The setup is simple and can be made by anyone. Also, the components we use are cheap and the hardware setup can be used in our homes, workplaces, etc. So...
by Monisha Macharla | Jul 5, 2022 | Arduino IDE Programming, arduino uno projects
Introduction In this tutorial, we will learn how to use the Tinkercad platform for Arduino Simulation. Tinkercad is one of the best platforms for circuit building and simulation, mainly because of its user-friendly interface. This tutorial will serve as a basis for...
by Monisha Macharla | Jun 20, 2020 | arduino uno projects
This is a follow up project which will make use of the Arduino Webserver we build in my last post . (Refer Here). Introduction: In this Project we will build a simple Android Applicaton using MIT App Inventor which will be used to turn our device on and off . CODE:...
by Anmol Punetha | May 15, 2020 | arduino uno projects
We already have talked about using Blynk with Arduino. In this tutorial, we will make a DIY project using RGB LED with Blynk. We will also control the intensity of it using some special widgets in Blynk. Contents: RGB LED with Blynk IntroductionMaterials...
by Anmol Punetha | May 1, 2020 | arduino uno projects, Projects
In this advanced tutorial, you will learn how to use the MPU6050 sensor with the Arduino. We will also download the library and other required things. Contents: IntroductionMaterials RequiredThe circuitUsing the libraryArduino CodeInferring the output 1. Introduction...