7 Segment Display Using TMS320F28335

Overview This is a simple project on the seven segment display interface with tms320f28335. The tutorial presents a simple example of printing numeric numbers on a seven-segment display. The tutorial task is to print numbers from 0 to 9 on a single seven-segment display. There are two types of seven-segment displays, Common Anode and Common…

Read More

Led Blink Using TMS320F28335

Overview In this tutorial, we will learn how to blink the LED using the TMS320F28335 microcontroller. SOFTWARE:  Code Composer Studio HARDWARE REQUIRED: Specifications: TMS320F28335 Microcontrollers On-chip memory Communications peripherals Analog subsystem Enhanced control peripherals (EPWM) •16-bit or 32-bit External Interface (XINTF) Up to 88 individually programmable, multiplexed GPIO pins with input filtering Three 32-bit CPU…

Read More

Keypad Interface With Arduino

Overview In today’s lesson, we will learn how to connect the keyboard to the Arduino. In embedded devices, one of the essential parts is the keyboard, which is used to interact with embedded devices, the keyboard is an input device used to give commands to other devices, from the calculator to the computer; keyboard input,…

Read More

ADC Multiplexer Interface To Arduino

Overview Today, in this tutorial, we are going to interface 74HC4051 Multiplexer/Demultiplexer with Arduino. I will cover the multiplexing part first. Components Required Arduino NANO or Uno (any version) CD74HC4051 Potentiometer Joystick Breadboard Jumper Wires Bill of Materials S.N. COMPONENTS NAME DESCRIPTION QUANTITY 1 Arduino  Uno Arduino  Uno 1 https://www.evelta.com/launchxl-f28379d-c2000-delfino-mcus-f28379d-launchpad-development-kit/   CD74HC4051 Robot Smart Car…

Read More

CAN Communication Using TMS320

Introduction The CAN bus was developed by BOSCH (1) as a mufti-master, message broadcast system that specifies a maximum signaling rate of 1 megabit per second (bps). Unlike a traditional network such as USB or Ethernet, CAN does not send large blocks of data point-to-point from node A to node B under the supervision of…

Read More

CAN Communication Using TMS320

Introduction The CAN bus was developed by BOSCH (1) as a mufti-master, message broadcast system that specifies a maximum signalling rate of 1 megabit per second (bps). Unlike a traditional network such as USB or Ethernet, CAN does not send large blocks of data point-to-point from node A to node B under the supervision of…

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