Hi All,
I am using a custom board with nrf52832 and BMI160 sensor. I also have nrf52382 DK evaluation kit. This sensor was programmed with heart rate and battery service by the vendor.
I successfully programmed ble_uart_app on nrf52382 DK evaluation kit and see the response on nrf uart 2.0 app. But the same code does not work on my custom board i.e, the custom board shows up as Nordic_UART_service but gets disconnected says "Device doesnt support UART" . Does it have to do with my UART configuration? Also, the heart rate and battery service are still advertised, how is that possible?
What should be the connection of the rx and tx pin of nrf52 on my custom board board ? On nrf52 DK the rx and tx pin is connected with the MCU. Kindly, let me know your thoughts.
IDE : segger embedded studio
Thanks