External Interrupt With dsPIC33F

Overview In this tutorial, we will learn how to use an External Interrupt in PIC Microcontroller and why/where we will need them. This is a part of the sequence of PIC Tutorials in which we started learning PIC Microcontrollers from scratch; hence this tutorial assumes that you are familiar with how to program a PIC…

Read More

Push Button interface with DSPIC33

Overview In this essay, we will study PIC Microcontroller push button interfacing. The GPIO (General Purpose input-output) pins are also provided by PIC, just like other microcontrollers. We can connect input-output devices to GPIO pins, such as LEDs, switches, adc power supplies, sensors, etc. Here, we’ll see how to operate an SPST (single pole, single…

Read More

Led Blink using DSPIC33

Overview In this tutorial, we will learn How to Blink an LED with DSPIC33FJ64GS606 Microcontroller using MPAB XC16 Compiler. Product Overview The DSPIC33FJ64GS606-I/PT is a 16-bit Digital Signal Controller with high-speed PWM, ADC and comparators. The PGECx and PGEDx pins are used for In-circuit Serial Programming™ (ICSP™) and debugging purposes. It is recommended to keep the…

Read More

RS485 communication with TMS320

Overview One of the most popular ways to communicate with a device using the Modbus protocol is over RS485. We will soon begin the Modbus courses, so before then, I considered talking about RS485 specifically. In the tutorial, we’ll demonstrate how to use the TMS320 to connect the RS485 to the TTL conversion module. I’ll…

Read More

Programming Arduino With ATMEL-ICE

Overview This article explains how to connect an Atmel-ICE to an Arduino MEGA 2560 via the ICSP header with Arduino. Atmel-ice debugger: Atmel-ice debugger has two ports SAM and AVR as shown below figure Components Required Table S.No COMPONENTS QUANTITY link 1 ATATMEL-ICE 1 https://www.digikey.in/en/products/detail/microchip-technology/ATATMEL-ICE 2 ATmega 2560 1 https://www.amazon.in/IDUINO-ATmega-Compatible-Arduino Steps: Attach the Atmel-ICE ribbon cable to…

Read More

Sign To Speech Conversion Using Flex Sensor Arduino

Overview Many mute people use body language and sign language to communicate with others because they are unable to talk. However, not everyone is familiar with sign language, therefore the mute cannot communicate with everyone using sign language alone. Components required table S.No COMPONENTS QUANTITY link 1 Arduino UNO 1 https://www.amazon.in/Scriptronics-ATmega328P 2 Flex Sensor 2.2…

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

RPLIDAR A1 Laser Scanner With Arduino

Over view This project describes connecting a Slamtech RPLIDAR A1 directly to an Arduino using its in-built serial port. So no need to use the supplied USB interface. DESCRIPTION RPLiDAR A1M8 360 Degree Laser Range Finder – 6m (Radius Range) is a low-cost 360-degree 2D laser scanner (LIDAR) solution developed by SLAMTEC. The system can perform a 360-degree scan within…

Read More

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