Hi.
Just wondering what people are using to connect to your arduino boards once projects are ready to be assembled.
I’ve just built a very basic foot switch midi controller and currently just have a load of breadboard link wires plugged directly into my uno then soldered to my switches/ din socket
I did pick up some header pins with the aim of making a miniature wiring loom but didn’t have much luck soldering wires to them.
Consider using a Nano instead of a Uno but buy one that does not have the header pins soldered to it. That way you can easily solder wires to the board and they are pin for pin compatible with the Uno. Alternatively consider building a "bare bones" system on stripboard. It only takes a few components and is surprisingly easy to do. You can program the chip on the Uno and transfer it to your circuit.
The header pins/sockets on Arduino boards are really only meant to be for ease of use when developing projects not in final systems
UKHeliBob:
The header pins/sockets on Arduino boards are really only meant to be for ease of use when developing projects not in final systems
I would add that if you use proper crimped pin assemblies this is a perfectly good construction technique for final projects, though its more usual to see pins on the pcb, crimped dupont sockets on the cables.
I would add that if you use proper crimped pin assemblies this is a perfectly good construction technique for final projects,
Even if the wires have proper crimped connections to the pins or sockets there is still the problem of the connection between the pin and socket whether the pin or socket is on the board or wire
“ Even if the wires have proper crimped connections to the pins or sockets there is still the problem of the connection between the pin and socket whether the pin or socket is on the board or wire”
The point that I was trying to make was that even with proper crimped connections to the wires, if there are pin and socket connections on single wires then this would be unsatisfactory for a final implementation of a project