NRF52810 has only one UART, so How to simulate more UARTs with GPIO?
NRF52810 has only one UART, so How to simulate more UARTs with GPIO?
Google "bit banging" and "soft UART".
Also search this forum for previous discussions.
However, I think a soft UART on an nRF52 could well be tricky due to the timing constraints of the BLE stack...
Have you considered (an) external UART(s) with SPI or I2C link to the nRF ... ?
nRF52840 has two UARTs
Google "bit banging" and "soft UART".
Also search this forum for previous discussions.
However, I think a soft UART on an nRF52 could well be tricky due to the timing constraints of the BLE stack...
Have you considered (an) external UART(s) with SPI or I2C link to the nRF ... ?
nRF52840 has two UARTs