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

RTC Time Display in OLED using Arduino

Overview In this tutorial, we are going to make a digital clock with Arduino UNO, an RTC module and an OLED display. Hardware & Software Needed Arduino IDE Arduino UNO DS3231 SSD1306 128×32 OLED Screen Project circuit: DS3231 RTC Description DS3231 RTC is a precise real-time clock module with 32Kbit EEPROM and a built-in 10bit…

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

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