Hello,
Has anyone had any luck with enabling Bluetooth in Classic (serial) mode rather than BLE on the 1010? I'm not sure how to go about doing this. My only thought is to connect SoftwareSerial to the esp32's Rx/Tx pins, but would the firmware have to be modified?
I've seen this question asked a few places but with no answers.
Thank you!
EDIT: I'm also considering a UART interface for BLE which I can connect to nRF UART. From what I understand this amounts to a Characteristic for each Rx and Tx and writing the serial data from the arduino to the Tx characteristic - Connecting to BLE UART Service via Android - Programming Questions - Arduino Forum