Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 updates based on switch to IDF 5.1+ #104

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions esp32-generic/esp32-generic-c3.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
esphome:
name: esp32-bluetooth-proxy
friendly_name: Bluetooth Proxy
min_version: 2024.6.0
min_version: 2024.12.0
name_add_mac_suffix: true
platformio_options:
board_build.f_flash: 40000000L
board_build.flash_mode: dio
board_build.flash_size: 4MB

esp32:
board: esp32-c3-devkitm-1
Expand Down
24 changes: 24 additions & 0 deletions esp32-generic/esp32-generic-s3.factory.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
packages:
esp32-generic-s3: !include esp32-generic-s3.yaml

esphome:
project:
name: esphome.bluetooth-proxy
version: dev

improv_serial:

ota:
- platform: http_request
id: ota_http_request

update:
- platform: http_request
id: update_http_request
name: Firmware
source: https://firmware.esphome.io/bluetooth-proxy/esp32-generic/manifest.json

http_request:

dashboard_import:
package_import_url: github://esphome/bluetooth-proxies/esp32-generic/esp32-generic-s3.yaml@main
39 changes: 39 additions & 0 deletions esp32-generic/esp32-generic-s3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
esphome:
name: esp32-bluetooth-proxy
friendly_name: Bluetooth Proxy
min_version: 2024.12.0
name_add_mac_suffix: true

esp32:
board: esp32-s3-devkitc-1
framework:
type: esp-idf

wifi:
ap:

api:
logger:

ota:
- platform: esphome
id: ota_esphome

esp32_ble_tracker:
scan_parameters:
# We currently use the defaults to ensure Bluetooth
# can co-exist with WiFi In the future we may be able to
# enable the built-in coexistence logic in ESP-IDF
active: true

bluetooth_proxy:
active: true

button:
- platform: safe_mode
id: button_safe_mode
name: Safe Mode Boot

- platform: factory_reset
id: factory_reset_btn
name: Factory reset
3 changes: 1 addition & 2 deletions m5stack/m5stack-atom-s3.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
esphome:
name: m5stack-atom-s3
friendly_name: Bluetooth Proxy
min_version: 2024.6.0
min_version: 2024.12.0
name_add_mac_suffix: true

esp32:
board: m5stack-atoms3
variant: esp32s3
framework:
type: esp-idf

Expand Down
Loading