An open API service indexing awesome lists of open source software.

https://github.com/duongvu312/hcl-tech-mini-project

HCL Tech Internsnhip Mini Project
https://github.com/duongvu312/hcl-tech-mini-project

adc c counter embedded-systems gpio stm32f4 timer uart

Last synced: over 1 year ago
JSON representation

HCL Tech Internsnhip Mini Project

Awesome Lists containing this project

README

          

# HCL Tech Mini Embedded Project
This is my Mini Project on STM32F405 custom board to describe some functions of a car

## This project include:
- STM32CubeIDE project.
- Proteus simulation project.
- A document of the project.

## Project Requirement
- GPIO as Digital Output (interface with on onboard LEDs).
- GPIOs as Digital Inputs (interface with onboard Switch).
- Debounce logic (interface with onboard Switch)/Interrupts.
- Timers (counts, timed delays).
- PWM Control (frequency & duty cycle variations).
- Analog to Digital Conversion (display fuel level).
- Communication Protocol – UART (status message to live expression window).