Sunday 18 August 2019

avr - Is my simple atmega2560 based product exempt from EMC testing?


I have designed a product that is essentially a USB HID device for a computer game. It consists of several on off switches and 5v servos run by an atmega2560, all sealed and enclosed in a plastic case. From everything I have read I believe it might be exempt from needing certification, but I would greatly appreciate a second opinion; I'm simply a hobbyist trying to decide the feasability of taking this product to market.


Thanks.



Answer



For the European market you need to CE mark all electronics. In this case by providing a Declaration of Conformity (DoC) to the EMC Directive. And in case of 230VAC supply etc, also the LVD directive. The DoC in turn is a legally binding document where your company states that, yes, we follow these directive(s). You also need a physical CE mark on the product "if feasible".



The directives in turn point to standards that can be used to fulfil the directive, but that's another story.


You probably don't have to perform a 3rd party verification by a test house however. But in case your product happens to have poor EMC performance out in the field, you'll be in for some major trouble if you can't prove that you've taken all necessary precautions.


If an approved test house has said that your product is fine, then you have your back free in court. As in: we have tried our best to ensure that this product is compliant. But you can of course still be forced to withdraw the product from the market etc.


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...