IoT

Servo Motor

Interface Servo Motor With Arduino

Servo Motor Servo motors is a  special type of motor which can not move 360 degrees, however, it can move 180 degrees. Furthermore, it can be used for making smart dustbin project,  smart door lock and  robotic arm. In this project, you will learn  how to  interface Servo motor with Arduino. Below servo moto pins […]

Interface Servo Motor With Arduino Read More »

ultrasonic sensor

Calculate Distance using Ultrasonic Sensor and Arduino Uno Microcontroller

Ultrasonic Sensor- Ultrasonic sensor is an electronic device which can calculate distance. It transmits ultrasonic waves and converts ultrasonic waves into electrical signal. Ultrasonic sensor can be used in various projects from making smart dustbin to obstacle avoiding robots. In this post, I will explain how to calculated distance using  Ultrasonic sensor and Arduino Uno

Calculate Distance using Ultrasonic Sensor and Arduino Uno Microcontroller Read More »

ESP8266 NodeMCU

Glowing LED Using MicroPython on ESP8266 Board

Glowing LED Using MicroPython on ESP8266 Board This is a simple project in which I will glow an LED on esp8266 board  using MircoPython. To start is first of all you need to install Thonny  editor on your system. Download Thonny You can download it form the below link. https://thonny.org/ Therefore, download firmware for esp8266

Glowing LED Using MicroPython on ESP8266 Board Read More »

Arduino

Display Three Names at Delay of 10 Seconds using Arduino and LCD

In this post, we are going make a program which will show three names at delay of 10 seconds using Arduino microcontroller and Liquid Crystal Display. Moreover, you will require two libraries Wire and LiquidCrystal_I2C . Again LiquidCrystal_I2C lcd(0x27,16,2); line sets LCD address at 0x27 having 16 columns and 2 rows. In the below program

Display Three Names at Delay of 10 Seconds using Arduino and LCD Read More »

©Postnetwork-All rights reserved.