feat: add dfrobot board firebeetle2_esp32_s3#109
Merged
Conversation
Collaborator
|
Thanks for the PR! Could you please rebase this PR onto the latest |
Contributor
Author
|
Completed. |
Collaborator
|
sha=b5456a4f500174283606336153ffb7a12aa8420d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Add board support for DFRobot FireBeetle 2 ESP32-S3 (DFR0975, N16R8) with:
Changes
board_info.yamlboard_peripherals.yamlboard_devices.yamldisplay_lcd,lcd_brightnessdevicessdkconfig.defaults.boardsetup_device.cesp_lcd_ili9488IPS driver for ST7365PMotivation
FireBeetle 2 ESP32-S3 is a common DFRobot dev board with an onboard camera connector and optional DFR1092 display. This enables
esp-clawedge_agent on that hardware with camera capture and LCD output.Notes
esp_lcddriver yet; panel is initialized throughesp_lcd_ili9488IPS path (same approach as DFRobot GDL).Related
dfrobot/dfrobot_ai_cameraTesting
Tested on DFRobot FireBeetle 2 ESP32-S3 V1.2 (N16R8) + DFR1092 display.
Build
cd application/edge_agent idf.py gen-bmgr-config -c ./boards -b dfrobot_firebeetle_2_ESP32_S3 idf.py fullclean build flash monitor