Hello folks, here we are. A new version of ChibiCube is ready and here there is the video.
http://www.youtube.com/watch?v=-bQdFiwFFjk
I've attached the schematic and my dear friend Tony Galano will upload something else.
I'll upload the code ASAP. I'm still working on it.
Introducing ChibiCube v2.0
- RoccoMarco
- Posts: 655
- Joined: Wed Apr 24, 2013 4:11 pm
- Location: Munich (Germany)
- Has thanked: 83 times
- Been thanked: 67 times
- Contact:
Introducing ChibiCube v2.0
- Attachments
-
- ChibicubeSCH.zip
- ChibiCube schematic
- (37.82 KiB) Downloaded 1772 times
- Giovanni
- Site Admin
- Posts: 14495
- Joined: Wed May 27, 2009 8:48 am
- Location: Salerno, Italy
- Has thanked: 1090 times
- Been thanked: 932 times
- Contact:
Re: Introducing ChibiCube v2.0
LOL, nice video thanks for mentioning ChibiOS.
Could you share also Gerber files and SW?
Giovanni
Could you share also Gerber files and SW?
Giovanni
- tonygalano
- Posts: 4
- Joined: Fri Jul 12, 2013 10:52 pm
Re: Introducing ChibiCube v2.0
Here we are! ... ops! ... Hallo everyone, this is my first post on the forum and now it's time to get out from the shadows
I'm Antonio Galano alias tonygalano ...( nice to meet you all )... and I'm working at this project with RoccoMarco
In the attachments there are images of the PCB and gerber files
Hope U like this work ...
Stay Tuned!
I'm Antonio Galano alias tonygalano ...( nice to meet you all )... and I'm working at this project with RoccoMarco
In the attachments there are images of the PCB and gerber files
Hope U like this work ...
Stay Tuned!
- Attachments
-
- ChibicubeV2imgs.zip
- (944.27 KiB) Downloaded 448 times
-
- ChibicubeGER.zip
- (148.05 KiB) Downloaded 417 times
- RoccoMarco
- Posts: 655
- Joined: Wed Apr 24, 2013 4:11 pm
- Location: Munich (Germany)
- Has thanked: 83 times
- Been thanked: 67 times
- Contact:
Re: Introducing ChibiCube v2.0
Giovanni wrote:LOL, nice video thanks for mentioning ChibiOS.
Could you share also Gerber files and SW?
Giovanni
It's a pleasure as well as an honor
Re: Introducing ChibiCube v2.0
Having recently watched the Sochi Olympics opening, I was left quite puzzled with the following thing:
Every spectator was given a LED medal which was prepared for him at his seat. It looked like this:
Before they were used by spectators, they were left in the front of the seats as follows:
During the ceremony, they all were used as a one big LED screen, pictured here:
There is even a nice video which shows pretty much most of the effects used during the whole ceremony:
http://turbina.avc-cvut.cz/public/.kniha/leds.mp4
Knowing that there was 44000 of those medals, there are some ideas I have about how they controlled them, but I'm not really sure if there is nothing easier.
My best bet is that they are using few mhz signal (44000 x 5 (5 bits for 32 colors) x 10 (hz) = 2.2MHz), akin to dvb-t signal. Encoding color is trivial, specifying position is more tricky though. My guess is that they are using serial number of each processor (or maybe serial number in flash/eeprom) to map it to specific seat (done before the event in backend) and with help of some simple algorithm (SN % 44000) each device knows which byte/bits in signal corresponds to it.
My friend has a similar led device, he dismantled it and found low-energy 27mhz transponder (!) inside with low-energy mcu. This puts my theory in question, because, why would they need transciever? Maybe they are using it to make one huge distributed network from these devices?
My question therefore would be if anyone can shine a little bit of light to this issue and introduce me to this wonderful technology many thanks
Every spectator was given a LED medal which was prepared for him at his seat. It looked like this:
Before they were used by spectators, they were left in the front of the seats as follows:
During the ceremony, they all were used as a one big LED screen, pictured here:
There is even a nice video which shows pretty much most of the effects used during the whole ceremony:
http://turbina.avc-cvut.cz/public/.kniha/leds.mp4
Knowing that there was 44000 of those medals, there are some ideas I have about how they controlled them, but I'm not really sure if there is nothing easier.
My best bet is that they are using few mhz signal (44000 x 5 (5 bits for 32 colors) x 10 (hz) = 2.2MHz), akin to dvb-t signal. Encoding color is trivial, specifying position is more tricky though. My guess is that they are using serial number of each processor (or maybe serial number in flash/eeprom) to map it to specific seat (done before the event in backend) and with help of some simple algorithm (SN % 44000) each device knows which byte/bits in signal corresponds to it.
My friend has a similar led device, he dismantled it and found low-energy 27mhz transponder (!) inside with low-energy mcu. This puts my theory in question, because, why would they need transciever? Maybe they are using it to make one huge distributed network from these devices?
My question therefore would be if anyone can shine a little bit of light to this issue and introduce me to this wonderful technology many thanks
- RoccoMarco
- Posts: 655
- Joined: Wed Apr 24, 2013 4:11 pm
- Location: Munich (Germany)
- Has thanked: 83 times
- Been thanked: 67 times
- Contact:
Re: Introducing ChibiCube v2.0
why would they need transciever?
in my opinion, most likely to check if the medal was moved from its properly position and (in this case) to disable it in order to not screw up the picture...
but I think that this question is off topic. However, we can try to replicate the game (with less medals) to experiment pratical problems
actually we are trapped on a little 8x8x8 led cube, Sochi is too much for my team
in my opinion, most likely to check if the medal was moved from its properly position and (in this case) to disable it in order to not screw up the picture...
but I think that this question is off topic. However, we can try to replicate the game (with less medals) to experiment pratical problems
actually we are trapped on a little 8x8x8 led cube, Sochi is too much for my team
Re: Introducing ChibiCube v2.0
Thanks for your replace. I downloaded the gerber file and asap i will start to print PCB.
Is there possible to download also the code used to control the cube?
Thanks so much
Flavio
Is there possible to download also the code used to control the cube?
Thanks so much
Flavio
Re: Introducing ChibiCube v2.0
I also found this scheme for the Controller. Is a little bit simple for me ( I'm not an electrical engineer ).
It's the same if i print this PCB instead of your?
It's the same if i print this PCB instead of your?
- Attachments
-
- LED_CUBE.1.pdf.zip
- (38.47 KiB) Downloaded 401 times
- Giovanni
- Site Admin
- Posts: 14495
- Joined: Wed May 27, 2009 8:48 am
- Location: Salerno, Italy
- Has thanked: 1090 times
- Been thanked: 932 times
- Contact:
- RoccoMarco
- Posts: 655
- Joined: Wed Apr 24, 2013 4:11 pm
- Location: Munich (Germany)
- Has thanked: 83 times
- Been thanked: 67 times
- Contact:
Re: Introducing ChibiCube v2.0
unicondor wrote:Thanks for your replace. I downloaded the gerber file and asap i will start to print PCB.
Is there possible to download also the code used to control the cube?
Thanks so much
Flavio
I could share right now s3dl library but I'm still working on it. I'd like to upload the final version 1.0. I should finish it by the end of the week.
Who is online
Users browsing this forum: No registered users and 3 guests