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
- Host: GitHub
- URL: https://github.com/duongvu312/hcl-tech-mini-project
- Owner: DuongVu312
- Created: 2024-09-15T17:04:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T17:48:47.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T03:47:02.124Z (over 1 year ago)
- Topics: adc, c, counter, embedded-systems, gpio, stm32f4, timer, uart
- Language: C
- Homepage:
- Size: 966 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).