I have made a software serial library for nRF52840 similar to Arduino software serial. It is working fine. nRF52840 has two UARTE instance and one UART instance, As for my application requirement I need 3 UART or UARTE instances.
Working baud rates: 1200, 2400, 4800, 9600, 14400, 19200, 28800, 31250, 38400, 56000, 57600, 76800,
Not working rates : 115200
Count of UART instances: 4. You can increase the number of instances by doing some minor modification in the software.
Test: I have only tested one SF_UART. It is working fine.
Can you help me to improve this library? I want to use 115200 baud rate, which is not working yet.
All community members can use this library if they are lacking hardware UART. Please help me to improve it more. keep sharing more updates.




