Hi
I am working with an nRF52DK board that is successfully communicating with Nordic's nRF Toolbox app via BLE UART.
I would like to be able to modify the app as I modify the board's firmware so I can test things out.
I did get the app working in Android Studio and running on my tablet. However, when I look through this project it is far too difficult for me to understand right now.
I have searched online for, and worked through, several tutorials that offer a far simpler Android solution, however not a single one of them has ever fully compiled correctly at the end – I assume they are all out of date. So, it has been a difficult journey so far.
I need the app to be able to scan for devices and allow the user to connect to one – and then be able to communicate with the BLE peripheral via UART.
Would you be able to point me to any tutorial / walk-through that is up to date - everything I have found / tried won't build - they are too old.
Thanks in advance for any suggestions
Garrett