tspopp / AquaMQTT

Monitor and control your Groupe Atlantic (Explorer, Aquawin,...) heat pump using MQTT
Apache License 2.0
13 stars 4 forks source link

Printing PCB - Arduino ESP32 socket part not found at PCB print suppliers #29

Open henrykuijpers opened 1 month ago

henrykuijpers commented 1 month ago

Hi,

I'm trying to create a print for the PCB. The "Arduino_Nano_ESP32_Socket" is not found in the jlcpcb parts inventory.

It looks like it should translate to 2x 15p female pin header. But, when exporting the kicad / using the gerber file, this information is not present.

How can adjustments be made, so that this socket is translated to 2x 15p female pin header, so that printing services will understand this and do the right thing?

henrykuijpers commented 1 month ago

@scoudibou I believe you recently supplied the gerber.zip, which is used to print the PCB. Did you also let your printing service assemble the PCB? Which printing service did you use? And did you also have an issue with this?

tspopp commented 1 month ago

Not sure, maybe Kicad provides an option to represent the esp sockets as female header. You may also solder the esp32 directly to the pcb, I think that's the reason why there is no female header in the export. If you do the assembly on your own, you are free to solder female headers or the esp32 directly 🤷‍♂️.

Keep us posted and good luck!

scoudibou commented 1 month ago

hello, I've soldered myself the PCB. For chipset I prefer use header in case of failure or change it's easier. I used JLCPB and no issue with it. Less than 1 week to receive it (i'm in Europe they're in China).

henrykuijpers commented 1 month ago

I think indeed you would have to adjust the PCB to have 2x female headers, so that jlcpcb and other services have the notion of what it should look like soldered.

I'll try to adjust the PCB so that I can submit it that way to jlcpcb.

Still wondering if I should solder everything myself. Maybe that avoids a lot of potential issues.

henrykuijpers commented 1 month ago

@scoudibou Why did you solder the PCB yourself? It seems that JLCPCB is super cheap in terms of parts and for soldering as well. They charge almost no money for that, which makes me seem stubborn to solder it myself. Or am I wrong?

I'm trying to replace the Arduino Nano ESP32 footprint in KiCad now with 2x 1x15p pin socket, but it's not easy. This is mainly because I am not familiar at all with KiCad.