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

Port of the NRF51 Throughput firmware for NRF52?

Hi,

I'm wondering if there is a throughput example for the NRF52-DK? There seems to be one for the NRF51-DK posted on the Nordic github but nothing much for the NRF52.

I've tried to port over the code from the 51 to the 52 to get an idea of the max throughput for the NRF52 but I've been running into issue with getting the NRF52 to connect to the Master control panel. The Master control panel cannot make the connection to the board and results in an hcievent code of 0x05.

I think I might not be advertising correctly on the NRF52 code that I ported. I've tested the master control panel with the NRF51 dongle and a working UART example, so I've narrowed down the issue to my ported Throughput code. Code I've tried to port that compiles but cannot connect to Master control panel: github.com/.../nRF52-Test_1

This was the related thread where I posted a followup comment: devzone.nordicsemi.com/.../

Thank you!

Parents
  • @Wojtek, sorry, I've added a few additional lines to my post kind of describing the issue. I simply cannot connect to the Master control panel on my computer with an NRF51 dongle nor on an Android device running the master control panel app. I get HCIevent error 0x05 and nothing else to describe the error. I'm 99% sure it has to do with my code that I tried to port, I was hoping someone could be my second set of eyes and take a quick look at it and tell me what I'm missing.

Reply
  • @Wojtek, sorry, I've added a few additional lines to my post kind of describing the issue. I simply cannot connect to the Master control panel on my computer with an NRF51 dongle nor on an Android device running the master control panel app. I get HCIevent error 0x05 and nothing else to describe the error. I'm 99% sure it has to do with my code that I tried to port, I was hoping someone could be my second set of eyes and take a quick look at it and tell me what I'm missing.

Children
No Data
Related