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.

Parents
  • Thanks for all the help! Your silence has kept my mind clear and thus solved this one by myself. I found that "hello world" arduino code (somewhere??) and cleaned it up for the F931 part. It was no small feat, but I made it work. There is a huge amount of code in that example that I removed (to make compiling a little more manageable. Now that I have it talking to the iphone, I will work on a deeper understanding of the little monster. BTW, my Samsung S3 would not talk to this thing. The iPhone 4s worked fine.

Reply
  • Thanks for all the help! Your silence has kept my mind clear and thus solved this one by myself. I found that "hello world" arduino code (somewhere??) and cleaned it up for the F931 part. It was no small feat, but I made it work. There is a huge amount of code in that example that I removed (to make compiling a little more manageable. Now that I have it talking to the iphone, I will work on a deeper understanding of the little monster. BTW, my Samsung S3 would not talk to this thing. The iPhone 4s worked fine.

Children
No Data
Related