holy hell is this guy productive. it is worth scrolling through the various one-off projects he has completed and documented: https://mitxela.com/projects
Tiny volumetric display
51–60 of 180 posts
Re: Tiny volumetric display
#52Earlier quoted context omitted.
The fundamental problem is refresh rate. If you have two phones that refresh at 240Hz (the fastest I know of), and you want your frame rate to be 12 Hz, you’ll still only be getting 20 refreshes per 180 degree rotation. So your angular resolution will only be 9 degrees. Assuming you use portrait mode, that will make your outermost voxels ~5 mm arcs. And even there, 12 Hz is probably pushing it in terms of flicker.
Yeah, well, that's not going to work. Interesting problem all the same. For a 1 meter diameter and height cylinder at 60Hz voxel refresh and say 1mm resolution at the edge one would need the plane rotating at obviously 3600 rpm, and edge pixels switching at about 380KHz. Since rgb is nice to have that's 10 gigabit for a somewhat coarse display. Nothing impossible, but not a DIY territory yet. I think one'd want the L…
Re: Tiny volumetric display
#53The rectifier also provides a signal that the assembly has completed a rotation, so you can maintain image stability based on actual position, rather than guessing how long a cycle is.
Transmitting power via induction might work, but I was never able to deliver it efficiently enough, so to make it work I had to turn up the source voltage so high that I worried about fires.
This advice comes from my 2001 Burning Man art project. A very sad early prototype is pictured here: https://github.com/sowbug/tqw/blob/master/photos/side.jpg. The final installation worked great.
Re: Tiny volumetric display
#54holy hell is this guy productive. it is worth scrolling through the various one-off projects he has completed and documented: https://mitxela.com/projects
Re: Tiny volumetric display
#55Re: Tiny volumetric display
#56Re: Tiny volumetric display
#57The centering issue could be solved by putting two led boards on top, back to back.Perhaps one board could shift the leds over by half to create an interlacing effect while doubling resolution.