It is possible to connect multiple LedBorgs to a single Raspberry Pi, but it requires some wiring.
You could either solder wires onto the LedBorgs or use some kind of breakout board to do this.
thanks for the last response. I was looking at b+ header breakout and i cant really tell which gpio i can use. What is the maximum number of ledborgs that can be controlled by one pi?
Assuming you are not using any GPIO pins for anything else...
We have a total of 26 usable pins, they are labelled GPIO # in this diagram: http://pi.gadgetoid.com/pinout
Each LedBorg needs 3 pins: one for red, one for green, and one for blue.
This means we can have 8 LedBorgs and 2 spare GPIO pins.
All 8 need to be connected to the 5V and GND pins.
You say "It is possible to connect multiple LedBorgs to a single Raspberry Pi, but it requires some wiring."
I think it should be useful to view wiring details/instructions on this page to avoid dangerous errors.
In particular, I do not understand if I have to create (on LedBorg circuit) some wired connections between the standard pins (11, 13, 15) and the new pins (8, 10, 18) , or if I have to disconnect/desolder the standard pins and connect the new ones instead.
To be clear the question was asked if controlling multiple LedBorgs attached to a single Raspberry Pi is possible.
The simple answer is that it can be done, but it does require altering the connections between the Raspberry Pi and the LedBorgs to make it work.
We do not recommend you do this unless you are confident you know what to do, and that you accept there is a risk of causing problems if a mistake is made.
When connecting multiple LedBorgs, one of them can be connected normally, using the standard pins (11, 13, 15).
The other LedBorgs need to be connected to different pins to be controllable.
The other LedBorgs should not be connected to the standard pins as well.
All of the LedBorgs need to have pins 2 and 6 connected to get power.
All of the LedBorgs should be connected at their end on pins 11, 13, and 15.
You should not connect two different GPIO pins together, they are not designed to work that way and you may damage the Raspberry Pi trying to do so.
There is an example wiring digram attached, the pin numbers are based on the previous table.
Thank you for details (it's all very clear).
Now i'll try to realise a compact wired circuit (on prepunched PCB) with place for two LedBorgs (with different connections as above shown).
If i'll be able (and everything works fine), i'll post a photo.
piborg
Thu, 09/04/2014 - 15:25
Permalink
Multiple LedBorgs from one Raspberry Pi
You could either solder wires onto the LedBorgs or use some kind of breakout board to do this.
See here for pin locations:
http://pi.gadgetoid.com/pinout/ledborg
On all of the LedBorgs you need the following pins connected to the Raspberry Pi:
For example we could add some wires to connect two LedBorgs like so:
If you are using WiringPi or Pi4J you can then use the WiringPi numbers to control each LedBorg:
arifainchtein
Thu, 09/11/2014 - 04:29
Permalink
maximum number
thanks for the last response. I was looking at b+ header breakout and i cant really tell which gpio i can use. What is the maximum number of ledborgs that can be controlled by one pi?
piborg
Thu, 09/11/2014 - 11:15
Permalink
Maximum possible LedBorgs with a B+
Assuming you are not using any GPIO pins for anything else...
We have a total of 26 usable pins, they are labelled GPIO # in this diagram:
http://pi.gadgetoid.com/pinout
Each LedBorg needs 3 pins: one for red, one for green, and one for blue.
This means we can have 8 LedBorgs and 2 spare GPIO pins.
All 8 need to be connected to the 5V and GND pins.
saccori
Sun, 11/09/2014 - 10:09
Permalink
More wiring details
You say "It is possible to connect multiple LedBorgs to a single Raspberry Pi, but it requires some wiring."
I think it should be useful to view wiring details/instructions on this page to avoid dangerous errors.
In particular, I do not understand if I have to create (on LedBorg circuit) some wired connections between the standard pins (11, 13, 15) and the new pins (8, 10, 18) , or if I have to disconnect/desolder the standard pins and connect the new ones instead.
piborg
Mon, 11/10/2014 - 11:29
Permalink
Wiring multiple LedBorgs
To be clear the question was asked if controlling multiple LedBorgs attached to a single Raspberry Pi is possible.
The simple answer is that it can be done, but it does require altering the connections between the Raspberry Pi and the LedBorgs to make it work.
We do not recommend you do this unless you are confident you know what to do, and that you accept there is a risk of causing problems if a mistake is made.
When connecting multiple LedBorgs, one of them can be connected normally, using the standard pins (11, 13, 15).
The other LedBorgs need to be connected to different pins to be controllable.
The other LedBorgs should not be connected to the standard pins as well.
All of the LedBorgs need to have pins 2 and 6 connected to get power.
All of the LedBorgs should be connected at their end on pins 11, 13, and 15.
You should not connect two different GPIO pins together, they are not designed to work that way and you may damage the Raspberry Pi trying to do so.
There is an example wiring digram attached, the pin numbers are based on the previous table.
saccori
Mon, 11/10/2014 - 17:33
Permalink
Very good, much more clear now!
Thank you for details (it's all very clear).
Now i'll try to realise a compact wired circuit (on prepunched PCB) with place for two LedBorgs (with different connections as above shown).
If i'll be able (and everything works fine), i'll post a photo.