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
  • My point is, I have already powered the microcontroller through gnd and vcc pins. I dont want the controller to source power through gpio pin. Controller board functions are working fine without connecting that gpio pin to vcc. The problem is it advertise only when i connect that gpio to 3.3 ( still at that time ,its powered through power pins as well)

Reply
  • My point is, I have already powered the microcontroller through gnd and vcc pins. I dont want the controller to source power through gpio pin. Controller board functions are working fine without connecting that gpio pin to vcc. The problem is it advertise only when i connect that gpio to 3.3 ( still at that time ,its powered through power pins as well)

Children
  • Much more clear.  Thank you.

    I would surmise that you failed to connect one portion of the nRF's power structure to the rest of the power structure. There are 3 x  Vdd connections and 3 x Vss connections.  All must be hooked up properly and with the sufficient local capacitance.  Likely either the connections were broken in your layout, or the ground is broken with ground loops forming, or capacitances are wrong size or too far from the chip to be of any use.

    If you wish, please post your layout and schematic for review.  If you consider it to be confidential, then follow the Nordic process to have their team review your design via a private posting.

Related