Install MySQL Database on Raspberry pi and access it from Windows PC
how to install mysql on raspberry pi and access it from windows PC
Install MySQL Database on Raspberry pi and access it from Windows PC Read More »
how to install mysql on raspberry pi and access it from windows PC
Install MySQL Database on Raspberry pi and access it from Windows PC Read More »
How to install OpenCV on raspberry Pi 5 computer python library
How to Install OpenCV on Raspberry Pi 5 Read More »
In this tutorial we are going to learn How to interface DS18B20 Temperature sensor to Arduino UNo
How To Interface DS18B20 Temperature Sensor To Arduino UNO Read More »
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
How to use bluetooth with 8051 Read More »
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
How to use Raspberry Pi Pico W with Optocoupler Read More »
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
How To Interface Seven Segment Display With 8051 Microcontroller Read More »
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
Fire Alarm Using an Infrared Sensor With Arduino Read More »
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
LCD Interfacing With 8051Microcontroller in 4 Bit Mode Read More »
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
How to interface a PIR (Passive Infrared) sensor with an Arduino: Read More »
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
How to create IOT Plant Watering System Using Raspberry Pi Pico W Read More »
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
How to create 3D Mouse using Arduino and Accelerometer Read More »
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
Getting Started With ESP 32 Cam Module Read More »
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
How to use external Interrupts on 8051 Read More »
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
Data Logger Using DS18B20 Temperature Sensor With Raspberry Pi Read More »
Understanding the clock structure of Tiva C Series Microcontroller TM4C123
Understanding the Clock in TM4C123 Series Microcontroller Read More »