Hi,
I've reliably implemented a Software Serial library on the nRF52832 using GPIOTE and nrf_delay_us to sample the 8 bits. I tried making this work more efficiently using a hardware Timer like this post but every now and again I'm experiencing garbage characters. Has anyone implemented something similar?