TL;DR

  • Parts assembly adds more mass than you would think to an order
  • Mass of a board is calculated by the bounding rectangle dimensions and the PCB thickness, so if you have areas cut out from a board it is still counted. You can see this in the quote screen.
    • Thickness makes a big impact, but it can’t be avoided if you want to use economic PCBA.
  • A steep jump in price occurs at 0.3 kg, if it’s above this mass the incremental jumps in price are less and it’s generally not worth optimizing small combined orders to save on shipping (See last plot)

Details

There is a shipping option called “Global Standard Direct Line” which is the cheapest but has a longer shipping time.

This is pretty good though if you are not a business and want to shave off as much cost as possible, it incentives making more revisions and shipping often, compared to bundling orders in one shipment.

Shipping estimate

This shipping method has the following limits:

Shipping maximums

There are price breakpoints though, I have a board which has an estimated mass of 0.18 kg, and it costs 2.35 AUD to ship.

Shipping estimate no assembly

However, it looks like assembly really overestimates the mass of the parts (or are they really this heavy in total?). When using assembly, the mass goes up to 0.39 kg total, which goes over some price breakpoint and increases the shipping cost to 14.90 AUD.

If you want seriously cheap shipping then you should golf the final mass to be under 0.3 kg since this is where it changes to 14.90 AUD.

Shipping estimate with assembly

I will have to do some tests to see how the assembly mass is calculated (whether it is a constant mass for the number of items added or if each item has its own mass), since I really can’t see some chips and passives adding 0.2 kg of mass. Also knowing how the shipping is calculated would be nice since it would let us know what the maximum amount of parts are to get 3 AUD shipping.

For Australia, the two options you should only consider are Global Standard Direct Line or DHL Express, the others have higher costs and longer times.

Here’s some shipping data from some of my past orders and tests with random PCBs

All prices in AUD.

Mass [kg]Global Standard Direct LineDHL expressS.F Express StandardFedEx International PacketUPS Express SaverNotes
0.183.18IgnoredIgnoredIgnoredIgnoredopenGNSS (no assembly)
0.293.1828.4031.4231.7249.52Simulated mass
0.3014.3528.4031.4231.7249.52Simulated mass
0.3314.3528.4031.4231.7249.52Simulated mass
0.3914.35IgnoredIgnoredIgnoredIgnoredopenGNSS (assembled)
0.4614.3528.4031.4231.7249.52Simulated mass
0.5619.80IgnoredIgnoredIgnoredIgnoredTest
0.5920.68IgnoredIgnoredIgnoredIgnoredTest: openGNSS (assembled), patch antenna V3
0.6020.68IgnoredIgnoredIgnoredIgnoredTest: openGNSS (assembled), patch antenna V2
0.6120.68IgnoredIgnoredIgnoredIgnoredTest: openGNSS (assembled), patch antenna
0.6723.3940.4937.4245.0267.74Simulated mass
0.823.6140.4937.4245.0267.74Neptunium Order after assembly
1.1931.5963.0143.0664.4046.65$ASimulated mass
1
2
3
4
5
prices = { {0.18, 3.18}, {0.29, 3.18}, {0.33, 14.35}, {0.39, 
   14.35}, {0.46, 14.35}, {0.56, 19.80}, {0.59, 20.68}, {0.60, 
   20.68}, {0.61, 20.68}, {0.67, 23.39}, {0.8, 23.61}, {1.19, 31.59} }

ListPlot[prices]

Price plot for Global Standard Direct Line

Price plot for Global Standard Direct Line