Hi, I have a project that consists of reading information from a Bluetooth obd2 scanner. But I am not sure how to use the Bluetooth functionality of the Arduino 33 iot. I have tried to use the example “scan” to find BLE devices. I have successfully found my phone and other device but some of them did not have name. Also, the address of the devices changed if it was turned off and on. The name that I gave to my phone for Bluetooth was not showing up whit the “scan” example.
The other problem is that when I tried to scan to find the obd2 scanner, I have not seen new address pup up or disappeared when I turned the obd2 scanner on and off. That is telling me that it probably only uses Bluetooth classic.
So now I am trying to find a way to us Bluetooth classic whit Arduino 33 iot. It is possible because it has a Nin-W10 module on the board that can use Bluetooth classic as seen in the data sheet. The problem is the software that is not supporting it.
Datasheet: https://content.arduino.cc/assets/Arduino_NINA-W10_DataSheet_(UBX-17065507).pdf
Thanks for the help!