element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Achievement Levels
    • Benefits of Membership
    • Feedback and Support
    • Members Area
    • Personal Blogs
    • What's New on element14
  • Learn
    Learn
    • eBooks
    • Learning Center
    • Learning Groups
    • STEM Academy
    • Webinars, Training and Events
  • Technologies
    Technologies
    • 3D Printing
    • Experts & Guidance
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Arduino Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Project Groups
    • Raspberry Pi Projects
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Or choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
Power & Energy
  • Technologies
  • More
Power & Energy
Forum Designing my first AC Mains Filtering Circuit - what are the jellybean components
  • Blog
  • Forum
  • Documents
  • Polls
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 4 replies
  • Subscribers 294 subscribers
  • Views 386 views
  • Users 0 members are here
  • ac mains
  • power_supply
  • emi filter
  • power-line
Related

Designing my first AC Mains Filtering Circuit - what are the jellybean components

BigG
BigG 3 months ago

I'm working with some Power-Line Communication modules. Here is an example of the sort of module I'm talking about: store.rakwireless.com/.../lx200v50-evb-power-line-communicationplc-module

These would be using the same technology as you would find in the more common consumer type adaptors, such as TP-Link's offerings: https://www.tp-link.com/uk/home-networking/powerline/tl-wpa7517-kit/

These all work remarkably well and I am surprised I haven't seen more people using this communication technology on Element14 projects because if your start digging around online you find instruction on how to develop something from the ground up. For example, all the main players have devoted time developing EV kits etc. For example STM:

www.st.com/.../power-line-communication.html

 General Purpose xPSK Power Line Communication Module 

It's all very clever.

Anyway, from what I can work out, there are two key design challenges to get things going. The first is clearing out or suppressing EMI noise on the power cables and the second is measuring zero crossing. Both have their challenges.

It is the first area, I am focusing on here.

I found this video, amongst many others that give guidance but it is a minefield for the novice trying to work out the essential versus the over-engineering.

https://www.youtube.com/watch?v=r-pokiz71TY

So I thought to open this up to the community as I could not find much on the element14 website about EMI filtering design and tips n tricks etc.

For example, what is a good (jellybean-standard) choke to use for the suppression of common noise from AC/DC circuit... These circuits often also include safety capacitors (as indicated in the above video) but some would also use resistors and inductors on the AC lines.

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz 3 months ago +2
    Hi Colin, I take it you just want a separate filter specifically for the powerline comms, rather than a filter for the AC/DC supply (in which case it's easiest to get a ready-made filter, if it's not…
  • shabaz
    shabaz 3 months ago in reply to BigG +2
    The part labeled ZT1 is serving a different purpose, it is providing safety isolation, which is not what the common-mode choke does (that just removes EMI noise). Any common-mode choke would be placed…
  • BigG
    BigG 3 months ago in reply to shabaz +2
    Oops! Thanks Shabaz for pointing that out... I should've referred back to that Kemett YouTube video first before commenting as I can now see all my obvious mistakes (I interchanged DM and CM and was thinking…
Parents
  • shabaz
    shabaz 3 months ago

    Hi Colin,

    I take it you just want a separate filter specifically for the powerline comms, rather than a filter for the AC/DC supply (in which case it's easiest to get a ready-made filter, if it's not already on the AC/DC power supply module).

    In that case (separate filter for the powerline comms portion), the most jellybean is probably just a ferrite core, and you can self-wind it. Looking at the spec of the RAK product (they make great stuff btw!), it appears the 30-86 MHz spectrum is used, so the desired common-mode choke should be effective for that range. A type 43 ferrite material is excellent for that. Looking at the Farnell website, there is this 2643801002 ferrite core . It is a bit on the large side (30 mm max diameter) but if space isn't a constraint (and it will be easier to get wires through such a large core) then it should be a good option. According to the coil64 software (which is reliable):

    image

    You'd only need three turns on that core, to get 5 uH of inductance, which would get you about 1 kohm of impedance at 30 MHz.

    So, you could just take your two wires, and loop them through, at least 3 times. That should be a sufficient filter! However, I've never worked with powerline comms, so if the datasheet specifies anything more, then that should be followed. In the absence of any other specific requirements, I'd use the above ferrite core choke if it were me.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • BigG
    BigG 3 months ago in reply to shabaz

    Thanks Shabaz, your comment really helps.

    As far as application is concerned, I would say that my filtering question is primarily for the Power Line communication module only but could well be required for both as I would envisage the following setup. However, as you've already noted if using a decent AC-DC converter it will probably include some sort of filtering internally so hence I never saw that as part of the core design criteria but I would see it as worth keeping it in mind (as part general EMI filtering design).

    image

    I have noticed in many designs (the diagram below was pinched from STM UM1818 User manual for their Street Lighting power line EVK) that they also includes a signal transformer rather than a differential choke (I assume that they do much similar). I was not sure if this was for good measure or whether it's seen as necessary in this context... or is a signal transformer used for a different purpose to say a differential choke. I suppose if not common then neither would be considered as a jellybean component.

    image

    In sense, I've almost answered this question by looking at an all-in-one component designed specifically for power-line. Here, it looks like they only use common mode chokes (L) - diagram on page 3. https://www.farnell.com/datasheets/3975509.pdf

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz 3 months ago in reply to BigG

    The part labeled ZT1 is serving a different purpose, it is providing safety isolation, which is not what the common-mode choke does (that just removes EMI noise). Any common-mode choke would be placed to the right of that schematic, i.e. where the L and N wires are labelled. 

    The all-in-one filter that you mention would normally be used with the AC/DC power supply (if it doesn't have an in-built filter). The AC/DC power supply module could cause interference too, so if it doesn't have a built-in filter, you may not want the powerline comms to be connected to the L and N connections of the module, you may want the all-in-one filter to be connected to the AC/DC module, i.e. this is what I thought was envisaged:

    image

    The powerline comms circuit would still need its ZT1 transformer, since that is the only thing providing electrical isolation.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • BigG
    BigG 3 months ago in reply to shabaz

    Oops! Thanks Shabaz for pointing that out... I should've referred back to that Kemett YouTube video first before commenting as I can now see all my obvious mistakes (I interchanged DM and CM and was thinking a CM is same as ZT1 transformer). Learning by mistake, in this case.

    image

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • BigG
    BigG 3 months ago in reply to shabaz

    Oops! Thanks Shabaz for pointing that out... I should've referred back to that Kemett YouTube video first before commenting as I can now see all my obvious mistakes (I interchanged DM and CM and was thinking a CM is same as ZT1 transformer). Learning by mistake, in this case.

    image

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2023 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube