Blink Led With Timer TMS320

Overview  In this experiment, we are going to use the timer interrupt to perform the Led blinking operation and to check the time. To perform several tasks at a time we use the timer interrupt. Components required table S.N. COMPONENTS DESCRIPTION QUANTITY 1 LAUNCHXL-F28379D LAUNCHXL-F28379D 1 https://evelta.com/launchxl-f28379d- 2 Logic Analyser Logic Analyser 1 https://www.amazon.in/New-Logic-Analyser-24MHz-FPGA 3…

Read More

Esp32 Cam Video Streaming Using Blynk

Overview In this tutorial, I will let you know how to make your wireless video streaming device in which you can stream that live video on the internet using the ESP32 CAM board and blink IoT platform. Hence, today’s topic is all about making IoT-based Surveillance CCTV Cameras using ESP32 CAM & Blynk cloud. Introduction…

Read More

How to Interface SPI Communication Using TMS320

Overview communication between the MCU controller and external peripherals or another controller. Typical applications include external I/O or peripheral expansion with devices such as shift registers, display controllers, and analog-to-digital converters (ADCs). Communication between multiple devices is supported in SPI master or slave mode. The port supports 16-level receive and transmits FIFOs to reduce CPU…

Read More

Watchdog Timer In STM32

Overview In this tutorial, we will see how to use IWDG (Independent Monitor) and WWDG (Window Monitor) in STM32. Both monitors are used for a similar purpose, but the difference is in their implementation. The main difference between the two is that a standalone watcher can be reset at any time before it times out,…

Read More

How to Interface 7 Segment Display with 8051

Introduction Hi guys, in this article we will see how to interface 7 segment display with 8051 microcontroller. Components Required 8051 Microcontroller – 1 8051 Program Dumper- 1 7 Segment display – 1 Breadboard – 1 Jumper wires A seven segment consists of eight LEDs which are aligned in a manner so as to display digits from 0 to…

Read More

Arduino UNO

Arduino Uno Arduino Uno is a development board. It is flexible with any sensors and modules (for example: Ultrasonic, IR, lm35, GSM module, GPS module, etc.,). Arduino UNO Board Arduino Specifications: Microcontroller is ATmega328 Atmega328 is 28 pin IC Operating Voltage 5V Input Voltage 7-12V (External power supply not USB) Digital I/O Pins are 14 …

Read More

DTMF-Based Home Automation System

Overview The report describes a method for creating a DTMF-based home automation system. DTMF, or Dual Tone Multi Frequency, is an acronym. The system enables users to transmit commands to numerous home equipment, including fans, lights, and bulbs, through their mobile phones. Commands are transmitted using a cell phone’s dialling capacity for numeric codes. The…

Read More