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

Software uart for nrf52832

I need second and maybe even third uart modules (for rs232). Is there any sample code like in Arduino (Software uart)?

Parents
  • Well the rule says: as long as there is a wire and chip supports any form of FW update then you can do it. Most of these extenders don't support anything like that (why would you do it if it has fixed functionality in ROM) but if it can do it then you can always implement the protocol over BLE and then over UART/SPI/I2C/whatever. But if you expect this being written for you then I'm afraid you will be disappointed, this is job to be done;)

Reply
  • Well the rule says: as long as there is a wire and chip supports any form of FW update then you can do it. Most of these extenders don't support anything like that (why would you do it if it has fixed functionality in ROM) but if it can do it then you can always implement the protocol over BLE and then over UART/SPI/I2C/whatever. But if you expect this being written for you then I'm afraid you will be disappointed, this is job to be done;)

Children
Related