nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs

How to interface nrf52832 with RPI compute module 4 to send the data from nrf app to nrf52832 device and device to RPI

BLE Hello,

In my project i want to send the data from the nrf app to nrf52832 device and i don't know how to interface it with RPI compute module once the data received by nrf52832 i want to receive that data in RPI then i need to process in the RPI. off course you can ask me directly we can use the RPI BLE but i am not going to use the monitor, keyboard ..etc like headless RPI so once we connect the BLE and if we restart again we need to pair the device with RPI otherwise we can't communicate with the RPI this is the drawback i have faced and that's why i am thinking to use nrf  BLE so is it possible.?? if yes means please guide me to implement this.

thank you

Parents Reply
  • Hello, Yes i got error like APP_UART_COMMUNICATION error but i just commented the error checking and now its working. i knew commenting error is not good  way troubleshoot the errors. error was ERROR_NO_MEMORY so i have tried to resolve this but i didn't success.

    and one more thing now the data is receiving at the raspberry side but as a character by character but i want to send the array of character like a string so when i am trying to send the string data its not receiving any data but  if i send character by character its working so what to do now.

    Please share your thoughts and let me know for any suggestions.

    thank you.

Children
Related