Hello,
Did you Fix the problem?
I'm using driver/i2s.h and I would like to change the sound volume also.
Please give me your solution if you have it.
Thank you
Iman
Search found 3 matches
- Thu Mar 17, 2022 2:41 pm
- Forum: General Discussion
- Topic: Problem with volume control using MAX98357A and I2S on an ESP32
- Replies: 2
- Views: 4056
- Fri Jan 29, 2021 5:13 am
- Forum: ESP32 Arduino
- Topic: Using the custom I2C pins for Adafruit_MCP23017.h
- Replies: 1
- Views: 2455
Using the custom I2C pins for Adafruit_MCP23017.h
Hello, I'm using MCP23017 connected to the ESP32. I want to know how to use the Adafruit_MCP23017.h to custom pins. I'm googling to find how to use the Adafruit_MCP23017.h for custom I2C pins, but I couldn't find any result. I wrote the codes below myself, but it does not work. Any help would be app...
- Fri Jan 29, 2021 5:03 am
- Forum: Hardware
- Topic: How to connect SD Card on HSPI of ESP32-Wroom
- Replies: 1
- Views: 11438
Re: How to connect SD Card on HSPI of ESP32-Wroom
Hello, These are the tips that I recommend: 1- No need for any pull-ups. 2- Don't connect any pin to IO12 since you will be facing the problem during the boot and using the SD. 3-I didn't connect the CS to any pins since I don't connect any other devices to SPI. 4- You can connect SCL, MISO, and MOS...