Firmware Course Project - OFFICE ATTENDANCE MANAGEMENT
·
PROJECTS/Firmware
1. TitleOFFICE ATTENDANCE MANAGEMENT 2. Project Summary1) When an employee ID is entered using a key matrix, an automatic door operated by a servo motor is activated.2) The check-in and check-out times are stored in flash memory.3) Save and modify time setting using the DS1302. 4) Additionally, a calculator function is implemented. 3. DateDec, 4, 2024 4. Category"STM32", "Firmware", "Autonomous ..
Firmware Course Project - Self-Driving Car using FreeRTOS
·
PROJECTS/Firmware
1. TitleSelf-Driving Car using FreeRTOS 2. Project Summary1) Controlling the vehicle in manual mode when the driver is needed by Bluetooth2) Switch to autonomous mode by User Control 3. DateNov, 25, 2024 4. Category"STM32", "Firmware", "Autonomous driving" 5. Key Concepts 6. Code Reviewvoid StartDefaultTask(void *argument){ for(;;) // while(1) { mode_check(); osDelay(1); }}void StartTask0..