Earlier quoted context omitted.
Tom 7 mentioned a thing in one of his videos, which is to keep a list, and write down every idea when you think of it, regardless of how stupid it is. Winnowing is for later. That way, when you have the energy to work on a project, you don’t have to waste it on coming up with an idea. It really makes a huge difference in what you can get done with side projects. You probably have more interesting ideas than you think…
I have the inverse problem. Do you have any advice for me? I have no problem coming up with, and remembering, cool projects. I just rarely have the energy or the lasting enthusiasm to actually follow through.
Tiny volumetric display
131–140 of 180 posts
Re: Tiny volumetric display
#132Earlier quoted context omitted.
The innovation is spinning the entire computer, instead of just the display, reducing complexity
It seems more likely that a mechanical engineer would end up using a slip ring, so the computer doesn't need to spin.
Re: Tiny volumetric display
#133https://thepihut.com/products/ito-indium-tin-oxide-coated-gl...
Re: Tiny volumetric display
#134Earlier quoted context omitted.
I'm just too easily distracted. I start on a thing that I think will take five minutes, next thing I realize that it's 7 am, birds are tweeting and there is a stone cold cup of tea sitting next to me and a bunch of non-priority stuff done (but it's so much more fun...). Most dangerous times: when the administration needs to be brought up to date for the tax man. Then I really have to force myself. Fortunately I've be…
Isn't it great how you grab the soldering iron (or whatever) at 2 am for a quick thing, and five minutes later it's 7 am?
(Ear training exercises are fun. I just built an ear training module into the beta of pianojacq.com and it's a hoot, what's also interesting is that it seems to have an immediate effect on playing ability, I really didn't expect that)
Re: Tiny volumetric display
#135Earlier quoted context omitted.
Isn't it great how you grab the soldering iron (or whatever) at 2 am for a quick thing, and five minutes later it's 7 am?
Just that... and here I am... 4:40 and not a soldering iron in sight :) Off to bed! (Ear training exercises are fun. I just built an ear training module into the beta of pianojacq.com and it's a hoot, what's also interesting is that it seems to have an immediate effect on playing ability, I really didn't expect that)
Re: Tiny volumetric display
#136A couple ideas for improvement. If you have extra identical motors and disassemble two, you can fashion a rotating power transmission system from the brushes in two assemblies. You sacrifice two motors for each unit, but it's a perfect fit and very reliable (with a cap and rectifier), and you don't have to worry about batteries anymore. The rectifier also provides a signal that the assembly has completed a rotation,…
Re: Tiny volumetric display
#137A couple ideas for improvement. If you have extra identical motors and disassemble two, you can fashion a rotating power transmission system from the brushes in two assemblies. You sacrifice two motors for each unit, but it's a perfect fit and very reliable (with a cap and rectifier), and you don't have to worry about batteries anymore. The rectifier also provides a signal that the assembly has completed a rotation,…
Re: Tiny volumetric display
#138This is a really neat little project. Make sure to check out the other ones, some of which have been featured on HN before: https://mitxela.com/projects/hardware Personal favorite: the MIDI slide whistle.
Re: Tiny volumetric display
#139Earlier quoted context omitted.
Tom 7 mentioned a thing in one of his videos, which is to keep a list, and write down every idea when you think of it, regardless of how stupid it is. Winnowing is for later. That way, when you have the energy to work on a project, you don’t have to waste it on coming up with an idea. It really makes a huge difference in what you can get done with side projects. You probably have more interesting ideas than you think…
I have the inverse problem. Do you have any advice for me? I have no problem coming up with, and remembering, cool projects. I just rarely have the energy or the lasting enthusiasm to actually follow through.
Re: Tiny volumetric display
#140Earlier quoted context omitted.
Another idea: why not put a tiny TFT display on the motor? You can get cheap ones at aliexpress.
Standard displays are 60 Hz. You need a much higher framerate because not only do you want 60 frames a second, but you also want some number of frames per angular rotation. For 1° of angular resolution, you would need: 360°*60 Hz = 21,600 Hz display. Liquid crystals can be modulated at KHz speeds, but you're not going to find associated driving circuitry to do that. It's not easy, and there's no demand for it. A TI D…