enjrolas/L3D-Hardware

request .brd board layout for daughter board v3.1 (sept 2015) 16x16x16

scottjames opened this issue · 6 comments

Our local maker space and science center (suncoastscience.org) has a 16x16x16 cube, and we really enjoy playing with it! Great job on the design and implementation!

However, ours has dark panels number 4, and 6. I noticed the v3 schematic and board seems out of date, and wonder if you would update to the latest files for 16x cube? The board on our cube shows Sept. 2015, but the .brd v3 files says January 2015.

Also, the v3 daughterboard has the .sch schematic layout, but no board .brd file. I wanted to trace the signals to diagnose the two cube panels not working. The schematic helps, but I was hoping to get the board layout file too?

We are also writing an updated library with driver for the 16x16x16 cube, since most files we find seem hardcoded for the 8x8x8 cube. It's been a challenge finding software for the 16x cube and we wanted to create something to contribute back to the community. This work is being done by the Sarasota Software Engineers User Group as we update create our library, we will update our github page with Cube Examples.

thanks!
-Scott

Hi Scott,
Thanks for letting me know, will chat with our team’s EE and get the latest schematic and board files up ASAP. I’ll let you know once it’s up.

—me

On Aug 12, 2016, at 9:10 AM, Scott James notifications@github.com wrote:

Our local maker space and science center (suncoastscience.org http://suncoastscience.org/) has a 16x16x16 cube, and we really enjoy playing with it! Great job on the design and implementation!

However, ours has dark panels number 4, and 6. I noticed the v3 schematic and board seems out of date, and wonder if you would update to the latest files for 16x cube? The board on our cube shows Sept. 2015, but the .brd v3 files says January 2015.

Also, the v3 daughterboard has the .sch schematic layout, but no board .brd file. I wanted to trace the signals to diagnose the two cube panels not working. The schematic helps, but I was hoping to get the board layout file too?

We are also writing an updated library with driver for the 16x16x16 cube, since most files we find seem hardcoded for the 8x8x8 cube. It's been a challenge finding software for the 16x cube and we wanted to create something to contribute back to the community. This work is being done by the Sarasota Software Engineers User Group http://www.meetup.com/SarasotaSoftwareEngineers/ as we update create our library, we will update our github page with Cube Examples https://github.com/srqsoftware/Cubetube-Examples.

thanks!
-Scott


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #4, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB9qbAqiC_Jg3R45F3a8Mx6s7qs3m9Dks5qfHC3gaJpZM4JjEYU.

What is the status of the 16x16x16 .brd files? I can't seem to open the .brd files with Eagle.

Is there an updated set of files that can be posted? I am interested in seeing the layout to understand how to multiplex to 4096 addresses and may want to order a PCB sometime in the future to tinker with (when funds allow it).

Thank you for the very prompt response. I reinstalled Eagle and re-downloaded the repository and it seems to be working now.

In the "L3D-Hardware-master\16x16x16 cube" folder, I see a Rev3 .brd file for the base board, but do not see a Rev3 .brd file for the Daughter board (although a .sch and a .pdf file exists for the Rev3 Daughter board). Is this missing, or will the Rev1 Daughter board work with the Rev3 base board?

Thanks for the info about the WS2812B digital LEDs! I erroneously assumed it was being multiplexed like some other Cube projects out there. I actually used a very similar setup on my Ambilight TV project. The LED strips are very easy to work with!