Page 1 of 1

generates random interrupt on Rec and Mode keys

Posted: Fri Jun 16, 2023 1:54 pm
by Ajmal shariff
Hi All,

I am trying to modify pipeline_a2dp_source_stream example code on my esp32 LyraT for my requirement. I want to start Bluetooth inquiry on button Rec press and disconnect Bluetooth on Mode button press and I have configured Rec and Mode button as interrupt on falling edge.

when I run the code the interrupt is randomly occurring on both the buttons without button press and I have tried with CRO to check whether buttons are fluctuating but I found it as constant. Kindly help me out to solve this issue.

Thanks

Re: generates random interrupt on Rec and Mode keys

Posted: Sun Aug 13, 2023 10:31 pm
by felixcollins
There are some issues with adc (used bt bt/wifi ) and some pins.
https://github.com/espressif/esp-idf/issues/1096

Not sure if this is related but worth looking into.