Hi there!
Working with the nRF52840 DK, I am wondering how I might modify an existing SDK example in order to display the Tx and Rx Power characteristic on a hardware connected LCD display?
That is, rather than using a BLE-UART example, I'd like to interface with an Arduino (or others?) LCD shield mounted on the DK.
I'v tried a few things that I thought might produce a quick result, but I find that I don't really know what I'm looking for as far the software.
My next theory is maybe to somehow report this characteristic to the LCD over the TWI/I2C bus? But again, still a little lost on that.
I've been using the most current SDK and Soft Device. I've been successfully using Keil to build and flash other, simpler modified example code (and Soft Device) to the DK, but the TWI is getting tricky for me.
Open to other suggestions on how to achieve this.
Beyond the Tx/Rx Signal, eventually I'll be looking to report the power consumption and battery level on the LCD as well.
Many thanks for your time,
Cheers,
Sam