Hi I have a custom nRF52840 board, and I have a current BLE UART setup. I also want to communicate with a IMU module via serial connection. Can you point me in the direction of a good example to start off from?
Thank you,
Robert
Hi I have a custom nRF52840 board, and I have a current BLE UART setup. I also want to communicate with a IMU module via serial connection. Can you point me in the direction of a good example to start off from?
Thank you,
Robert
Hi again
Yes, you would need to enable the UARTE1 in sdk_config.h and make a second (distinct) uart_init() function for the other UART instance where you need to make sure that it doesn't have any calls that will mix it up with the first uart_init().
Best regards,
Simon
Thank you Simon, Will do. Hope you had a great new year
Thank you Simon, Will do. Hope you had a great new year