Add initial implementation for lord-board (DIY bruce) #1878
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add support for LORD (Little Offensive Reconnaissance Device), Board (DIY Bruce device)
Overview
This PR adds complete board support for the LORD Board (Little Offensive Reconnaissance Device), a custom ESP32-S3 based DIY Bruce implementation with integrated wireless modules and peripherals.
Hardware Specifications
Changes Made
Board Configuration (
boards/_boards_json/lord-board.json)Pin Definitions (
boards/lord-board/pins_arduino.h)Interface Implementation (
boards/lord-board/interface.cpp)Build Configuration (
boards/lord-board/lord-board.ini)Files Added
boards/_boards_json/lord-board.json- Board configurationboards/lord-board/pins_arduino.h- Pin definitionsboards/lord-board/interface.cpp- Hardware interface implementationboards/lord-board/lord-board.ini- PlatformIO build configurationboards/lord-board/demo pictures/- Hardware demonstration photos (5 images)Files Modified
boards/pinouts/pins_arduino.h- Added LORD_BOARD include directiveplatformio.ini- Added lord-board environment optionTesting
Demo Pictures
Included demonstration photos showing the assembled board in
boards/lord-board/demo pictures/.Notes