Search found 3 matches

by agualuso
Mon Jun 10, 2019 3:21 pm
Forum: ESP-IDF
Topic: Simple question regarding the avrc passthrough command
Replies: 0
Views: 1762

Simple question regarding the avrc passthrough command

I'm using the a2dp_sink example and i want to do simple button tasks like pausing, increasing/decreasing the volume and so on. Im using esp_avrc_ct_send_passthrough_cmd() inside of a task. The problem is that the passthrough command doesn't do anything, when i make monitor and click the button the t...
by agualuso
Mon Jun 03, 2019 3:19 pm
Forum: ESP-IDF
Topic: How to use the gpio example for deep sleep
Replies: 2
Views: 2931

Re: How to use the gpio example for deep sleep

Thanks for your reply, i fixed it and its working fine
by agualuso
Wed May 15, 2019 1:45 pm
Forum: ESP-IDF
Topic: How to use the gpio example for deep sleep
Replies: 2
Views: 2931

How to use the gpio example for deep sleep

Hello everyone, basically im trying to wake up the board using gpio. Right now im using two buttons but if possible the goal is to use one to wake up and put sleep.
This is what i got so far by using the gpio example