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

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

CAN Communication Between Two TMS320

Overview In this tutorial, I am going to show you how to interface the CAN Bus Controller with a TMS320 and how to communicate between two LAUNCHXL-F28379D via CAN BUS. Components required table S.N. COMPONENTS DESCRIPTION QUANTITY link 1 LAUNCHXL-F28379DSM LAUNCHXL-F28379D 2 LAUNCHXL-F28379D 2 Logic Analyser Logic Analyser 1 Logic Analyser 3 connection wires Jumper…

Read More

Deadband Control Using TMS320

Overview A deadband or deadband (also known as a dead zone or a neutral zone) is a band of input values in the domain of a transfer function in a control system or signal processing system where the output is zero (the output is ‘dead’ – no action occurs). Deadband regions can be used in control systems such as servo amplifiers to prevent oscillation or repeated activation-deactivation cycles (called ‘hunting’ in proportional control systems)….

Read More

Read Temperature Sensor With MIT Inverter

Overview This tutorial will help you connect App Inventor with a temperature sensor on an Arduino controller. Block Diagram: Pins connection: About Bluetooth module HC-05: HC-05 is a Bluetooth module which is designed for wireless communication. It uses serial communication to communicate with devices. HC-05 has a red LED which indicates connection status, whether the Bluetooth…

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