Elevator v2.0
Elevator Documenation
Loading...
Searching...
No Matches
Elevator Final Project

Status

Doxygen Action pages-build-deployment GitHub Page

The project consists of an Elevator Controller Unit (ECU)** for Microprocessor 2 final project. ECU microcontroller (MCU) was Espressif ESP32 running FreeRTOS. The firmware has a custom hardware application layer (HAL) to avoid using Espressif API with a more approachable interface. Here is the list of all the files.

├── main
├── inc
├── accelerometer.h
├── button.h
├── elevator.h
├── HAL_driver
├── led.h
├── pressure_sensor.h
├── serial_communication.h
└── servo.h
├── src
├── accelerometer.c
├── button.c
├── HAL_driver.c
├── led.c
├── pressure_sensor.c
├── serial_communication.c
└── servo.c
├── Doxyfile

Components

Hardware

Development

Elevator Components Hardware/Software
Microcontroller ESP32
Programming Language C Code
Integrated Development Environment Visual Studio Code
Operating System FreeRTOS
Electronic Design Automation EasyEDA

License

License: MIT

Author

Read Next: Hardware