Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.46 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.46 KB

Liebherr R980 Excavator Controller

This project is a controller for the Liebherr R980 SME excavator model by SIKU. It is designed to be used with an ESP32 microcontroller and a custom PCB. The controller is capable of controlling the excavator's movements and functions, such as driving, rotating, and moving the arm and bucket. The controller drives the excavator's motors and lights using PCA9685 PWM driver and DRV8833 motor driver.

The project was created in PlatformIO 15.06.2024

ESP32
Build with PlatformIO
License: MIT


Configuration and build

  1. Ensure you have the PlatformIO extension installed in VS Code.
  2. Create a copy of platformio_override.ini.example and rename it to platformio_override.ini.
  3. Customize the values in platformio_override.ini.
  4. Modify hardware and other settings in the include\constants.h file if necessary.
  5. Use PlatformIO to build and upload the project to your ESP device.

Dependencies

All dependencies could be found in platformio.ini file under lib_deps section.

Copyright

Copyright (c) 2024 Sen Morgan. Licensed under the MIT license, see LICENSE.md