Search found 2 matches

by StevenCellist
Mon Sep 08, 2025 3:27 pm
Forum: Sample Code
Topic: SPH0645LM4H with ESP32-S3
Replies: 4
Views: 64129

Re: SPH0645LM4H with ESP32-S3

jdoei2s I believe the only actual change required is the expand the I2S_STD_PHILIPS_SLOT_DEFAULT_CONFIG , as it enables Left and Right by default. This works for me:


.slot_cfg = {
.data_bit_width = I2S_DATA_BIT_WIDTH_32BIT,
.slot_bit_width = I2S_SLOT_BIT_WIDTH_AUTO,
.slot_mode = I2S_SLOT ...
by StevenCellist
Sat Nov 27, 2021 4:50 pm
Forum: Hardware
Topic: Powering ESP32 from 18650 (and charging them)
Replies: 1
Views: 7915

Powering ESP32 from 18650 (and charging them)

Hi guys,

I am looking to power the ESP32 from an 18650 battery.
Since these batteries have a varying output voltage, I assume I need some voltage regulator, but most I can find in my favorite store that output 3.3V require an input voltage of >5V. Or the output current would be too low (around 200 ...

Go to advanced search