Building a Digital Magnetic Levitation Platform!

Поділитися
Вставка
  • Опубліковано 8 вер 2021
  • 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
  • Наука та технологія

КОМЕНТАРІ • 246

  • @nrdesign1991
    @nrdesign1991 2 роки тому +278

    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 роки тому +32

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

    • @pekropekro6264
      @pekropekro6264 2 роки тому +12

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

    • @maxhouseman3129
      @maxhouseman3129 2 роки тому +8

      Fpga would also be a solution.

    • @Felipe-ij2lu
      @Felipe-ij2lu 2 роки тому +19

      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 роки тому +1

      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
    @-Yogo 2 роки тому +41

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

    • @y2ksw1
      @y2ksw1 2 роки тому +1

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

  • @no0ne000
    @no0ne000 2 роки тому +99

    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 роки тому +31

      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 роки тому +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 роки тому +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 11 місяців тому

      @@3DprintedLife Static stability is impossible.

  • @simonmerrett
    @simonmerrett 2 роки тому +57

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

  • @moggla
    @moggla Рік тому +24

    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.

  • @HyperspacePirate
    @HyperspacePirate 2 роки тому +7

    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.

    • @sebastians7346
      @sebastians7346 7 годин тому

      hey, thank you for this comment. Do you know any place I could read/watch up more on what you're describing? UA-cam only seems to have toys and demonstration videos.

  • @EngineeringSpareTime
    @EngineeringSpareTime 2 роки тому +20

    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 роки тому +2

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

  • @MyHandleIsGood
    @MyHandleIsGood 2 роки тому +1

    Can't wait to see this fully working

  • @gamingastronamy8615
    @gamingastronamy8615 2 роки тому

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

  • @PATTHECATMCD
    @PATTHECATMCD Рік тому +1

    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.

  • @steelandglass
    @steelandglass Рік тому +1

    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

  • @davisdiercks
    @davisdiercks 2 роки тому +16

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

    • @3DprintedLife
      @3DprintedLife  2 роки тому +4

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

  • @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.

  • @franciscobarragancastro4348
    @franciscobarragancastro4348 2 роки тому +6

    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 роки тому +3

      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!!!!

  • @markusthiel7687
    @markusthiel7687 2 роки тому +2

    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?

  • @dizekat
    @dizekat 10 місяців тому +2

    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.

  • @shanel104
    @shanel104 Рік тому +10

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

  • @excitedbox5705
    @excitedbox5705 2 роки тому +8

    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.

  • @JonathanZigler
    @JonathanZigler 2 роки тому

    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.

  • @gyohngpersonal
    @gyohngpersonal 2 роки тому +1

    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.

  • @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.

  • @matthewsharp1178
    @matthewsharp1178 2 роки тому +3

    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 роки тому +2

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

  • @Invictus_Mithra
    @Invictus_Mithra 2 роки тому +4

    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 2 роки тому

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

  • @tianzining
    @tianzining 9 місяців тому

    you are an awesome engineer

  • @Raham12
    @Raham12 2 роки тому

    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

  • @crazzylee
    @crazzylee Рік тому +3

    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.

  • @corynrobinson
    @corynrobinson 2 роки тому +4

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

  • @Howabouthere
    @Howabouthere 2 роки тому +2

    Your too underrated, love your vids

  • @STRATOS13PAO
    @STRATOS13PAO 2 роки тому

    great video as always! your work is amazing!

  • @THEOGGUNSHOW
    @THEOGGUNSHOW Рік тому

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

  • @sergiokoloditzky1372
    @sergiokoloditzky1372 Рік тому

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

  • @RichardKCollins
    @RichardKCollins 2 роки тому +2

    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.

  • @sto2779
    @sto2779 2 роки тому

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

  • @y2ksw1
    @y2ksw1 2 роки тому

    This project triggered my subscription impulse 😊

  • @CreativeScience
    @CreativeScience 2 роки тому +1

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

  • @champions2322
    @champions2322 2 роки тому

    Could try lining up the magnetic coils diagonally

  • @Hexcede
    @Hexcede 2 роки тому +2

    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 2 роки тому

      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 2 роки тому

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

    • @alistaircornacchio5727
      @alistaircornacchio5727 2 роки тому

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

  • @etcetera1129
    @etcetera1129 2 роки тому

    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

  • @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?

  • @AB-ft7ng
    @AB-ft7ng Рік тому

    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.

  • @aligadimi5114
    @aligadimi5114 2 роки тому

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

  • @skiplgoebel8450
    @skiplgoebel8450 2 роки тому

    Did you think about using a cone in cone getup?

  • @24_gamers222
    @24_gamers222 2 місяці тому

    "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."

  • @mohammadamirkhani7510
    @mohammadamirkhani7510 2 роки тому

    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.

  • @mohandaadi8193
    @mohandaadi8193 Рік тому

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

  • @Trickorvr
    @Trickorvr 2 роки тому +1

    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.

  • @f.schwemberger3359
    @f.schwemberger3359 Рік тому +2

    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

  • @charlieharper6816
    @charlieharper6816 2 роки тому

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

  • @squirrelradio
    @squirrelradio Рік тому

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

  • @babotobati2745
    @babotobati2745 Рік тому +2

    the problem is the magnet itself

  • @radekwojs2438
    @radekwojs2438 2 роки тому

    thats a one nice kitty right there

  • @dulldusk
    @dulldusk Рік тому

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

  • @____5837
    @____5837 2 роки тому +11

    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 роки тому +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.

  • @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.

  • @Fortinbra
    @Fortinbra 2 роки тому

    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!

  • @flyingmalkie4346
    @flyingmalkie4346 2 роки тому

    ive always wanted to use a fishing rod for winding things

  • @joshualuciani3896
    @joshualuciani3896 2 роки тому

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

  • @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
    @elaynatuilesu4815 2 роки тому

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

  • @technologyforyou5976
    @technologyforyou5976 Рік тому +2

    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:
    ua-cam.com/video/xO9uNkeo6PQ/v-deo.html

  • @svenbosma5704
    @svenbosma5704 2 роки тому +1

    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

  • @robinhooper7702
    @robinhooper7702 10 місяців тому

    Spin it. Nice job by the way.

  • @ljcr65
    @ljcr65 Місяць тому

    As I know nothing, what about more of with smaller coils in set places

  • @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.

  • @kasama4119
    @kasama4119 2 місяці тому

    How did you made circuit board next video 🙏

  • @user-BONEZSTALEY
    @user-BONEZSTALEY 5 місяців тому

    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.😊

  • @simo9445tsns
    @simo9445tsns 2 роки тому

    Nice, thanks

  • @ManWhoLostTooth
    @ManWhoLostTooth 2 роки тому

    You need an identical platform on top for balance.

  • @alexmatei4401
    @alexmatei4401 7 місяців тому

    In any case you have to add something around

  • @yanion9334
    @yanion9334 2 роки тому

    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

  • @mykyrox
    @mykyrox 10 місяців тому

    Could you use copper from old microwave?

  • @mettattem
    @mettattem Рік тому

    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!

  • @maxhouseman3129
    @maxhouseman3129 2 роки тому +1

    Buying electronic stuff on Amazon is like buying toothpaste at the pharmacy.

    • @maxhouseman3129
      @maxhouseman3129 2 роки тому

      @Arpad Toth You don't get it. Change toothpaste with soap.

  • @fersunk
    @fersunk 2 роки тому +2

    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.

  • @Jandodev
    @Jandodev Рік тому

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

  • @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)

  • @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.

  • @labennodawe8778
    @labennodawe8778 2 роки тому

    Hi bro what coding software did you use

  • @alexmatei4401
    @alexmatei4401 7 місяців тому +1

    Or maybe magnets in rotation around to stabilise it

  • @domsterish
    @domsterish Рік тому +1

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

  • @bigboy4224
    @bigboy4224 2 роки тому

    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.

  • @ultraviolethu
    @ultraviolethu 7 місяців тому

    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.

  • @johanlindeberg7304
    @johanlindeberg7304 7 місяців тому

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

  • @Ryan-hf6dg
    @Ryan-hf6dg 4 місяці тому

    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.

  • @manganeseheptoxide7825
    @manganeseheptoxide7825 2 роки тому

    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

  • @real_joe_biden_nigga
    @real_joe_biden_nigga 2 роки тому

    Very awesome

  • @maxhouseman3129
    @maxhouseman3129 2 роки тому +2

    I know that is not the modern style of UA-cam 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.

  • @steveningram8520
    @steveningram8520 2 роки тому

    about how much did all this end up costing?

  • @ramandeep-iu7tc
    @ramandeep-iu7tc 2 роки тому

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

  • @ebaybuff
    @ebaybuff 2 роки тому

    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.

  • @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

  • @hardwareful
    @hardwareful 2 роки тому +3

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

    • @3DprintedLife
      @3DprintedLife  2 роки тому +2

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

  • @rohit1986xyz
    @rohit1986xyz 2 роки тому

    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.

  • @Bianchi77
    @Bianchi77 2 роки тому

    Cool video, thanks :)

  • @stevesloan6775
    @stevesloan6775 2 роки тому +1

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

  • @TFJ2024
    @TFJ2024 2 роки тому

    Cost of project?

  • @Bryanerayner
    @Bryanerayner 2 роки тому +3

    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 роки тому +1

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

  • @birminghambabz4982
    @birminghambabz4982 11 місяців тому

    Copper or Brass for stability ??????

  • @d7d835f6b
    @d7d835f6b 7 місяців тому

    When you say that you don't know what you are doing, in truth you know more than a lot of people here. haha I have neither PCB basics by example.

  • @monoham1
    @monoham1 2 роки тому

    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  2 роки тому

      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 Рік тому +1

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