I am trying to use nRF51822 https://www.adafruit.com/product/2267#description for sending data from my iOS iPhone to Windows PC via BLE protocol. If I plug nRF51822 into the PC, is it possible to make PC into a BLE device discoverable by iPhone so that the iPhone can send data to?
I think this is possible according to the tutorial https://learn.adafruit.com/introducing-adafruit-ble-bluetooth-low-energy-friend/uart-test becaust the tutorial says "On the BLEFriend side we can see the 'testing' string that was sent from nRF UART in the terminal emulator". However in the FAQ it says "All of our Bluefruit LE modules currently operate in peripheral mode, which means they can only advertise their own existence via the advertising payload. The central device (usually your phone or laptop) is responsible for listening for these advertising packets, starting the connection process, and inititating any transactions between the devices." So I was confused.
At the same time, how will this dongle interface with the C# program I write for reading data on windows and the iOS program I write for sending data from iOS?