Forum >Romeo Mini BLE: can't connect from mobile phone
Romeo Mini BLE: can't connect from mobile phone

I loaded a sketch via UCB
plugged of USB
attached battery
on mobile phone turned on bluetooth,
made phone visible to all devices
found Bluno
during pairing procedure Bluno bluetooth light was on
I tried PINs 0000, 1234, 12345678
but connection always failed with error 'Wrong PIN'
what should be done for connection from mobile phone?
Thank you
Code: Select all
void setup() {
Serial.begin(9600); // set up Serial library at 9600 bps
}
void loop(){ //if some data is sent, read it and save it in the state variable
if(Serial.available() > 0)
{
int state = Serial.read();
Serial.print("I received: ");
Serial.println(state);
delay(10);
}
}
plugged of USB
attached battery
on mobile phone turned on bluetooth,
made phone visible to all devices
found Bluno
during pairing procedure Bluno bluetooth light was on
I tried PINs 0000, 1234, 12345678
but connection always failed with error 'Wrong PIN'
what should be done for connection from mobile phone?
Thank you
2016-07-16 21:59:21 Thank you. but if I could find info there I wouldn't create a theme here. Question looks, from my prospective, pretty simple and straightforward. Is PIN of the board kind of a secret? And page for this particular board refers to a slightly different device in regards of BLE thus it's difficult in case of problems.
mi_semion

2016-07-15 23:23:48 Hi
You can refer to the following link-Q2 of FAQ:
https://www.dfrobot.com/wiki/index.php?t ... FR0267#FAQ
Wendy.Hu
You can refer to the following link-Q2 of FAQ:
https://www.dfrobot.com/wiki/index.php?t ... FR0267#FAQ
