Thursday, 9 November 2017

usb - Portable device shielding & ESD


I'm working on a portable battery-powered device with a shielded I/O connector for sensors, but I'm confused about how to properly ground the shield and ESD array. Here is a block diagram of my conceptual device:


Box Diagram



I'm assuming that grounding the USB connector and it's ESD array to the chassis ground is the right way to go, but should I also ground my I/O connector and it's ESD array to the chassis ground? If the device was running on USB power, the chassis ground would be connected to earth through the host PC. But if the device was running on battery power, the chassis ground would be floating. In this case, should the chassis ground be connected to the system ground somewhere? Wouldn't this cause some of the ground current to flow through the USB cable when it's connected?




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