I want to connect the nrf52 board to my nanoPI via cables/connectors, making a serial communication, is there an example/tutorial for that?
It's worth mentioning that I have nrf52832 and nrf52840 boards
Many, many thanks
I want to connect the nrf52 board to my nanoPI via cables/connectors, making a serial communication, is there an example/tutorial for that?
It's worth mentioning that I have nrf52832 and nrf52840 boards
Many, many thanks
You mean this: http://www.nanopi.org/ ?
The nRF52 neither knows nor cares what is connected to its serial port - so you can just look at any example which uses the serial port (UART).
Similarly with the NanoPI.
If you are not familiar with serial comms on either the nRF52 or the NanoPI, then you could practice first with a PC ...
You mean this: http://www.nanopi.org/ ?
The nRF52 neither knows nor cares what is connected to its serial port - so you can just look at any example which uses the serial port (UART).
Similarly with the NanoPI.
If you are not familiar with serial comms on either the nRF52 or the NanoPI, then you could practice first with a PC ...
OK, thanks for your answer and time