Been working on this pet project for a while now, im quite a beginner at many aspects to electronics though..
You see the theory is that with
*an acrylic tube with an array of outwards pointing coreless electromagnets inside,
*an electrostatic pump black Chinese wonderbox feeding electrons at the top,
*a magnetically shielded wire linking the bottom to a bit bellow the top,
- microcontroller making the electromagnets sweep down in positive positive, off, off, negative negative, off, off, positive, positive etc etc.. kind of way (with some exceptions on top an bottom layers)
That the static electricity will build up in rings round the tube, trapped in magnetic fields, being moved down and round again at high frequency.. producing alot of air movement with not alot of electron loss.
I've spun up the 256 coreless electromagnets (that hurt lol)
Originally I was going to have them individually soldered to 3 transistors an then piggy backed to an individually addressable LED array (by drilling into the LED) but somve that's a lot of LED butchery an soldering I've been considering my other options..
Also the LED array on one data pin could only reach speeds up to 800khz, an while I suspect that would be enough to find a sweet spot, I'm not sure an would like to be able to try higher frequency ranges.
Techniqually I don't need to address all 256 coils individually.. it should work on just 32 layers of 8, with three modes, positive, off an negative.
I brought a teensy for the task, it says it's data outputs can have 7 settable power states, so my question to the forum is;
How should i electronically distinguish between these power states to switch each layer of 8 coils to either positive, off or negative polarity?
Are specific current sensitive transistors a thing?
Because I want to put a lot of current through these coils I'm asumbing a few mosfets are gona be key to the electronics of each layer.
A few options are available, if using 32 channels in different current states isn't practical then maybe using 5 pins for layer ID an 2-3 pins for state select would be easier.. but that depends on weather I can get each layer to hold onto it's last command, an if their are some pre built chips that'll make the build easier.
Any an all good advice welcome!