Friday 1 July 2016

bluetooth - Must FCC-certified modules be labelled with the correct FCC ID?


The manufacturer of this radio module I bought claims that it's FCC certified, but there's no FCC ID on it (though there is the FCC logo). If the final product is to be FCC tested, would it then be tested as an intentional radiator since there's no FCC ID on the radio module (rendering the certification invalid)? AFAIK, that costs a lot more than an unintentional radiator test.



Their website has the FCC ID - could I just print it on a sticker and stick it on the module?


Thanks



Answer



Here's my understanding.


Since it is a radio module, then it is definitely an intentional radiator and if they claim it has been FCC-certified it should have an FCC ID on each module. You should contact the manufacturer and ask why it's not there.


enter image description here


If you incorporate the module into your own product, and the module already has an antenna (e.g. a "chip" antenna like the one in the picture) then you don't have to do anything more except provide the same FCC ID on the outside of your product, or (as part of a recent rule change) in an accessible menu if your product has a screen. In any case, the FCC ID must also be included in a label on the outside of the package.


However, if the module has no antenna, and you connect it to one you made (e.g. PCB trace antenna) or bought, then guess what, you have to do the FCC testing all over again(!) which can many thousands of dollars.


It's been a few years since I was directly involved in a product like that (cell phone modem + PCB antenna), so I can't remember if you are supposed to include both the FCC ID for the modem and your own FCC ID, or just the latter. I suspect it's both.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...