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

Designing a Watchdog system to monitor nRF52 ports

Hello Community,

The PCB project I'm working on is ready to be optimized for production. What I am concerned with today is the electromagnetic compliance of the PCB. 

In the attached FCC document below, it details the classifications of Class B computer devices. My PCB will have an nRF52832 built within a module already certified by the FCC to transmit BT, four sensor ICs that all communicate over IIC with the nRF52, and a PMIC with 18650 battery attached on the back of the PCB. From the research I've done, I've determined that the PCB I've built will fall into the "Other Class B digital devices and their peripherals". In order to get verification of compliance with FCC standards Part 15, the device will need to pass general emissions tests. 

Designing the device to pass general emissions tests has started with a read of the attached TI document. The document specifies that unused ports on devices should be grounded, shorted ideally, to reduce as much as possible EM emissions during operation. If I employ this, it will obviously carry a risk that if one of those ports were ever driven high for whatever reason, there would be a short that could destroy the device. What would be a good strategy for preventing these grounded ports from being driven high? If I want to employ a watchdog-type system on the device to monitor the grounded ports and shut the port or even the entire device down when necessary, how could I go about doing that?

If there are any individuals here who want to give general advice on how to design a PCB with an nRF52 at its core that will emit as little EM as possible, it would be greatly appreciated!

Ben

TIGuideLinesforEMIPCBDesign.pdfFCCclassBEMCGuidelines.pdf

Parents Reply
  • As you know, there are two types of emissions which must be tested, radiated and conducted.  To test conducted you will need a spectrum analyzer with applicable software and a LISTN (Line Impedance Stabilization Network) , low ball cost would by about 2K bucks. If you pass the preliminary, you should be ok when testing with a certified compliance facility.  Radiated testing is different, antennas etc, a little more complicated.  The risk of going straight to a certified facility is that if you fail, you have to keep paying the price until you pass, and that can add up.  I am not quite at that point yet with our project, but I will keep you informed.  Have you selected a certification facility selected? 

Children
Related