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 MQ 2 with Arduino

Introduction: MQ 2 or MQ6 is Gas leakage sensor which consists of 4 pins. This module is used to detect the gases like butane, propane and LPG. VCC – 5v DC GND – ground D0 – Digital out A0 – Analog out Requirements: Arduino UNO – 1 MQ2/MQ6 – 1 Jumper Wires Working: If no…

Read More

Bluetooth Controlled Robot

Overview Today in this article we are going to discuss How to make a Bluetooth Controlled car using Arduino so without wasting any time let’s make it Components Used Block Diagram Arduino Description The Uno R3 CH340G ATmega328p Development Board is the low-cost version of the popular Uno R3 Arduino. It is assembled with the…

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

Measuring the Clock Frequency of the TMS320F28069 Microcontroller

Overview The measurement of clock frequencies is an essential component of embedded system development. For activities like precise timing, baud rate computation for serial connection, and ensuring that your system functions within its defined boundaries, knowing the precise clock frequency of your microcontroller is crucial. This article will examine the TMS320F28069 microcontroller’s clock frequency measurement…

Read More