Select to expand quote
Alhop said..
I used easyeda. It's free and pretty easy to use. There is then a link to JLCPCB who makes the PCB and adds all the parts. Plenty of good tutorials on YouTube. Takes about 5 days to get it.
the other chip is a voltage regulator for charging.
happy to share but not sure it works yet so will try it out at some point.
Thanks for the great tip Alhop. I have been playing around with the website from JLCPCB and must admit a lot of good things are available there. The Gerber-output is easily read from Fusion360. The Bill-Of-Materials and the Placement file required for assembly requirea bit of tinkering as the standard format was not recognized.
Keeping everything as much as possible standard keeps the cost low. I just ordered 30 pieces of 12.5x8.9mm PCB only without the components. Payment with PayPall would cost US$7,52, inlcuding shipment and tax to Europe. Not bad at all! The components however are pretty small (SOT23-6, SOD323 and R0805), but still doable with tiny soldering iron.
I found that the minimum size for assembly is 10x10mm. So I adjusted the footprint to match it exactly and redid all the placement and wiring. Fixing the packages in the library was a bit of a pain in the *s, but fixed after all (including the 3D views of the packages). I was able to find all part numbers at JLCPCB-componentsearch. At placement I only needed to fix the pin1 of the SOT23-6 by rotating it 180deg and then it looked OK. Obviously having all the components assembled on the PCB is more expensive but 30 assembled PCBs US$36,91 without shipment is not too bad. Thinking about how long it would take me to solder these tiny components it will be worthwhile. I will wait with this order until I have the 1st batch without assembled components (I have the parts already in house), so might take 1-2wks ( I choose the cheapest shipment option).
Yet another tickmark on the DYI journey with the ESP-GPS. It was ~30 years ago when I designed a PCB on Ultiboard on a 486DX PC :)
This PCB should disconnect the ESP from the battery after shutting down preserving battery life. According the spec-sheet it should be 0,005uA (
www.ti.com/lit/ds/symlink/tps27081a.pdf). It is using just a single pole switch (could use the current reed switch everybody is using), connection to battery and using an extra GPIO pin on the ESP as it needs to get a second trigger to shut-down (disconnecting the batter would simply skip saving the file), Jan made and extra addition in the firmware for this.