Button Interfacing Using TMS320F28335

Overview This article will teach you all the steps required by a beginner to interface a Push Button with TMS320F28335. In this article, you will learn how to make a pin input in TMS320F28335 and how to read a Digital pin in TMS320F28335. Things you should have before continuing. SOFTWARE:  Code Composer Studio HARDWARE REQUIRED: DSP controller…

Read More

Multi-Channel PWM signal Generation with DSPIC33

Overview Multi-channel PWM signal generation with a dsPIC33 microcontroller involves generating multiple PWM signals simultaneously on different output pins. This capability allows you to control multiple actuators, such as motors or LEDs, with individual PWM signals. Required components S.No COMPONENTS QUANTITY 1 DSPIC33FJ64GS606 1 Amazon 2 PICkit4 Programmer 1 Amazon 3 Oscilloscope 1 Amazon 4…

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

How to interface interrupt in Arduino

Overview In this tutorial, we will look at Arduino interrupts. Interrupts are useful in many cases where a process simply wants to continue its main function, and other devices (timers or external events) come to its attention if necessary. Specifications:  ATMEGA2560  Microcontroller  Operating Voltage: 5V  Input Voltage (recommended): 7-12V  Input Voltage (limits): 6-20V  Digital I/O Pins: 54 (of…

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