nRF radio on different power supply

Hello, 

I developed a board with E73-2G4M08S1C(nRF52840) as its main MCU. I would like to develop a simple radio project on this board with power supplied from battery instead of USB.

The transmitter works fine when powered from USB, the receiver can receive the packet sent from the transmitter.

But the receiver can't receive the packet when powered from a coin battery(LIR2032H). 

Here's my schematic:

Hardware: E73-2G4M08S1C(nRF52840)

Software: peripheral/radio/transmitter & receiver

SDK version: nRF52 SDK 17.1.0

I think the code is fine because the two situation are sharing the same code.

When transmitting RF signal, the antenna might draw a large amount of current. I monitored Vdd on oscilloscope, but the voltage almost maintain the same.

I also downloaded the tramitter project to the official nRF52840-DK. The receiver receives no packet when powered from 3V coin cell, but works when powered from USB.

Could you give me any suggestion?

Thanks a lot  for your help!

Parents
  • Hi,

    I developed a board with E73-2G4M08S1C(nRF52840) as its main MCU. I would like to develop a simple radio project on this board with power supplied from battery instead of USB.

    The transmitter works fine when powered from USB, the receiver can receive the packet sent from the transmitter.

    But the receiver can't receive the packet when powered from a coin battery(LIR2032H). 

    DCCH should not be populated if VDDH is shorted to VDD. 

    Hardware: E73-2G4M08S1C(nRF52840)

    Software: peripheral/radio/transmitter & receiver

    SDK version: nRF52 SDK 17.1.0

    I think the code is fine because the two situation are sharing the same code.

    When transmitting RF signal, the antenna might draw a large amount of current. I monitored Vdd on oscilloscope, but the voltage almost maintain the same.

    I also downloaded the tramitter project to the official nRF52840-DK. The receiver receives no packet when powered from 3V coin cell, but works when powered from USB.

    Could you give me any suggestion?

    I'm not sure why it doesn't work on the DK, is SW9 set to VDD? The coin cell will not be able to power the LEDs but the Radio should work. Are you able to make it work on the DK when flashing an example from the DK such as the ble_app_uart application?

    regards

    Jared 

  • Hi, Jared. Thanks for your reply!

    DCCH should not be populated if VDDH is shorted to VDD. 

    ok, I'll remove the inductor on my later version.

    Yes, SW9 set to VDD. I'll try ble_app_uart project later after few days.

    Have a nice day!

    Leo
  • Good, just update this case when you have new results!

    regards

    Jared 

Reply Children
Related