Hello,
I am using a combination of several Nordic devices and hardware. The nRF52832 is used in a sensor to collect light level information. That data is transported over an HTM like connection to an Android phone where the nRF Toolbox source was used to develop a user interface for my client. That is all working very well.
Now I need to transport some entered text in the Android App along with the measurement to a laptop for storage of the data. I plan to use the rRF52840 dongle to connect via a Nordic UART connection from the Android (as central) to nRF52840 dongle/laptop as a peripheral connection to the Android.phone. I plan to modify the Nordic nRF Connect PC source code to capture and store the data.
Does the approach of using the dongle make sense and, if so, is there an SDK example to use for setting up the UART connection to the laptop? The UART example in SDK5 does not support the PCA00059 board type.
I appreciate any suggestions you can provide.