Search found 8 matches

by amazone
Thu Jul 15, 2021 5:33 am
Forum: ESP-ADF
Topic: i2s volume control
Replies: 3
Views: 12278

Re: i2s volume control

I have successfully using i2s_alc_volume_set to set volume with max98375a, it works well! Just following the pipeline example https://github.com/espressif/esp-adf/tree/master/examples/player/pipeline_http_mp3 and the int volume scale is from -64 (muted) to 64 (super noisy) I'm glad to hear you're u...
by amazone
Thu Jul 01, 2021 6:34 am
Forum: ESP-ADF
Topic: i2s volume control
Replies: 3
Views: 12278

i2s volume control

hi there, I am using esp-adf with esp32 wrover and max98375a (no codec, i2s, class d amplifier). There is no codec, so there are some problems with the volume control. When using alc, it seems that the volume is controlled through the i2s_alc_volume_set() function. Is it the right way to adjust the ...
by amazone
Wed Oct 23, 2019 9:04 am
Forum: ESP-ADF
Topic: avrcp control
Replies: 1
Views: 4218

avrcp control

hi there, I can't find a library in esp-adf that can control volume and mute using avrcp. only, periph_bluetooth_play (), pause(), stop (), next(), prev (), rewind(), forward().. I want to use the volume control and mute function. Can you add a library for volume and mute control? Thanks a lot in ad...
by amazone
Thu Jan 17, 2019 9:14 am
Forum: General Discussion
Topic: gattc multi connection
Replies: 0
Views: 2698

gattc multi connection

hi there, I 'm trying to run esp32 as a multi-client. I have been experimenting with using the gattc_multi_connect.c example. I do not use a ble scan, but when I received a command through uart, I connect to it using the BDA address. BDA ADDR1 : 00 00 00 00 00 01 BDA ADDR2 : 00 00 00 00 00 02 #defin...
by amazone
Tue Nov 07, 2017 9:03 am
Forum: General Discussion
Topic: using ota..
Replies: 0
Views: 2557

using ota..

During OTA updates(wifi), can i use BLE?

Sometimes, the update pause during the update, or the update does not start at all.

BLE checks whether OTA update is completed.

Kindly give your feedback as soon as possible.

Thanks in Advance!
by amazone
Tue Nov 07, 2017 8:54 am
Forum: General Discussion
Topic: esp32 wifi connection status
Replies: 1
Views: 6502

esp32 wifi connection status

hi there,

How do I check the connection status after entering wrong SSID and password when connecting to WiFi AP?

esp_wifi_connect () Should I check with the return value?

The return value of esp_wifi_connect () is always ESP_OK.

Can anyone help me?
by amazone
Tue Sep 12, 2017 6:03 am
Forum: General Discussion
Topic: how to update esp-idf?
Replies: 1
Views: 10424

how to update esp-idf?

hi there,

I already have esp-idf v2.1 installed.

git clone https://github.com/espressif/esp-idf.git esp-idf-v2.1
cd esp-idf-v2.1 /
git checkout v2.1
git submodule update --init --recursive


How do I use the git command to update commit and newly added files to esp-idf?
by amazone
Mon May 29, 2017 3:09 am
Forum: General Discussion
Topic: BLE notification transfer size
Replies: 4
Views: 12487

BLE notification transfer size

Hi, Is there any limitation to characteristic size for use in notifications? The reason for asking is the following: I have a service with a characteristic with size 120 bytes. I turn on the notifications and get values into my android Phone, then I only get 20 bytes. esp_gatts_attr_db_t ... [TEST_I...