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

NRF51822 PCB layout review

Hello,

I recently finished up the NRF51822 pcb board that I plan on getting printed. I used the reference design file provided by Nordic (NRF51x22_qfax) but added the following things:

  • Meander Antenna taken from NRF51-Dongle with a bit more length added for adjustment
  • Shunt Capacitor for the Meander Antenna
  • Through-holes connected to most of the I/O pinouts from the chip for breakout
  • Through-holes for power in (1.8V & GND)
  • Increase in GND plate size with vias to match

I am rather new at working with the NRF51 series as well as PCB design. Any advice would be great help. I am mostly concerned over the way my antenna is structured and if a single shunt cap should be enough for this.

Thanks!

Image of Front

Image of Back

Altium PcbDoc Source File

Parents
  • I just took a look at the jpeg's you sent out and not the Altium file. It looks like you are making a development styled board.

    I would suggest you implement both the dc/dc for up to 3.6vdc and a 1.8 vdc low voltage connection. It seems like more people are likely to run it on 3.3 from other sources than a 1.8vdc source. This way they could do either.

    The balun/matching for your meander is kind of messy. There are several good chip style LC baluns with match and harmonic filtering for the 51822. They will take up less board space and give you an easier RF solution. One is made by Johanson.

    You should put more capacitance local to the 51822. It looks like you are using the bare minimum from the reference design and you may have lost some of the bypass caps. Processors need quite a bit of instantaneous current to operate and local caps provide this. Also, if the device is run on a coin cell these have very high internal resistance and the losses could put you locally into a brown out state during a Tx burst.

    The footprint for the 51822 seems ok, but I didn't measure it. Looks like a nice via grid.

    You broke the ground plane to run power from the left side to the right side. The clock lines will radiate more this way and you will probably introduce some clock noise and harmonics into the nearby gpio/adc connections. At least you did this at right angles, but it could give you some headaches.

    Connections 19 and 20 are kind of in the middle of nowhere and will couple a little with the meander. If it was me, I would figure out a way to move the connections around so they are all back behind the ground plane.

    If it's meant to be a development board that someone may permanently mount inside a product, you should put some unplated mounting holes on the board. This will make mounting a lot easier than drilling holes.

  • Also I should point out that by using 1.8volts for VDD you will only be able to communicate to other devices running at 1.8volts or lower. The gpio on the nRF aren't just open collector, they are all push pull. Even as an input you can't pull a gpio higher than VDD (1.8v) or the fet will reverse bias and short the VDD rail through the gpio to the device it is talking to. Also since the max signal is only 1.8v, a 3 volt device likely won't see this as a high state. Most spec 0.7VDD or for 3volts is 2.1v minimum for a high state.

    If you run the nRF at 3v or 3.3v and let the on board dc/dc do it's job all these potential problems go away.

Reply
  • Also I should point out that by using 1.8volts for VDD you will only be able to communicate to other devices running at 1.8volts or lower. The gpio on the nRF aren't just open collector, they are all push pull. Even as an input you can't pull a gpio higher than VDD (1.8v) or the fet will reverse bias and short the VDD rail through the gpio to the device it is talking to. Also since the max signal is only 1.8v, a 3 volt device likely won't see this as a high state. Most spec 0.7VDD or for 3volts is 2.1v minimum for a high state.

    If you run the nRF at 3v or 3.3v and let the on board dc/dc do it's job all these potential problems go away.

Children
No Data
Related