Hej folks,
after quite some research on how to get Nordic UART and Linux together, here's as far as I got:
Discover the device with
hcitool lescan
And - in theory - connect to it with
gattool -b <device_address> -I
> connect
But since ble_app_uart example doesn't appear to be GATT compliant, I fail passing this step.
So any help on how to get that UART connection as simple as possible and PLEASE not on top of some proprietary "app" (KISS to all!) would be highly appreciated!
Best regards,
Christian