> On Jul 30, 2026, at 11:08 AM, Julia Heng <
juli...@gmail.com> wrote:
>
> Thanks Chris,
>
> He learnt the “flipping the board” charge the hard way as this is our second redo with the PCB - this time with all the parts on one side. Do you know why that is so?
J
Why do they charge more for something? JLCPCB has a massive scale where they batch customer PCBs in huge meter-square PCBs and run these standardized-size boards through a big machine and then at the end they cut the boards apart and stack the parts for shipment. If your design can work in this process, they can make them very cheaply.
What is expensive is custom handling by human workers. This means loading parts into the pick and place machine or adding parts after cutting the PCBs. The basic cost is 20 cents per PCB and then for “basic” parts they will solder them down for only the cost of the parts, which is just pennies. Everything after that adds cost.
LCPCB’s basic charge is $2 for five identical PCBs. If the order cost more then $2 it is because you added expensive features. You can replace the expensive features with cheaper feature or re-think the whole project or both. I usely can find a way to keep the csot to under $1 per PCB. Mostly this means having them dill holes and then I add my own micrrocontroller breakout board as if it were a giant IC. I can buy an ESP32 dev board for $5, then just plug it in.
I could not suggest anything that would reduce cost unless I could see the entire big-picture project.
I remember back in the late 70s as a student, they had us think about the cost of multiple different solutions. An example was a switching power supply and the problem in those days was radiated EMI. Two solutions (1) design the board and circuit so it did not radiate or (2) shield it. Not just tweeks but a different design concept can sometimes cut costs. Today everyone uses the “just don’t radiate” idea and saves the cost of a metal shield box. Then we went over why a robust design should not require precision tolerances. If you need to resort to that, they said, something is wrong and you have a “fragile” design. Basically, we were taught to see a big cost as a red flag that we made a mistake.