Building a Digital Magnetic Levitation Platform!

Ғылым және технология

Remember, failure is always an option.
A huge thank you to PCBWay for sponsoring this video! See more here: pcbway.com/
As it happens, building a repulsive magnetic levitation platform from scratch with minimal knowledge on the subject beforehand makes things quite difficult...
The goal of this project was to replicate the performance of the cheap, off-the-shelf magnetic levitation platforms, but with a twist. Rather than using an analog circuit to control the magnet, I would use a digital one. This should give me way more knobs to turn and, if I could get it working, would mean I have so much more freedom to determine exactly how and where I want the magnet to float.
Unfortunately, I never did get it working well enough to see how that theory stood up. But I did still make some magnets dance in some fun ways! Plus I learned a lot along the way, and isn't that what it's all about?!
Find my project (and maybe help me out) on GitHub
github.com/DDeGonge/VariLev
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
If you'd like to support plus receive some exclusive perks, you can do so here!
/ 3dprintedlife
Join the discussion on Discord! / discord
Follow me on Instagram and Twitter! / 3dprintedlife_official
/ 3dprintedlife
A huge thanks to all my Patreon Supporters!
- Mom & Dad - Nullun - Jake
- Trent Waddington - Barb - Amy
- Ayydan - Eric - TrueCarry
- Justin Gort - Pavlo - Will Hofmann
- David Jones - Robert W - Martin Wilson
- Michael H - Tyler Zlatkus - Michael S
- Austin R - Chris Santos - Mark Whittington
#3dprintedlife #electromagnet #levitation

Пікірлер: 240

  • @nrdesign1991
    @nrdesign19912 жыл бұрын

    The analog platforms have the huge advantage of being continuous, aka not having any computational delay from input to output, and no quantization in time and amplitude, while being super simple to build.

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    Yeah they do have a huge advantage over digital in that aspect

  • @pekropekro6264

    @pekropekro6264

    2 жыл бұрын

    @@3DprintedLife The analog platform is best solution ;)

  • @maxhouseman3129

    @maxhouseman3129

    2 жыл бұрын

    Fpga would also be a solution.

  • @Felipe-ij2lu

    @Felipe-ij2lu

    2 жыл бұрын

    people tend to think that analog is "old and worse" when is actually the better. Digital is simply an approximation to simplify implementation

  • @nicobugs

    @nicobugs

    2 жыл бұрын

    Also, the quotation induce steps in the variation of the voltage, but current (hence field) does not follow instantly the voltage due to the inductance.

  • @-Yogo
    @-Yogo2 жыл бұрын

    lol.. 0:36 ... "doing next to no research before starting..." this is my approach to everything!

  • @y2ksw1

    @y2ksw1

    2 жыл бұрын

    It's the best approach for learning a lot. Not necessarily succeeding.

  • @no0ne000
    @no0ne0002 жыл бұрын

    While it’s technically possible to levitate a single magnet, it’s essentially a point field you’re trying to control. In the same way you added more magnets to the base, you should make an array to levitate with passive stability built into the design. You might also consider induction coils like the worlds fastest maglev train. I’m sure there is a lot of control programming that goes into it, but it also has a degree of passive stability.

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    Ahhh that does make a lot of sense, thanks for the input! Will keep this in mind if/when I take a second attempt at this!

  • @excitedbox5705

    @excitedbox5705

    2 жыл бұрын

    @@3DprintedLife a permanent magnet in the center of the platform and the base that pulls the platform down will keep it aligned in the XY directions because it will always pull it to the middle.

  • @7sArts

    @7sArts

    2 жыл бұрын

    @@3DprintedLife You should look into making your coils the way that Tesla indicated in his Coil For Electromagnets patent. Also, read up on Howard Johnson’s The Secret World Of Magnets, great insight in both.

  • @ReEngineerTech

    @ReEngineerTech

    2 жыл бұрын

    That being said, it is interesting that all designs use 4 emags vs the most stable 3 points needed to make something, like a table, stable.

  • @donaldhobson8873

    @donaldhobson8873

    10 ай бұрын

    @@3DprintedLife Static stability is impossible.

  • @simonmerrett
    @simonmerrett2 жыл бұрын

    It needed more googly eyes to achieve system stability...

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    Oooooooh that explains it!

  • @HyperspacePirate
    @HyperspacePirate2 жыл бұрын

    I haven't read the other comments so maybe this already got mentioned, but in a typical repulsive levitator, you've got a ring of permanent magnets that establish a baseline field where the levitating magnet has a stable point along the Z-axis, and the electromagnets inside the ring are only there to prevent the floating magnet from sliding off in the X or Y axis - meaning the force they apply to the floater should be predominantly horizontal. It looks like you're trying to use the electromagnets to suspend *and* stabilize the floater, which is theoretically possible but incredibly difficult.

  • @moggla
    @moggla Жыл бұрын

    I did the same project 3 years ago in school. No one thought I would make it, but I did (and got best mark). For the software control, I noticed that execution time was more stable. That's why I altered to a faster uC and made the code stupidly simple. Literally, just if you're too far to the right, increase the PWM a bit in order to let the magnet go to the left. I may retry it next year with proper control theory.

  • @GrandmasterUV

    @GrandmasterUV

    Жыл бұрын

    WHAT IS THE ELECTROMAGNETS MADE OF. IS IT COIL WRAPPED AROUND NEODYMIUM OR IS IT WRAPPED AROUND STEEL?

  • @moggla

    @moggla

    Жыл бұрын

    @@GrandmasterUV Coil wrapped around a ferromagnetic material. In my case iron. Never ever neodymium, because you want to make an electromagnetic field with the coil.

  • @EngineeringSpareTime
    @EngineeringSpareTime2 жыл бұрын

    This kinda reminds me of my test phase :) - isolating the system by locking certain DoF and get this to work first - proper filtering is essential - Getting rid of the serial print and checking timings with an oscilloscope might give a better understanding of what’s happening - try to find a equilibrium point (working point) of the system, since there are nonlinearities it’s not working over the full range.. -> try to vary the lev-height - Setting up a proper controller e.g. in state space representation and/or linearize certain variables (e.g. input/output linearization) -> the pid can’t directly “handle” a nonlinear system Nice approach and execution 👍🏼

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    I appreciate all the tips, all sound like very good ideas! Thanks!

  • @MyHandleIsGood
    @MyHandleIsGood2 жыл бұрын

    Can't wait to see this fully working

  • @dizekat
    @dizekat9 ай бұрын

    The position and orientation of your magnet has 6 degrees of freedom, while your hall effect sensor only reads 3 values, so you probably need a very specific arrangement of permanent magnets to achieve stability in the remaining 3 degrees of freedom that you can't stabilize with software.

  • @davisdiercks
    @davisdiercks2 жыл бұрын

    Love that you put this out even though it didn't really work; great to see your process!

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    It was a whole lot of effort to just fail in the end, but that's part of the risk of trying new things!

  • @steelandglass
    @steelandglass Жыл бұрын

    I noticed four depressions on your magnetic puck … I also noticed if that puck was held over the center of the magnetic field, the puck is repelled from the platform. Use this repulsion or push up to hold the puck up into a loose-like chuck that uses those depressions as a gripping point and attach it to a motor or even a drill. Using the drill over the platform and using the repulsion to hold the puck against the loose gripper or home made chuck ..spin up the puck as fast as you can and slowly lift away the device ….. the puck will remain centered and quite stable provided the puck is somewhat balanced to begin with. Because you now have a frictionless object floating ..the centrifugal forces you generated will take a very long time to dissipate. During this spin down ..You can collect data to determine the sequence of signals to your electro magnetics and use this data to program the same sequence of events to occur ..and push the puck into a spin electrically instead of mechanically. That process will almost write the code for you ..and then as long as you energize the platform it will spin and stably hover forever electrically, silently too. Paint the puck colorfully and you have a coffee table conversation starter like no other … you will be able to determine minimum RPM for stability and make any cool colorful design on your puck go through many visible changes by changing the RPM within the stable range and that should be pretty wide … you get A+ for tenacity you just need to program a spin into you idea and your home free .,. It was very entertaining to watch .,. Stay curious … Blitz

  • @franciscobarragancastro4348
    @franciscobarragancastro43482 жыл бұрын

    Fun fact, I found this video while procrastinating on my exam about control systems. We had studied this system in class and came to the conclusion that your solution, a PID controller wasn't a good solution even with adjustments as the plant is quite unstable. For this type of systems it is better to have a state space model system.

  • @kwinvdv

    @kwinvdv

    2 жыл бұрын

    State space would also be my recommendation, since it is multiple input multiple output (MIMO). Some system identification or modeling would be required in order to use this though.

  • @marcosabdalla

    @marcosabdalla

    2 жыл бұрын

    The PID controller is a real workhorse but it has it´s limitations. A more modern approach using State Space Model (H-infinity, reference tracking, etc. ) may give a better response. The other problem is trying to fit a controller without the plants model!!!!

  • @excitedbox5705
    @excitedbox57052 жыл бұрын

    yes the polarity killed it. Have you considered adding a center magnet that pulls the platform to the center? then you can lift from the side without it shooting off to the sides.

  • @PATTHECATMCD
    @PATTHECATMCD Жыл бұрын

    A really challenging project. Most designs I have seen just force a set field that the levitating object, magnetic or diamagnetic, is forced into a stable position. You tried to dynamically live compute a field based on the starting condition. Kudos for trying.

  • @gyohngpersonal
    @gyohngpersonal2 жыл бұрын

    Maybe my suggestions are useless.... but have you tried phase compensation? I can see there are oscillations in the output waveforms, which suggest that the system might be resonating at some frequencies. Another thing to try is PIDD² (or even PDD²) - I understand, the applied current is a proxy for controlling acceleration... I recall a combination of the two things mentioned above saved me once when I was having similar problems with another magnetic system.

  • @shanel104
    @shanel104 Жыл бұрын

    This is amazing! Could have a board game where the pieces move themselves 😍

  • @3DprintedLife

    @3DprintedLife

    Жыл бұрын

    That would be super cool!

  • @CutterMasterArt

    @CutterMasterArt

    10 ай бұрын

    Perhaps a quantum planet solar system?

  • @vishaldimri4293

    @vishaldimri4293

    5 ай бұрын

    Creative thought

  • @markusthiel7687
    @markusthiel76872 жыл бұрын

    I’d love to see part 2! Since you already went through and learned about it could you explain the controls and the code a bit more?

  • @ethiceon1166

    @ethiceon1166

    2 жыл бұрын

    Yes please part 2

  • @Thefedmog_Challenge
    @Thefedmog_Challenge Жыл бұрын

    Very cool project. I was thinking about Magentic levitation for the next challenge but after seeing this video I guess I need to think about something else 😅. Great work. I enjoyed every minute of the video. Thanks for that.

  • @gamingastronamy8615
    @gamingastronamy86152 жыл бұрын

    Dude, this video is great. So happy I discovered your channel, cant believe you only have 43k subs

  • @JonathanZigler
    @JonathanZigler2 жыл бұрын

    The strength of the electromagnetics may not be enough to produce an adequate field. While it may be overkill, simulating the fielding and flux circuits may help to identify where issues are. You also have to anticipate adjustments when dealing with discrete delays so applying a regression could help too.

  • @sergiokoloditzky1372
    @sergiokoloditzky137211 ай бұрын

    Hello. Great video. I need to replace an h bridge like you do. Wich component you use to replace the big L292N? thanks!

  • @SporkSchivago
    @SporkSchivago Жыл бұрын

    Would you consider selling a kit to make your coil winder? Or provide a parts list and whatever software you used to drive it? I am interested in learning and sharing what I learn with my six year old daughter. Thanks.

  • @RichardKCollins
    @RichardKCollins2 жыл бұрын

    Fairly certain there is not enough information from one magnetic sensor to uniquely determine the position and orientation of the floating magnet. Once you actually measure the position and orientation of the levitated mass, its magnetic field, and the shapes of the supporting field. Then it is much easier. Do you think those rockets flipping quickly and then landing precisely upright were flown by seat of the pants algorithms? I expect it is "3D models with mass and precise locations", a fair measure of "response functions", "equations of motions - masses, velocities, accelerations, moments of inertia, etc" You only have 12 core observables to track - x y x position of the center of the magnet. And the cells of a 3x3 rotation matrix to bring it to the proper orientation. Monitor those and simply use an objective function like the "total energy needed to rotate the disk and position it from its current position to the standard one. If the disk is not symmetric you can grab it with the field. So put "something" asymmetric on the disk to know up from down. east from west. etc. Any small magnets might work. You cannot easily grab a smooth magnet, unless you go to much higher sampling rates for observation and control. I love your signals, but it is frustrating to see you just winging it. A little bit of data and statistics. Use cameras to monitor position (that is why you need some way to "see" which way it is pointing, and some way to grab it and exert force to rotate in 3D or lift or pull down. Yes, you are close to the right field strengths and control signals and parts. But you have to measure, record and estimate the work needed (power times time) for each correction. You are flying the disk, not lifting it. Put yourself on the disk and it is easier to know what to do. Tilt five degrees down toward 23 degrees (clock wise from north)? You need a force to lift up at 23 degrees, and maybe one at 180+23 to lift up. The magnetic field works stronger over shorter distances, so lifting the nears part of the disk is easier than pulling the further one. When it gets level opposite sides are about equal. Get some coordinates and flight instructions. And keep track of energy., You have all to voltages, currents, charges, powers. You know or can measure the moments of inertia of the disk and anything attached. Best wishes. You are really close. Me, I could not even see those little things you were soldering and can only see the mathematics and physics, sensors and data. Put the disk on a thin panel in the right place. Then use the field to lift one side by exactly 3 mm, the put it down again. Repeat around the circumference and calibrate your currents. Get a separate 3 axis magnetic sensor and measure the fields. Strip down a 3D printer, set the fields at a given set of activation currents, and map the field so you can see it and know its values and fluctuations.

  • @tianzining
    @tianzining7 ай бұрын

    you are an awesome engineer

  • @STRATOS13PAO
    @STRATOS13PAO2 жыл бұрын

    great video as always! your work is amazing!

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    Thank you, glad you enjoyed!

  • @Raham12
    @Raham122 жыл бұрын

    Hello , I absolutely do not have any idea what you are talking about but I enjoy your videos, I was wondering maybe your magnet should have a stabilizer , or digital code , not just the platform , I think it would help out a lot because it would know where to pull or push away from directly, rather then on the port alone , lol maybe

  • @matthewsharp1178
    @matthewsharp11782 жыл бұрын

    Thoroughly impressive that you got that far without a lot of background knowledge on the subject, I hear magnetism is one of the most complicated subjects in physics, just under astrophysics or something like that

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    I appreciate that! One day I hope to finish this project, once I learn a bit more about where I went wrong :)

  • @crazzylee
    @crazzylee Жыл бұрын

    What you needed to do is put the magnet at the top of a coned top structure and then spin it like a gyro for stability. Also I think the magnet field’s are potentially too close to one another.

  • @Invictus_Mithra
    @Invictus_Mithra2 жыл бұрын

    As a beginner in the DIY hobby it's really inspiring to see your proficiency at so many different realms of the hobby. From PCB design to programming to mechanical engineering, you seem to have it all covered. I hope to be as good as you some day and have just as wide an area of knowledge.

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    Thanks! And you definitely can be this good and even better, just keep challenging yourself and practice those skills!

  • @TheMordano

    @TheMordano

    Жыл бұрын

    @@3DprintedLife do you mind if I ask you how you learned all of this knowledge?

  • @Howabouthere
    @Howabouthere2 жыл бұрын

    Your too underrated, love your vids

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    I appreciate that!

  • @Hexcede
    @Hexcede2 жыл бұрын

    I have a few suggestions at the software level. For one, it looks like the magnet is pretty much sliding off the field. It looks like it's oscillating and gaining energy which is causing it to do that. I might suggest that you adjust how aggressive your electromagnets will respond with some bias, preferring to use weaker forces. One concern you'll have is that you emit too big a force due to error and just throw the magnet off to the side which is maybe what's happening. By undercompensating rather than trying to achieve perfect precise control you can smooth out error and delay. It could be as easy as curving your output force exponentially, the further the magnet deviates the stronger the feedback should be. I would personally use e^x because its derivatives all start at one all the way down and it has useful properties. You can multiply by a constant to set where each derivative starts. E.g. 0.1 * e^x will result in very small changes initially but as x grows those changes accumulate. Additionally, you can apply more correction by scaling and translating x to a reasonable baseline. If you can design something that will let you update those three values in real time to let you test easily (e.g. without compile times and such) you might have some more luck.

  • @alistaircornacchio5727

    @alistaircornacchio5727

    Жыл бұрын

    this is cool, what might you call that "something" that could be designed which could update those values in real time? Im new to this stuff and so I don't know much terminology

  • @alistaircornacchio5727

    @alistaircornacchio5727

    Жыл бұрын

    also, would you explain why e^x is a good choice? what are its useful properties?

  • @alistaircornacchio5727

    @alistaircornacchio5727

    Жыл бұрын

    could you also explain how that equation might actually be implemented into the code?

  • @corynrobinson
    @corynrobinson2 жыл бұрын

    The nice part about analog is the low latency control loop and greater efficiency. It certainly requires more math, though

  • @Trickorvr
    @Trickorvr2 жыл бұрын

    Did you try turning it off and back on again? I couldnt resist. Im getting ready to start this build. with a couple mods, especially coils. I dont do vids but was going to record progress. Any suggestions?

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    Haha yes, many times. And it's really tricky but my best advice would be to figure out where to place the hall sensor such that the impact from electromagnets is minimal, and if possible select a hall sensor that can give faster readouts. Noise from the sensor and issues attempting to compensate for the distortion by the electromagnets were the biggest things impacting stability of my system.

  • @squirrelradio
    @squirrelradio Жыл бұрын

    What kind of magnets did you use? Amazon link? Thanks

  • @AB-ft7ng
    @AB-ft7ng11 ай бұрын

    Not an engineer or in any way tech savvy but would a smaller disk make a difference? Having the coils “push” the disk back to the center only works if the disk is within the coils “reach”; if the disk pushes the boundaries of that reach, there’s a smaller window of time for correction before the weight and inertia take it beyond the boundaries and cause it to go over the edge. I imagine it’s like trying to balance a plate of water with one hand (where the water is the disk, the plate is the magnetic field, and your hand the coils). If the water takes up as much space as the plate, the more likely it’s going to spill when making corrective movements because it’s picked up speed and continues to move after your correction. However if the water only takes up half the size of the plate, you have much more room for error and thus more control.

  • @billgilbride7972
    @billgilbride7972 Жыл бұрын

    thought... the floating magnet or metal disc. wld it be easier to stabilize if the weight was more towards center mass, this wld allow for better correction w less force needed. Yes?

  • @etcetera1129
    @etcetera11292 жыл бұрын

    This should be featured on Hackaday’s fail of the week. Great project!

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    Hahah I would be honored if it was :D

  • @JacobChrist

    @JacobChrist

    2 жыл бұрын

    @@3DprintedLife Your honored

  • @f.schwemberger3359
    @f.schwemberger3359 Жыл бұрын

    First of all great job 👍. Your problem seems to be caused by inefficient PID control, which is the reason for the incorrect control of the magnets. So what you need is a good filter against noise but also absolute fast accurate sensor data. You should look at the Kalman filter algorithm. This is also used for self-balancing robots and provides a very good value for commuting (so to say :predicts the values ;-) ) Then your PID should works like a charm.

  • @domsterish

    @domsterish

    Жыл бұрын

    What can i do to network with you

  • @CreativeScience
    @CreativeScience2 жыл бұрын

    Only I can understand your painful days 😂 , Good job 👍 Keep it up!! ♥️

  • @y2ksw1
    @y2ksw12 жыл бұрын

    This project triggered my subscription impulse 😊

  • @sto2779
    @sto27792 жыл бұрын

    You should try using an array of electromagnetics, gives more resolution of control and error feedback.

  • @svenbosma5704
    @svenbosma57042 жыл бұрын

    Hi, actually chose this as a project for my electronic engineering degree. Can you maybe give the chip type that you use instead of the l398N (h-bridge)?

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    Awesome! I'm using the TC78H660FTG but there are plenty of other similar options if you want one that can do more power or a higher voltage. I just love tiny qfn parts for my boards!

  • @svenbosma5704

    @svenbosma5704

    2 жыл бұрын

    @@3DprintedLife ah cool thanks, maybe some more questions will pop up on the next few days. Can I contact you here?

  • @clonkex

    @clonkex

    2 жыл бұрын

    @@3DprintedLife "I just love tiny qfn parts" now that's something no hobbiest ever says :P

  • @THEOGGUNSHOW
    @THEOGGUNSHOW Жыл бұрын

    So, when are we going to see an update on this build?

  • @____5837
    @____58372 жыл бұрын

    It feels like the kind of thing a neural network would be good at trying lots of values for each of your variables, but the would really require simulating the whole thing so lots of tests can be done in reasonable time

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    Yeah you're definitely right! Still not an easy problem to solve but that would be a really cool thing to try!

  • @y2ksw1

    @y2ksw1

    2 жыл бұрын

    Artificial intelligence is really good for this kind of thing.

  • @mohandaadi8193
    @mohandaadi8193 Жыл бұрын

    Can anyone suggest in which website we can do these connections virtually..

  • @robinhooper7702
    @robinhooper77028 ай бұрын

    Spin it. Nice job by the way.

  • @mohammadamirkhani7510
    @mohammadamirkhani75102 жыл бұрын

    How about filtering the sudden mechanical movement of the magnet by using a wider base for the floating magnet. I mean instead of floating just the magnet you can make a non magnetic base for it and remove the sudden glitches in the magnet's movement.

  • @champions2322
    @champions23222 жыл бұрын

    Could try lining up the magnetic coils diagonally

  • @mykyrox
    @mykyrox8 ай бұрын

    Could you use copper from old microwave?

  • @user-ez8kx3zw4g
    @user-ez8kx3zw4g Жыл бұрын

    Oh! I did the prety same way with building similar one. I used 4 analog hall sensors and digital control board. With no success. Looks, like general microcontroller not fast enouth. I actually maked it to work with semi-analog cheme. Digital circuit now auto corrects offset voltage throuhg digital potentiometers.

  • @chrisfuller1268
    @chrisfuller1268 Жыл бұрын

    MAGLEV is inherently unstable requiring a very fast control loop. I don't believe it is possible to make a stable control loop using digital for this application, but with a PID controller you can determine whether it will be stable via the step and impulse response. A more important check would be the amount of time required to sense vs. apply stimulus which is the most likely problem.

  • @aligadimi5114
    @aligadimi51142 жыл бұрын

    I thought you'd done it until I got to the end of the video... come onnnn

  • @technologyforyou5976
    @technologyforyou5976 Жыл бұрын

    Two types of time lag should be considered for a stable system. As the coils are inductive loads voltage will lead the current through the coils, however current is forcing the floating magnet back in position. Another issue is totally mechanical in nature. Once there is position disturbance of the floating magnet, the electromagnetic force cannot immediately bring it back. Newton's law rules (F=ma). You may have a look at the following video: kzread.info/dash/bejne/qoNt17CkldKcgLQ.html

  • @Bryanerayner
    @Bryanerayner2 жыл бұрын

    Would adding more sensors be the solution? As a developer I know oftentimes problems in programming are solved by being more explicit. For example, could you get more by having a ring of Hall sensors around the perimeter of the base?

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    Hmmm maybe that would help! It's a very interesting idea

  • @dulldusk
    @dulldusk Жыл бұрын

    Nice test! If i have a breakthru, I will let you know.

  • @GrandmasterUV
    @GrandmasterUV Жыл бұрын

    WHAT ARE THE ELECTROMAGNETS MADE OF. IS THE COIL WRAPPED AROUND STEEL OR IS IT WRAPPED AROUND NEODYMIUM? THANKS

  • @3DprintedLife

    @3DprintedLife

    Жыл бұрын

    Magnet wire wrapped around a ferrite core (steel in this case)

  • @charlieharper6816
    @charlieharper6816 Жыл бұрын

    Man the coding part is something that I would love to learn. I just don't know where to begin when learning to code

  • @birminghambabz4982
    @birminghambabz49829 ай бұрын

    Copper or Brass for stability ??????

  • @skiplgoebel8450
    @skiplgoebel84502 жыл бұрын

    Did you think about using a cone in cone getup?

  • @Fortinbra
    @Fortinbra2 жыл бұрын

    Have you considered utilizing a fuzzy logic control instead of the PID?

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    I haven't but that would be an interesting idea to try!

  • @labennodawe8778
    @labennodawe87782 жыл бұрын

    Hi bro what coding software did you use

  • @kasama4119
    @kasama4119Ай бұрын

    How did you made circuit board next video 🙏

  • @flyingmalkie4346
    @flyingmalkie43462 жыл бұрын

    ive always wanted to use a fishing rod for winding things

  • @fersunk
    @fersunk2 жыл бұрын

    What I have learned is that PID just works with a lineal and simple system. This thing is full of non lineal components and lots of external perturbations. You need the almighty state space variable controller and start doing linearization of the variables for something more or less stable, pretty much the modern control assignment of an engineering degree.

  • @Exarhadsgfds

    @Exarhadsgfds

    2 жыл бұрын

    The chinese DIY levetron kits use PIDs though.

  • @radekwojs2438
    @radekwojs24382 жыл бұрын

    thats a one nice kitty right there

  • @ebaybuff
    @ebaybuff2 жыл бұрын

    i bought one of these already fully assembled and the levitating magnet is stuck to a ferrometalic disk and the magnet is also much smaller than yours. I have swapped the provided magnet with my own and that has a big impact on its performance. So try different sizes of levitating magnets.

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    Interesting, thanks for the tip!

  • @kwinvdv

    @kwinvdv

    2 жыл бұрын

    Also wonder if iron cores at each coil would help with magnetic field strength.

  • @manganeseheptoxide7825
    @manganeseheptoxide78252 жыл бұрын

    What is the app you show off at the end of the video? Thanks

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    That's just the serial plotter tool built into the Arduino IDE

  • @24_gamers222
    @24_gamers22227 күн бұрын

    "I'm trying to work on a magnet car that can hover and levitate. I don't know how to make it happen, but I understand how to stabilize and control it. If you really want it to hover, just put a box-shaped structure around the magnet to stabilize it. Then, my friend, it should hover."

  • @Ryan-hf6dg
    @Ryan-hf6dg3 ай бұрын

    Can't we just make a circular loop and pass the current in it such that it makes a South pole after that we can place that in a plastic container so that magnet doesn't fall out. After that we just put the magnet South Pole so that it repels with that loop. Also container should have same dimaeter as magnet so magnet cannot change it position and levitate.

  • @mick62569
    @mick62569 Жыл бұрын

    It seems the coils might be interfering with each other . Maybe scale down each coil . Not sure how magnetic fiels work but sure that you don't won't the field to overlapping each other

  • @mick62569

    @mick62569

    Жыл бұрын

    I was thinking that coils are to close to each other maybe just spread them out . I just guessing.

  • @ultraviolethu
    @ultraviolethu5 ай бұрын

    Fél évet töltöttem egy hasonló eszköz megépítésével. A digitális megoldások sajnos nem voltak működőképesek. Nem tudtam a belengést megállítani. Pedig nagy előnye lett volna, hogy MOSFET használatával hatalmasra lehetett volna növelni a teljesítményt. Végül az analog áramkörökket választottam, és sikerült megoldanom a stabil lebegtetést.

  • @simo9445tsns
    @simo9445tsns2 жыл бұрын

    Nice, thanks

  • @ManWhoLostTooth
    @ManWhoLostTooth2 жыл бұрын

    You need an identical platform on top for balance.

  • @alexmatei4401
    @alexmatei44016 ай бұрын

    Or maybe magnets in rotation around to stabilise it

  • @hardwareful
    @hardwareful2 жыл бұрын

    In retrospect... did you really enjoy the iterations to iron out all the YOLO choices?

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    Heck yes, even though the project never fully worked I still learned a ton from it!

  • @rohit1986xyz
    @rohit1986xyz2 жыл бұрын

    Hi @3DprintedLife, Very cool project. I have been working on this for a while as well (ideologically speaking). Is there any way I can recreate what you did in an easy manner? I have a few ideas that might make this work, and we can share ideas/collaborate. I can do the heavy lifting of doing the experiments, as I am sure you're probably exhausted with this now. Lmk. Thanks.

  • @rohit1986xyz

    @rohit1986xyz

    2 жыл бұрын

    Forgot to mention, I am a software engineer with Electrical background. I have lots of experience in designing control algorithms.

  • @B0scov
    @B0scov Жыл бұрын

    There is a free 2D magnetic simulation software called FEMM. It might help to see what your fields look like. Cool project as always!

  • @3DprintedLife

    @3DprintedLife

    Жыл бұрын

    Oh awesome that's really good to know, thanks!

  • @elaynatuilesu4815
    @elaynatuilesu48152 жыл бұрын

    What if you put an identical base and coils above as well as below? Also, speaker was very funny haha

  • @domsterish
    @domsterish Жыл бұрын

    We need to go foward with reaearch what will it take to work together and revolutionize the way himans move

  • @Jandodev
    @Jandodev Жыл бұрын

    I want to put one of these in my autochess board so bad

  • @mettattem
    @mettattem10 ай бұрын

    You should collaborate with HiPer Tops! He has a video on his channel about his world record breaking, hand made precision spinning top. Perhaps he’d be willing to craft another one, with an embedded N52 neodymium magnet… just an idea!

  • @yanion9334
    @yanion9334 Жыл бұрын

    Hey I know how to stabilise it. It’s actually easy. But you really wanna know what I’m gonna tell you and you just the man for the project. Pls reply

  • @maxhouseman3129
    @maxhouseman31292 жыл бұрын

    I know that is not the modern style of KZread hardware development, but you could test your whole circuit and all possible add-ons first with a breadboard and/or handmade PCBs made of thin copper wires instead of wasting resources by ordering a new industrial made PCB each time you change something. Greets from a hw-engineer.

  • @EngineeringSpareTime

    @EngineeringSpareTime

    2 жыл бұрын

    🙏

  • @litedeveloper
    @litedeveloper Жыл бұрын

    have you ever heard of a reed switch? - by the way Im super jealous of the tools you have to create and test - the possibliltys are endless

  • @johanlindeberg7304
    @johanlindeberg73046 ай бұрын

    From what I remember you could benefit using z-transform control theory instead of PID. This might be helpful: KZread: " Z-Transform - Practical Applications - Phil's Lab #27 " or maybe a contact with the creator of the clip.

  • @steveningram8520
    @steveningram85202 жыл бұрын

    about how much did all this end up costing?

  • @TFJ2024
    @TFJ20242 жыл бұрын

    Cost of project?

  • @monoham1
    @monoham1 Жыл бұрын

    the magnets radius is too big compared to the sensing range of the hall sensor. eveery time it rotates its being pushed in a random direction you need a smaller magnet or more hall sensors. and maybe a higher sensing and correction frequency?

  • @3DprintedLife

    @3DprintedLife

    Жыл бұрын

    Hm good suggestions, I think faster sensing and correction is definitely the biggest missing piece. But I'll need to find a new sensor to achieve better results there!

  • @monoham1

    @monoham1

    Жыл бұрын

    @@3DprintedLife just get a smaller magnet to float.

  • @joshualuciani3896
    @joshualuciani38962 жыл бұрын

    "So, I dove headfirst in to designing my own, doing next to no research before starting." Ah perfect, I'm in good company lol

  • @Bianchi77
    @Bianchi772 жыл бұрын

    Cool video, thanks :)

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    Glad you liked it!

  • @alexmatei4401
    @alexmatei44016 ай бұрын

    In any case you have to add something around

  • @sethpscott
    @sethpscott2 жыл бұрын

    What PCB software do you use?

  • @matthew_williams

    @matthew_williams

    2 жыл бұрын

    Looks like kicad

  • @real_joe_biden_nigga
    @real_joe_biden_nigga2 жыл бұрын

    Very awesome

  • @user-bonezstaley
    @user-bonezstaley3 ай бұрын

    I've been getting smarter as I age and my dreams are telling me to have some smart people like you guys before I talk more about what I'm talking about because I think someone needs to talk to me seriously about future designs about a whole new way of building life above the ground so that we preserve life on the ground. My mind is blowing me away can you imagine living like The Jetson's? Yeah I'm really not kidding. Please someone get me to the right people to talk to because it will benefit all of humanity.😊

  • @dr.ozitron2095
    @dr.ozitron20958 ай бұрын

    4 sensors would do the work even without pid.

  • @ramandeep-iu7tc
    @ramandeep-iu7tc2 жыл бұрын

    Increase or decrease the diameter of floating disk or the weight 🤔

  • @bigboy4224
    @bigboy42242 жыл бұрын

    Maybe try adding mass to the disk to slow it’s oscillation and give the controller a better chance?

  • @3DprintedLife

    @3DprintedLife

    2 жыл бұрын

    Yeah I did try that, later on in the video you'll see I embedded the magnet in a large printed disc to increase the moment of inertia. It did help but not enough and I can't add much more weight without it levitating too low.

  • @camerorider98
    @camerorider987 ай бұрын

    Your magnets are too close together.. thems'is generating heat. Id guess your coils are 2inch? So they should be separated at 3.75 inches from eachother. The metal should balance at this point. Also direct your coils inboard so they direct the metal in place.

  • @stevesloan6775
    @stevesloan67752 жыл бұрын

    I can respect leaving a project.🤜🏼🤛🏼 Remember your subconscious doesn’t forget😂😂😂 Its the most powerful part of your brain.

  • @rampabla1776
    @rampabla1776 Жыл бұрын

    You can try using AI based fuzzy logic instead of a PID loop that may help the stability factor. I hope you are not using the derivative portion of PID controller.

Келесі