This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

What is simplest implementation to rx/tx nrf Uart?

I am developing a platform using C8051F931, MPU9150 and nRF8001. I have re-written the hal code to target the C8051F931 and verified it using the ACI demo test (the echo test). Since I purchased the SDK from Nordic, I have access to the software with many different examples and also the nrfgostudio. I will certainly dig into the finer details of BLE but for now, I would like to simply verify that I can bring the radio up and send/receive to an android running nRF Uart 2.0. Even with all of the examples provided, with the SDK, I do not see such a simple solution. While the Arduino code that is found on github does this, I have to convert it from cpp to c as I am using Keil C51 in a Silicon Labs development environment.

Related