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

nrf8001 communicaton to other microcontroller

Hello all,

We are working in the field of Electric Bike Propulsion Systems. We want to add BLE support in our product. Our aim is to send data form our product side to I-phone/Andriod phone BLE application. And receive data fron phone application through BLE module/nrf8001 to our product. Is this is possible using UART ( Tx Rx ) as we have serial support in our current system. Our application will run on our controller we need nrf8001/nRF2741 as only data communication media.

Thanks

Parents
  • Hi,

    For the LPC1769 is implemented also the communication between the nrf8001 and the phone or only the SPI communication between the micro and the nrf8001 module? The fact is that it's not clear to me which is the function in the subfolder "ble_uart" that you posted in the zip file handles the communication between the nrf8001 and the phone (sending out the data from the nrf8001 to the app on the phone). Could it be lib_aci_send_data in the lib_aci.c file?

Reply
  • Hi,

    For the LPC1769 is implemented also the communication between the nrf8001 and the phone or only the SPI communication between the micro and the nrf8001 module? The fact is that it's not clear to me which is the function in the subfolder "ble_uart" that you posted in the zip file handles the communication between the nrf8001 and the phone (sending out the data from the nrf8001 to the app on the phone). Could it be lib_aci_send_data in the lib_aci.c file?

Children
No Data
Related