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

Data exchange through UART

I have nRF8001-DK and Arduino Uno. ble_uart_project_template from nRF8001 SDK for Arduino (Bluetooth_low_energy_for_Arduino_0_5_0_0_RC2) was used. It was used with Master Emulator with nRFUart sample code included. By using this template I can send string from nRFUart and recieve this one in Arduino Serial Monitor. How I can add functionality to send string to nRFUart from Arduino Serial Monitor?

And I can't start with ble_uart_project_modify_setup. nRFUart can't discover nRF8001.

Parents Reply
  • Please raise a support request with PIC support as microchip has ports of the nRF8001 SDK for PIC processors. Unfortunately I do not have further information than that. You can port the Bluetooth low energy SDK for Arduino to the PIC without too much work. The Bluetooth low energy SDK for Arduino (as of 29 Nov 2013) requires about 400 to 600 bytes of RAM and this can be further optimized so this should easily fit in the PIC18F.

Children
No Data
Related