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

Send Data from iPhone to Arduino i.e connected with NRF 8001 BLE chip via Bluetooth low energy.

I have developed the schematic of connecting NRF 8001 BLE chip with Arduino,the file is attached that contains the schematic. Can you please verify my schematic i.e will it work or not? If it will work then how would i send data from the iPhone to Arduino. I have seen that you have provided the libraries and i have included them in my Arduino libraries. but still how to communicate with iPhone? I had used BLE shied that is provided by Red Bear Labs and they have provided the separate functions like ble_read() , ble_write() etc. and through these functions i was able to read and write. But now i want to make my own shield whose schematic i have attached. But i do not know how to write those functions and how to communicate with iPhone? Can you help me in these?

BLEduino_schematic.pdf

  • Use the Bluetooth low energy SDK for Arduino available at devzone.nordicsemi.com/arduino , and use the ble_uart_project template to get started with the nRF UART iOS app. The source code for the redbearlab libraries and the BLEduino is already available as well, look at their respective websites.

    I see that you have multiple threads open and these questions have been answered earlier.

Related