Hi guys,
I am trying to connect my BLE Nano 2 with HM-10(as a Peripheral device) using Arduino Central_test program.But the problem is it is not pairing with it,but detecting HM-10.How to proceed after this??
Hi guys,
I am trying to connect my BLE Nano 2 with HM-10(as a Peripheral device) using Arduino Central_test program.But the problem is it is not pairing with it,but detecting HM-10.How to proceed after this??
We want BLE nano 2 as a central device and HM10 as peripheral device.... want them to communicate using uart profile.... we are working in Arduino IDE and using Central test example.... till now we are able to connect to HM10 as peripheral and NANO 2 as central..... and NANO 2 was able to detect all services and characterstics.... So when we tried to send some "char" to NANO from hm10 using serial moniter..... we are receving that "char" in notify callback event..... but we are not able to find how to send data from NANO 2 to HM10.... Can you please Help on that.
We want BLE nano 2 as a central device and HM10 as peripheral device.... want them to communicate using uart profile.... we are working in Arduino IDE and using Central test example.... till now we are able to connect to HM10 as peripheral and NANO 2 as central..... and NANO 2 was able to detect all services and characterstics.... So when we tried to send some "char" to NANO from hm10 using serial moniter..... we are receving that "char" in notify callback event..... but we are not able to find how to send data from NANO 2 to HM10.... Can you please Help on that.