Control LED Using MIT App Inventor and Arduino
Overview Inventor of the MIT APP Arduino Bluetooth application. I have used Bluetooth mobile phone applications to monitor and control various types of sensors and electrical loads. I developed all…
Overview Inventor of the MIT APP Arduino Bluetooth application. I have used Bluetooth mobile phone applications to monitor and control various types of sensors and electrical loads. I developed all…
Overview This project is about creating an automatic fan control system that automatically turns the fan on and off depending on the room temperature. I used an Arduino UNO microcontroller…
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…
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…
Overview In this guide, we will learn how to use the TM1637 4-digit 7-segment LED display with the TMS320. These screens are cheaper and more suitable for displaying sensor data,…
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…
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…
Overview Today in this tutorial we are going to interface the 74HC4051 multiplexer/demultiplexer interface with TMS320F28379D. First, I’ll talk about the multiplexing part. Components to be Used: Circuit Diagram About…
Overview Hi guys, today we are going to talk about another interesting and important module that interacts with the TMS320. We’ll just deal with the joystick first. Then learn about…
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…