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

application works on nRF52 DK, but connection issues on Taiyo Tuden module

I have a example application (gatt central) that works fine on the nRF52DK dev board.  I'm able to change the advertisement name, connect to it with my phone, and see the characteristic update based GPIO analog value.

When I download the same application on a Taiyo Yuden EYSHSNZWZ module (nRF52832, 512kB flash, 64kB RAM), I'm able to change the advertisement name and see if advertising a different name, but I'm unable to connect to it with my phone.

Looking at the nRF module, I think they're the same nRF52832.  I'm using Segger Embedded Studio with soft device S132.  I'm confused about why I'm able to change the advertisement name and re-download to the Taiyo Yuden, but it behaves differently than the nRF52DK board.

Related