Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

Can someone explain more about how you generate data for flexible or flexi-rigid PCBs for manufacture? Do I just make more layers and export more gerber files? Is there anything I need to keep in mind when sending these to be manufactured?

I've made a decent number of medium-complexity 2-layer boards and had them manufactured by producing gerber files. I use Pulsonix, but am familiar with Eagle as well.

share|improve this question
4  
Your fab could answer your questions easily. Give 'em a call. Look into this too: Flex Circuits Design Guide. – Nick Alexeev Jun 22 '12 at 5:11
3  
Rigid boards are pretty standardized, but flexible circuits can be made in lots of different ways. So definitely talk to your fab. – markrages Jun 22 '12 at 16:02

2 Answers

Mostly the same stuff as for rigid FR4 boards. Material will often be polyimide or polyester. Of course you'll want to bend the PCB, so check with the manufacturer what the minimum bend radius is for different thicknesses. In general this radius is small, like 6 to 10 times the circuit's thickness for a double layer FPC, that's a couple mm, and shouldn't be a real limitation for most applications.

Provide drawings of stiffeners, and their material (often FR4). Also of contact areas, with data on finishing (like gold, and its thickness).

enter image description here

share|improve this answer

I am not a PCB design engineer, but I am working in PCB industry.

To manufacture a board, we generally require Gerber data. We will need the following:

A gerber layer for every physical layer, including solder masks, and an NC drill file with drill tool sizes. Excellon format is the most common drill file format.

Gerber data should be in ASCII format, preferable in imperial units, with a preferred precision of at least (2,4). The drill file should be the same precision as the gerber data. We can use RS274D data with an aperture table, but RS274X is preferred, as it is the latest standard. Metric units are acceptable with a preferred minimum precision of (3,3)

A readme file and fab drawing are recommended. A sample readme.txt file is available. If the board is multilayer, we will require the layer order. The readme should also have any other information not in the file set, such as material type, copper thickness, etc...

All the data files should be put into a single archive file, *.zip files are the most common. We need this for error protection for anything sent through the internet. It's best to name the *.zip file after the part number of the board (ie LCDDriver.zip)

share|improve this answer
2  
This is exactly the same data required for rigid PCB manufacture. Are there any differences that are worth mentioning? – markrages Jun 22 '12 at 16:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.