I want to send a simple string from One nrf52 to another nrf52 via wired connection
I want to send a simple string from One nrf52 to another nrf52 via wired connection
Hey, have you considered using the SPI peripheral? It should be able to send any kind of data, including string. Another option is I2C, if you need to use fewer GPIO pins.
Hey, have you considered using the SPI peripheral? It should be able to send any kind of data, including string. Another option is I2C, if you need to use fewer GPIO pins.