This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How can I connect a nrf8001 to pc?

Hi,I have a Nrf8001 module, use a arduino to control it. Now,I can use this module to connect IPHONE APP(BLE Probe and LightBlue),sending and reciving data are all ok,the code is BLEShield on github, the web address is :github.com/.../BLEShield.

Now, I try to let this nrf8001 connect PC.the windows 8 and linux 2.6.32 all can find this 8001 device,but cann't connect it.

from arduion,i can see some connecting informations about 8001,

(1)when try to connect IPHONE,the event opcode from 8001 is: this event opcode is : 133
Evt Connected this event opcode is : 136
Evt Pipe Status this event opcode is : 132

(2)when try to connect PC,the event opcode from 8001 is: this event opcode is : 133
Evt Connected this event opcode is : 136
Evt Pipe Status this event opcode is : 132
this event opcode is : 134
Evt Disconnected/Advertising timed out Advertising started this event opcode is : 132

May be PC disconnected this conection,how can i do?

I just want to make a virtual serial port by PC's bluetooth4.0 module on linux, get some information from a remote module,which has a NRF8001.

can you help me? Thank you very much!

Related