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

nrf52832 ble problem

I have designed nrf52832 customized board with tace antenna antenna and every pin of the controller is connected to the male headers present on both side of the boards. I havent used lpkf , so I changed the sdkconfig.h file to use internal RC but it wasnt working. By mistake , the P0.07 pin gets connected to Vcc and the led start blinking i.e. the bluetooth is advertising. Now ble is working fine but everytime I have to connect this P0.07 with 3.3v or also with little variation on that pin (like when I Just touch that pin with my fingers). I want to kmow that P0.07 is just an I/o pin , so why this behaviour? DOes it mean there is problem in my layout design.

There is no problem in the code as I'm using the standard code of ble of nrf52 dk by changing the sdkconfig.h as we dont have lpkf

Parents Reply
  • Perhaps you should try re-reading my answer.  I did not mention ESD protection guidelines.

    What you described in your question is the phenomena of the chip sourcing power through its gpio. You said you hook up power to P0.07 and the radio starts advertising. This is normal, as all microcontrollers will attempt to source power through their gpio.

    If there is a different problem you need help with, try rephrasing it since it was not clear in your question.

Children
No Data
Related