Hi navivanuva,
How coincidental, I just subscribed to this forum to get answers, while I try to build this kind of device !
My goal would be to levitate a 2kg object using two of these devices. As you just started a topic here, do you mind if we share the topic to compile our findings ? If you prefer that I start my own topic it is ok, just tell me.For now, here is what I found (and understood) on the subject :
The device is composed of :
- One big (100mm diameter) ring magnet in the base, which if I understood correctly can be a "weak" (and cheap!) ferrite magnet, as it does not provide the strength to levitate but only a "base" receiving the floating magnet strength. (sorry for this description which probably contains absolutely no exact scientific terminology, I am a beginner ;-))
- Inside the ring magnet's hole, 4 electromagnets (copper coils with an iron core), responsible for correcting the floating magnet's position. 2 coils act as a x-axis actuator (moving floating magnet to the left/right), while the 2 others act as a y-axis actuator.
- In the middle of the for electromagnets, 2 or 3 Hall effect sensors, disposed the right way to sense the X and Y positions (also the Z position -- height -- if using 3 sensors)
- A temperature sensor, to avoid burning the house, and moreover to avoid damaging the device, because electromagnets get hot very fast when powered.Here is how I understand the device should work. When the floating magnet is at the "sweet spot", it is repelled vertically and levitates. But this does not last long, because the magnet slides on its side. When this happens, the X and Y axis Hall-effect sensor must detect it very soon, and power the right electromagnets to push the floating magnet back to the sweet spot. The algorithm responsible for this is called a PID controller (proportional-integral-derivative), basically it tries to reach a setpoint (here the sweet spot) by continuously measuring the "error value" and turning on actuators (here the electromagnets / coils).I am now trying to calculate the kind of magnets and electromagnets that should be used. As I said, I don't think the base ring magnet has to be very powerful, because it is the floating magnets that provides the repelling force to levitate. I think it just needs a big magnet on which to apply its strength. So basically I'd go for a 100mm ferrite magnet like this one : http://www.first4magnets.com/circular-disc-rod-magnets-c34/100mm-o-d-x-50mm-i-d-x-12mm-thick-y30bh-ferrite-ring-magnet-9kg-pull-p3679
As for the floating magnet, this one need to be really powerful, because it need to support its own weight + 1 or 2 kg at a given distance from the base. The strength of a magnet lowers exponentially as the distance increases, so a magnet that has a 10kg pull (or push) force at 0mm will only have 1.5kg at 10mm and 400g at 2cm. (I used this calculator :
https://www.kjmagnetics.com/calculator.repel.asp?calcType=disc)
Using that same calculator, I think I can use a neodymium N52 disc magnet of 50mm diameter by 10mm thickness to support 2kg at 35mm high. That's because this kind of magnets has a 45kg pull (or push) force at 0mm !
I could stack 2 of these to get that kind of force : http://www.ebay.com/itm/1x-N52-Super-Strong-Round-Magnets-50mm-x-5mm-Hole-6mm-Disc-Rare-Earth-Neodymium-/311433370848
By the way, I also learned that stacking two identical magnets is almost the same as using a single magnet of twice the thickness.
Now I am trying to figure out what kind of electromagnet (core, number of turns, type or wire, ...) could be well-sized to act on the floating magnet. My intuition tells me the electromagnets should be scaled based on the floating magnet's weight and position (how high it will float) and also on the "payload" weight. And I could use some help here because I am a bit lost...
Of course there will be plenty of other stuff to figure out before starting to build this -- awesome -- device !
To finish that post, here are some interesting references that I was able to collect:
* Magnet repel force calculator:
https://www.kjmagnetics.com/calculator.repel.asp?calcType=disc
* A good magnets Q&A:
http://www.first4magnets.com/tech-centre-i61/frequently-asked-questions-i69
* Instructions for scaling and winding a coil:
http://www.coolmagnetman.com/magelect.htm and
http://info.ee.surrey.ac.uk/Workshop/advice/coils/index.html
* A blog from a student's personal project of an attempt to build this kind of device. This includes tearing apart a Levitron Revolution device ith some precious photos and measurements:
http://blogs.swa-jkt.com/swa/11131/2011/12/15/personal-project-journal-planning-creating-stage/
* A video of a homemade levitating device by a student:
* And the arduino code for the pid algorithm he used:
http://blog.sina.com.cn/s/blog_71afdbfd0100ssuk.html
* Blog from a guy that made a floating hoverboard...:
http://modthis.com/2012/02/23/my-real-hovering-hoverboard/
* ... Using these expensive Crealev devices:
http://www.crealev.com/product/clm-1/
* Another company that makes educational repulsive maglev devices (but no kits and instructions to sell... I asked): http://www.zeltom.com/product/repulsivemls
* And of course the Levitron Revolution which can hold up to 13 oz (almost a pound) (I found some of these for only 45 usd, but it is still too weak for me and I want to build it myself): http://www.fascinations.com/unique-toys-gifts/levitron-revolution-ez-float
That'is it ! Thanks for reading ;-)