Search found 1 match

by Mooball
Mon Feb 21, 2022 3:57 pm
Forum: ESP32 Arduino
Topic: ESP32 AVRC Button Sketch
Replies: 0
Views: 1555

ESP32 AVRC Button Sketch

I'm trying to implement buttons to control avrc commands (play, pause, etc) using the bluetooth library below (220 ohm pull up resistor and button on pin 22 of the esp32s). #include "BluetoothA2DPSink.h" #include "LiquidCrystal.h" LiquidCrystal lcd(19, 23, 18, 17, 16, 15); BluetoothA2DPSink a2dp_sin...