top of page
Search
All Posts


How to Set Up RetroPie on Raspberry Pi
Create a Retro Gaming Station with Raspberry Pi Computer In this video, I'll show you step-by-step how to set up RetroPie on your...
Amit Rana
Feb 21 min read
1 view
0 comments
Install MySQL Database on Raspberry pi and access it from Windows PC
<p>how to install mysql on raspberry pi and access it from windows PC</p>
Amit Rana
Apr 14, 20241 min read
0 views
0 comments
How to Install OpenCV on Raspberry Pi 5
<p>How to install OpenCV on raspberry Pi 5 computer python library</p>
Amit Rana
Apr 12, 20243 min read
0 views
0 comments
How To Interface DS18B20 Temperature Sensor To Arduino UNO
<p>In this tutorial we are going to learn How to interface DS18B20 Temperature sensor to Arduino UNo</p>
Amit Rana
Sep 5, 20233 min read
0 views
0 comments
How to use bluetooth with 8051
<p>This Project is Suitable for Everyone Including student and Professional Bluetooth-based relay control using an 8051-based microcontroller involves using Bluetooth communication to remotely control the switching of a relay. Here’s a general overview of the system: The software for this system involves two main parts: Overall, this system provides a wireless means of controlling a […]</p>
Amit Rana
Sep 1, 20232 min read
0 views
0 comments
How to use Raspberry Pi Pico W with Optocoupler
<p>Optocouplers, also known as opto-isolators, are electronic components that provide electrical isolation between two circuits by using light to transfer signals. Optocouplers are commonly used to protect sensitive electronic devices from voltage spikes, reduce noise and electromagnetic interference, and provide isolation in high-voltage applications. Raspberry Pi Pico is a popular microcontroller board that features a […]</p>
Amit Rana
Sep 1, 20232 min read
0 views
0 comments
How To Interface Seven Segment Display With 8051 Microcontroller
<p>Introduction: Seven-segment displays are commonly used to display numbers and characters in various electronic devices. They are easy to read, low-cost, and consume very little power. Interfacing a seven-segment display with a microcontroller like the 8051 is a simple task that can be accomplished with minimal hardware and software requirements. In this blog post, we […]</p>
Amit Rana
Sep 1, 20233 min read
0 views
0 comments
Fire Alarm Using an Infrared Sensor With Arduino
<p>o make Fire Alarm system you will need the following components: ●Arduino board (Uno or Nano) ●Infrared sensor module (e.g. KY-026) ●Buzzer module ●LED module ●Jumper wires ●Breadboard ●220-ohm resistor Once you have all the necessary components, you can follow these steps: Step 1: Connect the infrared sensor to the Arduino board ●Connect the VCC […]</p>
Amit Rana
Sep 1, 20232 min read
0 views
0 comments
LCD Interfacing With 8051Microcontroller in 4 Bit Mode
<p>Introduction Interfacing an LCD (Liquid Crystal Display) to a microcontroller is a common task in embedded systems design. we are making its simplicity and ease of use. In this blog post, we will discuss how to interface an LCD to an 8051 microcontroller in 4-bit mode. LCD Basics LCD is a display that uses the […]</p>
Amit Rana
Sep 1, 20234 min read
0 views
0 comments
How to interface a PIR (Passive Infrared) sensor with an Arduino:
<p>Step 1: List of Components You’ll need the following components: ● Arduino board (e.g. Arduino Uno) ● PIR sensor ● Jumper wires ● Breadboard (optional) Step 3: Code Open the Arduino IDE and create a new sketch. Paste the following code: This code will turn on an LED when motion is detected by the PIR […]</p>
Amit Rana
Sep 1, 20231 min read
0 views
0 comments
How to create IOT Plant Watering System Using Raspberry Pi Pico W
<p>Introduction This is a detailed project documentation for one of the videos we published on youtube. This is about making an IOT plant watering system using raspbery pi pico w Components required 1) Raspberry Pi Pico W board 2) Relay 3)Usb Cable for program downloading 4) DC Power supply 5v and 12v 5)Water pump 5v […]</p>
Amit Rana
Sep 1, 20234 min read
0 views
0 comments
How to create 3D Mouse using Arduino and Accelerometer
<p>If you have an arduino and an Accelerometer, you can try this cool USB 3d mouse using arduino. The components required for this project is very less and you can build this 3d mouse project using arduino within 10 minutes Parts needed for 3d Mouse using arduino As mentioned, the parts needed for the 3D […]</p>
Amit Rana
Sep 1, 20232 min read
0 views
0 comments
Getting Started With ESP 32 Cam Module
<p>Introduction The ESP32-CAM AI Thinker Module is a powerful development board that combines a high-performance microcontroller with an advanced camera system, making it a popular choice for developers and hobbyists who want to create projects that require image and video processing. In this blog post, we will explore the features and capabilities of the ESP32-CAM […]</p>
Amit Rana
Aug 31, 20232 min read
0 views
0 comments
How to use external Interrupts on 8051
<p>This is a supporting blog post for a video tutorial on how to use external interrupts on 8051 microcontroller. This post consists of required code, documents and any support material to support the learning following the video. Circuit Diagram of how to use external interrupts on 8051 Microcontroller C Code of how to use external […]</p>
Amit Rana
Aug 31, 20232 min read
0 views
0 comments
Data Logger Using DS18B20 Temperature Sensor With Raspberry Pi
<p>Data Logger Using DS18B20 Temperature Sensor With Raspberry Pi Introduction In this tutorial we are going to learn how to make Data Logger with csv file extension by using DS18B20 Temperature Sensor With Raspberry Pi Component Required Raspberry Pi Board Breadbord Power supply DS18B20 Temperature sensor 10 Kilo Ohm Resistor (pull up) Breadbord Connecting Wires […]</p>
Amit Rana
Aug 31, 20233 min read
0 views
0 comments
Understanding the Clock in TM4C123 Series Microcontroller
<p>Understanding the clock structure of Tiva C Series Microcontroller TM4C123</p>
Amit Rana
Jan 3, 20224 min read
0 views
0 comments
Getting Started with Tiva Launchpad TM4C123
<p>How to Build projects for tm4c123gh6pm Microcontroller from Tiva C Series using the Tiva C Launchpad </p>
Amit Rana
Jan 3, 20222 min read
0 views
0 comments
Finger print detection by Krishnam Goyal
<p>Finger detection code in Python using opencv </p>
Amit Rana
Jun 9, 20211 min read
0 views
0 comments
5 tips on How To Stay Productive All Day
<p>5 tips on how to stay productive all day. You can try these tips today and see the change yourself</p>
Amit Rana
Feb 26, 202110 min read
0 views
0 comments
C# Code to connect to MYSQL on Raspberry Pi
<p>C# Console program to test the connection of windows pc to MYSQL on Raspberry Pi</p>
Amit Rana
Feb 22, 20212 min read
0 views
0 comments
bottom of page