Browse all tutorials
Browse all our tutorials through various categories
How To Interface DS18B20 Temperature Sensor To Arduino UNO
Introduction: In this tutorial we are going to learn How to interface DS18B20 Temperature sensor to Arduino UNo, the Arduino Uno is a popular for many hobbyists. Its simplicity, versatility, and extensive community support make it an ideal platform for a wide range of...
How to use bluetooth with 8051
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:...
How to use Raspberry Pi Pico W with Optocoupler
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...
How To Interface Seven Segment Display With 8051 Microcontroller
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...
Fire Alarm Using an Infrared Sensor With Arduino
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...
LCD Interfacing With 8051Microcontroller in 4 Bit Mode
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...
How to interface a PIR (Passive Infrared) sensor with an Arduino:
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 int pirPin = 2; // choose the pin for the PIR sensor int ledPin = 13; // choose the pin for the LED int...
How to create IOT Plant Watering System Using Raspberry Pi Pico W
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...
How to create 3D Mouse using Arduino and Accelerometer
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...
Getting Started With ESP 32 Cam Module
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...
How to use external Interrupts on 8051
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...
Data Logger Using DS18B20 Temperature Sensor With Raspberry Pi
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...
Understanding the Clock in TM4C123 Series Microcontroller
Understanding the clock structure of Tiva C Series Microcontroller TM4C123
Getting Started with Tiva Launchpad TM4C123
How to Build projects for tm4c123gh6pm Microcontroller from Tiva C Series using the Tiva C Launchpad
Finger print detection by Krishnam Goyal
Finger detection code in Python using opencv
5 tips on How To Stay Productive All Day
5 tips on how to stay productive all day. You can try these tips today and see the change yourself
C# Code to connect to MYSQL on Raspberry Pi
C# Console program to test the connection of windows pc to MYSQL on Raspberry Pi
Connect to MySQL on Raspberry Pi from Windows PC
How to connect to mysql on raspberry pi from windows computer
Getting Started with Atmega32
This is first in the series of AVR tutorials on kitflix. I am going to share series of videos through blog posts along with the code's to understand it better. The tutorials are less about reading and more about watching the videos to understand better. This First...
Want to teach coding to kids: 3 great free resources for you
Learn computer coding free online without paying anything. Top free resources to teach computer coding to your kids and let them have fun with computer coding without paying a dime to anyone
Raspberry Pi with BMP180 Sensor Interfacing
This is an in depth tutorial on how to interface raspberry pi with BMP180 Sensor. This is an I2C Based sensor and we’ll see how to interface with I2C sensor with this tutorial
Why we use Optocoupler in relay switching?
Optocoupler, a tiny IC which is basically an LED triggered transistor can be live saving in many project situation. This is a short story about one such incident in project development and am sure it’ll help you if you face such issues in your microcontroller projects
How to interface raspberry pi with Ultrasonic Sensor
A detailed tutorial about Raspberry Pi interfacing with Ultrasonic Distance sensor and its python code
How to interface relay with raspberry pi to switch AC devices
This tutorial is about interfacing of relay with raspberry pi for switching ac and dc devices on and off
10 Things to do with kids at home
Things to do with kids at home. This is a list of 10 things you can do at your home to engage your kids in healthy and positive way.
How to setup a Raspberry Pi Video Streaming Server in 5 Minutes
Raspberry Pi Streaming Video Setup If you do not already have pip installed on your Raspberry Pi, please use this command to install it: sudo apt-get install python-pip Install the picamera library by running this command: pip install picamera Install the flask Python...
How to start learning Embedded Systems : A complete roadmap
A complete guide to get started with learning embedded systems. This is a beginner friendly guide to know everything before starting to learn embedded systems
Microsoft Azure IoT and Raspberry Pi : Send telemetry data to azure using python
In this video, we'll see how you can start off with microsoft azure's IoT hub with raspberry pi. We'll see how to create an IoT hub in azure and how to send data from raspberry pi to azure iot hub. The Video is here The resources for this video are attached, download...
DialogFlow : Introduction to AI Chatbot
What is DialogFlow? Dialogflow is also called as API.AI which is Google's chatbot development framework. It is used for Natural Language Processing using machine learning. More interesting, Dialogflow is Saas based product so that you don't have to worry about...
Faster RCNN : Machine Learning Algorithm
This is a quick tutorial on Faster RCNNN a machine learning algorithm widely used in many different applications