End of the explanation on the PCB

This commit is contained in:
Louis DUMONT 2023-05-11 21:00:02 +02:00
parent fe87f436cf
commit 383b6f8d6f
2 changed files with 22 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@ -2,9 +2,9 @@
In order to make the system reliable and easy to install, I started to design a PCB.
The following circuit board has been realized with the help of EasyEDA software:
The following circuit board has been realized with the help of [EasyEDA](https://easyeda.com/) software:
![](.assets/images/front_rear_pcb_v1.0.png)
![Image of front and rear pcb model in EasyEDA](.assets/images/front_rear_pcb_v1.0.png)
### Materials required:
@ -27,3 +27,23 @@ The following circuit board has been realized with the help of EasyEDA software:
- 4x 2 screw terminals 2.5mm² ([DB128V-5.08-2P-GN-S](https://www.lcsc.com/product-detail/Screw-terminal_DIBO-DB128V-5-08-2P-GN-S_C2915639.html))
- 1x 3 screw terminals 2.5mm² ([DB128L-5.08-3P-GN-S](https://www.lcsc.com/product-detail/Screw-terminal_DIBO-DB128L-5-08-3P-GN-S_C395869.html))
### Components
All the components can be ordered from [LCSC](https://www.lcsc.com/) but I had some components in my stuff so I didn't order them all on this site. I put a link for each component to be able to order them.
### PCB printing
I used [JLCPCB](https://jlcpcb.com/)'s printing services to make my printed card because the [EasyEDA](https://easyeda.com/) software came with it.
### Results
![Image of front and rear of the printed PCB](.assets/images/PCB_result_front_rear.png)
### Points of improvement
Of course, we can find different points of improvement concerning the printed circuit, nevertheless, as it is, it is functional. It is therefore a good basis for making adjustments
We can quote for example:
- The lack of a mounting hole to screw the plate
- The gap between the terminals to be screwed could be eliminated and thus reinforce the solidity of the soldered component when screwing a cable tightly
- The DIP switch allowing the choice of the code (of the button of the remote control) to activate the gate could be removed and connected each of the signals to GPIOs of the ESP32 and thus be able to execute different actions depending on the button.