GPIO plug and play #802
-
As to what this says https://github.com/MiczFlor/RPi-Jukebox-RFID/wiki/Using-GPIO-hardware-buttons I am looking for the buttons that require no soldering, just plug and play but when doing a search on Amazon etc I am getting the ones I think that need soldering. Where do I buy these from please? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
The connectors on the raspberry are called Dupont connectors. Most arcade buttons you could buy e.g. on eBay require soldering, but maybe you could use blade connectors without soldering. But the soldering of two cables to an arcade button is very easy, maybe you have a friend who can help you. Maybe there’s a hack space in your area, where people could solder the buttons for you. |
Beta Was this translation helpful? Give feedback.
-
Can you give me a link to the blade connectors that will work and I'll have a look. |
Beta Was this translation helpful? Give feedback.
-
This would be a cable I had in mind: But you probably need to measure on your arcade buttons which blade connector would fit. Nevertheless I suggest to find a friend to solder cables with dupont connector to the arcade buttons, because the connection is more reliable. |
Beta Was this translation helpful? Give feedback.
-
Is the dupont connector them things sticking up on the Raspberry Pi? |
Beta Was this translation helpful? Give feedback.
-
Yes |
Beta Was this translation helpful? Give feedback.
-
Through so. So they need soldering onto the arcade buttons (which I don't have any yet) and the same for the dupont connector? The black ends of the wire to the connector? Then once that is done will they work or do I need to install something as I enabled them when installing the phoniebox. |
Beta Was this translation helpful? Give feedback.
-
This cable has already Dupont connectors (the black end). The other end is the blade connector, which could fit your arcade button, but I recommend soldering the cable to the arcade button.
You need to configure GPIO buttons, see https://github.com/MiczFlor/RPi-Jukebox-RFID/wiki/Using-GPIO-hardware-buttons (but that description is a little dated, you don't need any pull-up resistors anymore). |
Beta Was this translation helpful? Give feedback.
This cable has already Dupont connectors (the black end).
You find plenty of cables with Dupont connectors on Amazon, eBay, etc. To connect to the raspberry pi you need Dupont female connectors.
The other end is the blade connector, which could fit your arcade button, but I recommend soldering the cable to the arcade button.
You need to configure GPIO buttons, see https://github.com/MiczFlor/RPi-Jukebox-RFID/wiki/Using-GPIO-hardware-buttons (but that de…