Hi All,
I have one custom board based on IMX6UL on which i'm using Nordic's nrf52840 chip.
I'm using zephyr's hci_uart sample application on nrf52840 for beacon scanning.
nrf52840 chip is communicating with IMX6UL over UART.
Explored below 2 cases :
1) Full UART (Tx,Rx,RTS,CTS) from both side (IMX6UL as well as zephyr/nrf52840)
2) Half UART (Only Tx,Rx) from both side (IMX6UL as well as zephyr/nrf52840)
In both above cases my beacon scanning application works fine (Scanning around 65 surrounding beacons).
So, Can i go with the Half UART configuration on both side?
Does it have any drawback when there will be large number of beacons available to scan?
- One of the suggestion i got from my colleague is that if will use Half UART i have to flush UART buffer at the end of each scanning.
Thanks,
Mayank