• Part the third : a 12 x 12 display on the wall

    Shiela Dixon2 days ago 0 comments

    In the last log I'd completed a 12 x 6 display and had that running. I've now completed 12 x 12 pixels in exactly the same way, although things became quicker and neater the more I did.

    Before the reveal I'll note some of the things that I've learned.

    1. I've spent a lot of time wiring these little pixels up instead of simply using strips or designing some kind of pcb. Strips were out because I need to match the pitch of the ice cube trays, which are excellent for this job. I also wanted to do this 'on the cheap' and I had a bunch of the little individual pixels. However, I'm sick of the fiddly stripping, tinning, soldering and if I extend this display beyond 12x12 I might try an easier method.
    2. I've used RGB pixels. I now know that RGBW would be a better choice because they'd be more efficient and give a better white. (More efficient because for less saturated colours and white, the white LED is doing the work of three. The update time is longer, but that's not really a concern here, I'm not showing video.)
    3. I like my modular construction but stitching to a fabric isn't ideal. It has its plusses but even with a non-elastic fabric, things that were accurately aligned when laid flat have stretched and moved a bit when hung. My improvised foamboard (paper-covered card) is perfect for the job, very light and easy to work with. If they could be joined in some way, they don't need the fabric backing. 
    4. I probably need to consider heat dissipation and power distribution.

    The point of this is that I can run any game / demo / utility I care to code. Programming is the part that I enjoy the most, so I'll be able to enjoy working on all sorts of ideas. The plasma demo above is one. The music visualiser below is another that I've been working on. (The reason it's currently showing a lot in the bass is because the little mic is between the speakers, if you put your head there, it sounds very boomy.)

  • Part the second. A working 6x12 display

    Shiela Dixon04/13/2024 at 23:04 0 comments

    So here we are two weeks later. Each module of 2 x 6 has taken me an evening to put together. (Well, 1-2 hours but each one is getting quicker and neater). As you have seen in the first part, I went for a construction that's cheap on parts but big on time, which is OK because this is very much a hobby project.

    Here's the point where I had six modules done (but not wired together). I was keen to connect them and make sure they worked before going any further. This meant deciding how to fasten them together and how I wanted to mount them on the wall. I went for stitching them onto something flexible rather than something rigid like a piece of board, so that the whole thing will be lighter and roll up for storage. I didn't have a bedsheet that I wanted to sacrifice but did have plenty of old towels, so used one of those.  I cut and hemmed it to the right size (21" wide) and stitched each of the modules onto it. The ice-cube tray is just placed in position in the photo

    So onto the ice-cube trays. Fortunately the store still had some more (They're on offer and are not sold out yet) so I picked up another half dozen. That means I have enough to build my 12x12 display as originally planned. (I've since thought about extending this to 12x18, so I'll see whether they have another half dozen next time I visit.)

    They have a rim/lip which needs trimming off to allow the trays to butt together with the bubbles at the right pitch. The little circular saw blade for the Dremel made very short work of those:

    ... and if any more material needed taking off, and to straighten out any unevenness, 40-grit works very quickly.

    I also had to buy more pixels. When I was first inspired to do this I was thinking 8x8 and so I only bought 70. 

    I bought another 100 for about £30.

    These pixels are amazing. For the uninitiated, each 'LED' is actually three LEDs, in this case a red, a green and a blue one, plus a little controller chip. You send it a small amount of data and the controller will manage the three LEDs to make the colour you want, and will maintain that colour as long as you keep supplying power. Each pixel has a single data line in and out and it does a very clever trick that means that you can daisy-chain as many of these as you like.

    They're sometimes called 'addressable' but I don't think that's accurate. You can't just send data to a specific pixel, you have to send the data for all of the pixels up to and including the one that you want to change. 

    Here's a close up. Under the circular lens (which is less than 5mm diameter) you can just about see three darker shapes which I think are the LEDs. The 'squashed bug' in the middle is the controller chip. All of this is within a little square package, and I'm buying these particular ones already mounted on a small circular PCB containing some supporting passives as well as giving you some very convenient solder pads on the back. They arrive scored so that you can snap them off individually or leave them in groups. 

    Now onto the software side. I have a lot of ideas for things to run on this display, but I wanted a demo for testing that was a little more impressive than the chasing lights I presented in the last project log.

    I spent a little time with a Pico and a compact 8x8 matrix and managed to get a 'plasma' demo running. Nice!

    Today I made the final connections on my work-in-progress display and powered it on. Predictably, not all lights lit, and some were a bit intermittent. The latter problem was a whisker of wire intermittently shorting out two pads on the back of one of the pixels. The other problem (after some checking and re-checking my connections) was a software problem. Although I'd made my plasma code configurable, I'd been developing it using an 8x8 matrix and forgot to reconfigure for 6x12, and so only 64 of my lights lit. D'oh! That was easily fixed.

    I'm thrilled with this. It looks...

    Read more »

  • Part the first. A 2 x 6 module.

    Shiela Dixon03/29/2024 at 23:12 0 comments

    I was blown away when I saw this display at Liverpool maker festival a couple of years ago.

    It was made of ping-pong balls, I can't remember whether they were whole or halved, but the actual construction is one of the barriers that has kept this project from getting off the ground.

    However, in my supermarket this week I found these ice-cube trays. 

    They were on sale at £2.50 for two. I think they'd be terrible for their intended use because they're made of a rigid plastic, so I can't see how you'd pop out the 'cubes' (more like hemispheres). But they do seem absolutely perfect for my purposes! I love the shape of each bubble, they're spherical but with facets. They're a tiny bit smaller than a ping-pong ball and each tray of 12 is perfectly-spaced. The translucency seems just about perfect. 

    These trays led to the idea of making this modular. I could make a 12 x 12 display, for example, but later add more to make a landscape or portrait display.

    This first part isn't so much difficult as tedious. I toyed around with using strips of stripboard, three tracks wide, to construct sticks of 6 neopixels. Designing a custom pcb also crossed my mind. 

    But for this first test I simply used ribbon cable. 

    I marked out the layout on a piece of paper and blu-tacked the pixels into place before wiring them. Each 'stick' of 6 has header pins at each end.

    (Apologies for the total lack of colour-coding.) 

    I then cut a piece of card to size, wrapped in white paper. I used foam pads to stick each pixel to this backplate and used white tape, more to disguise the coloured wires than anything else.

    Note that I've zig-zagged the connection between these rows. This will make coding just a bit easier but I'm not sure about the final configuration yet.

    I trimmed the lip off the tray, so that modules will butt together with the bubbles at roughly the right spacing.

    And wow! If these were designed for this purpose, they couldn't have been designed better.

    Here's a quick video of a simple animation.

    It took quite a while to make this first module. I'm sure the rest will be a little quicker, but I've still got a lot of work to do to complete 11 more. (I've also got my fingers crossed that the store will have 6 more the next time I visit because I only picked up half a dozen initially.)