I recently bought a blueduino rev2 and I tried to pair it with my Raspberry Pi 3.
I do find the blueduino in the bluetooth device list of the raspberry but when I try to pair it, it tells me that the authentication has failed:
In order to solve that problem, I want to change the auth mode. I know that by default it should be no auth and passcode needed but I don’t know what is the problem with the connection to the Raspberry Pi in this case.
Anyway, since I don’t have a USB to UART converter, I modified my Arduino Uno to make transform it into a USB to UART converter.
The serial port’s TTL voltage for BlueDuino is 3.3V. It’s 5V for UNO. It also may cause the problem. Please also try to upload the sketch hardwareSerialMonitor to BlueDuino and test it.
I don’t have an error with the sketch itself. I can upload it in the Blueduino with no problem.
I have a problem when pairing with my Raspberry and I still got the following message, even with the hardwareSerialMonitor uploaded.