This thread should become a collection of helpful configurations and tips for the newer ESP32-S3-Box 3, the successor of the ESP32-S3-Box.
The new Box3 comes also with some additional components, like a Sensor-Box (Radar, for Presence-Detection, IR Controller, Temperature and Humidity Sensor and a Baterry (charger)…
I hope, that we will figure out, how to use these components in HA …
Update:
The Display Backlight is no longer connected to GPIO 45 as it is for the S3-Box.
The Backlight for the S3-Box3 is connected to GPIO47
The “Reset”-Pin remains the same, as well as the cs and dc pin (as far as I could get).
output:
- platform: ledc
pin: GPIO47
id: lcd_backlight_pin
light:
- platform: monochromatic
output: lcd_backlight_pin
id: lcd_backlight
name: "LCD Backlight"
restore_mode: ALWAYS_ON
is working - I am still trying to get the display itself showing something - but right now, this might just be a small issue with my text-configuration ^^
The i2c configuration is:
i2c:
sda: GPIO41
scl: GPIO40
With this, you should at least get the Temperature- and Humidity Sensor, which is an AHT-30, unfortunately, this sensor seems not to be supported by ESPHome, yet.
Yet, I need to see if the IR emitter / receiver and the Radar-Sensor can also be made available… (which are also using GPIO40 & 41) based on the schematics
– RADAR (MS58-3909S68U4 (?)) IO41 / IO40
– IR Receiver (IRM-H638T) IO38
– IR Transmiter IO39
https://github.com/espressif/esp-box/blob/master/hardware/SCH_ESP32-S3-BOX-3_V1.0/SCH_ESP32-S3-BOX-3-SENSOR-02_V1.1_20230808.pdf