This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

PCB Design with nRF52840 SoC

Hi,

First of all thank you for your support and suggestions.

As I am planning to use nRF52840 SoC in my design, (Project: BLE based Environmental sensor). The circuit mainly consist of the sensor (uses SPI), Battery Circuit, Antenna (Mostly U.FL Connector), nRF52840 SoC. Is there any similar PCB design template projects available in order to refer?

Reference Circuit: Nordic Semiconductor Infocenter

Also I have found some points which are not familiar to me, 

  • Power supply: It found from the datasheet that use of DC/DC Regulator has san advantage on Current consumption. (USB is not included in my design) can I go with Circuit configuration no 5 for QIAA aQFN73 (by connecting VBUS to GND) in order to get advantages of DC/DC Regulator?
  • If so, can I design the entire circuit with 3V Battery power supply?
  • Regarding antenna, I would like to do design with U.FL Connector (easy to go with external Antenna), Can I follow the same ANtenna circuit provided in the reference circuit provided in product specification? (or is there any special design required?
  • If I am using only some GPIO pins specially for SPI communication, is it fine to make all other unused pins to float or unconnected?
  • How External Crystal oscillator helps my design in terms of power consumption?( I found HFXO helps in reducing current consumption) Is it recommended to use external clocks?
  • There are some capacitors (C10, C13..) which are mentioned as Not Mounted (NC) on the Bill of Material of the reference circuit. What it indicates? Do I need to avoid these capacitors from my design?

I am really interested and looking forward for  valuable suggestions and resposnes. I really do appreciate your help, time and effort.

Thanks and Regards,

Sreejith

  • Hello Sreejith,

    Thanks for your questions. 

    Power supply: It found from the datasheet that use of DC/DC Regulator has san advantage on Current consumption. (USB is not included in my design) can I go with Circuit configuration no 5 for QIAA aQFN73 (by connecting VBUS to GND) in order to get advantages of DC/DC Regulator?'

    yes you can use the design where VBUS is connected to ground.

    If so, can I design the entire circuit with 3V Battery power supply?

    3V Battery is ok. However you have to careful about the voltage drops. If some sensors consume lot of current for there can be a drop in voltage.

    Regarding antenna, I would like to do design with U.FL Connector (easy to go with external Antenna), Can I follow the same Antenna circuit provided in the reference circuit provided in product specification? (or is there any special design required?

    You can design with UFL connector for external antenna. Then you do not need to design low noise amplifier (LNA). 

    If I am using only some GPIO pins specially for SPI communication, is it fine to make all other unused pins to float or unconnected?

    yes, any unused pin should float or unconnected.

    How External Crystal oscillator helps my design in terms of power consumption?( I found HFXO helps in reducing current consumption) Is it recommended to use external clocks?

    High frequency crystal oscillator is needed in BLE mode (1 Mbps) and in radio transmitting (8 dbm). The 64 MHz crystal oscillator (HFXO) is controlled by a 32 MHz external crystal. It is recommended to use a crystal with lower than maximum load capacitance and/or shunt capacitance. A low load capacitance will reduce both start up time and current consumption. This way external oscillator can help your design.

    There are some capacitors (C10, C13..) which are mentioned as Not Mounted (NC) on the Bill of Material of the reference circuit. What it indicates? Do I need to avoid these capacitors from my design?

    This is from the older version of SOC. you may keep this in design. I will let you inform details on Monday about this. 

    I hope it will help. 

    Have a nice weekend.

    Best Regards,

    Kazi Afroza Sultana

  • Hallo Kazi Afroza Sultana,

    Thank you for your detailed answer and for your valuable time. It really helping me for my first design. Still I am interested to get some more clarrification on your answers,

    1. According to Nordic Reference circuit configurations, Config 5 is with external battery (VDD), DCDC1 and also with USB (VBUS), but Config 6 is with external battery (VDD), No DCDC, No USB. Which configuration would be more suitable if we are interested to reduce power consumption? If config 5 (because of DCDC), can I connect the USB(VBUS) to ground because I am not using USB?

    2. Regarding Antenna, Can I go with the same design (Passive elements) mentioned in the reference circuit (Instead of antenna I will connect U.FL Connector on the end)?

    3.Regarding oscillator, It uses about 32.768 kHz and 32MHz oscillator, can I follow the same oscillator components mentioned in the BOM? 

    4. Also really waiting for your support on the BOM list (not mounted capacitance) values.

    Many thanks in advance and have a nice week ahead.

    with Regards,

    Sreejith 

  • Hello Sreejith,

    1. You can mix and match the configurations from the reference circuits based on your requirements. You can make your VBUS connected to zero in addition to keep DC-DC on.

    2. Yes you can use the antenna, no need to use a UFL if you don't want to. 

    3. Yes you can follow the same oscillator mentioned in BOM. Regarding the 32.768 kHz Crystal (X2), this is used in nRF52840 SoC for higher accuracy and lower average power consumption ( we discussed this earlier). However this is optional; if you want to minimize the cost can omit this.

    On the nRF52840 DKP0.00 and P0.01 are used for the 32.768 kHz crystal by default and are not available as GPIO on the connectors. To do this you need to cut the sb1 and sb2 on chip and solder the sb3 and sb4. Then it only SB3 and SB4 will represent the pin P0.00 and P0.01 like following circuit.

    4. Regarding non mounted capacitance, These are not to be used so it can be omitted. For example: C10 and C13 do not need component. You can leave these.

     

    C22 is the component between ANT pin and antenna and this is the part of matching network. Ideally it may not be needed but it's better to have it for best antenna performance.

    This is all. Let me know if you have more queries.

    Thanks.

    Best Regards,

    Kazi Afroza Sultana

  • Hi Kazi,

    Thanks for your quick response, thank you! This helped me finish a couple of my design issues...

    One more small question regarding the unmounted capacitance, how about the value of the capacitance C22? Is it we select by trial?

    Thanks and Regards,

    Sreejith

  • Hello Sreejith,

    Trial and error is the best method. However, for non mounted capacitor it may not be needed. You can just leave it the way it is instructed in Bill of materials. 

    Thanks.

    Best Regards,

    Kazi Afroza Sultana

Related