Embedded Systems with Mbed™ C on STM32 (Arm® Cortex M4)
Promo
Intro
Embedded Systems
Components of Embedded Systems
Microcontroller Vs Microprocessors
Introduction to STM32
Introduction to STM32F401RE Nucleo Board
ST Link Driver Installation
Create MBED Account
Add Developement Board to Mbed Compiler
User LED Blink
External LED
Interface Buzzer with STM32
Interface onboard (USER BUTTON) with STM32
Pull Up Resistors, Interface External Switch with STM32
What are Interrupts?, Explanation with Real World Example
Interrupts_EXp
What is Pulse Width Modulation (PWM)?
How PWM is generated?
Mbed™ Functions for generating PWM
Controlling the Brightness of LED using PWM
Producing Ambulance Sound using PWM by varying PWM Frequency and Duty Cycle
DC Motor Half Bridge Circuit
L293D Motor Driver Integrated Circuit
Problem Statement of Project
Making Hardware Connections
Program and Implementation
Hyper Terminal Tool - CoolTerm Part-1
Hyper Terminal Tool - CoolTerm Part-2
Need of ADC
Characterstics of ADC
Features of ADC in STM32 (ARM Cortex - M4)
Read Potentiometer using ADC Part - 1
Read Potentiometer using ADC Part - 2, Read Input Voltage
Read Temperature Sensor LM35 - Part 1
Read Temperature Sensor LM35 - Part 2
Introduction to LCD
LCD (HD44780) - Pin Description
Connect LCD (HD44780) with STM32
Function, Constructors from TextLCD.h
LCD Print Characters String Numbers-
Temperature Monitoring System with LM35, LCD and STM32