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

Is there an nRF5 Software Serial library akin to the one for Arduino?

The SoftwareSerial library allows GPIO pins to be used as TTL serial pins by bit banging.

The nRF5 suffers from the same problem that the Arduinos have. 1 UART.

Does the nRF5 have a similar library to make up for this deficiency?

Related