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

nRF52832 send a custom message to Raspberry Pi via BLE without UART.

Hi

I am using nRF52832 DK with SES as IDE, on Ubuntu 16.04 machine. I want to send a custom message, let's say "hello" via BLE to Raspberry Pi. I am using some encryption algorithms to encrypt this message. I want to receive this message and decrypt on Raspberry Pi using the inbuilt Bluetooth module. I have looked at ble_app_uart which sends the data received via UART. I have noticed that UART is very slow and to improve the speed, I want to transmit the message from DK to Raspberry Pi using Bluetooth. In this case, I do not get any data from UART. Is there any way to do this? And on the Raspberry Pi, I want to do some operation on the data. Any thoughts on how to go about this?

Thanks

Sai Kiran

Parents Reply Children
No Data
Related