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

How can I change rx tx pins of BT840F?

I m using sdk16.0.0  nrf52-ble-app-uart-c-multilink example. I want to comminication arduino btw BT840F.  I try with nrf52840 there is no problem but when i use bt840f i didn't read data. 

// <o> HCI_UART_RX_PIN - UART RX pin
#ifndef HCI_UART_RX_PIN
#define HCI_UART_RX_PIN 3 //8
#endif

// <o> HCI_UART_TX_PIN - UART TX pin
#ifndef HCI_UART_TX_PIN
#define HCI_UART_TX_PIN 10 //6
#endif

 I changed pins but i am not sure the numbers. I am tring to use p03 and p10 pins of BT840F. Can you tell me what is my mistake ?

Parents Reply Children
No Data
Related