Self-Balancing Hexapod Robot. Android-based DIY Spider Robot.

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • I am using the Gravity sensor of the smart phone to balance the hexapod.

Комментарии • 57

  • @MakeYourPet
    @MakeYourPet  2 года назад +12

    A good place to learn more about the available sensors in Android phones: developer.android.com/guide/topics/sensors/sensors_overview

  • @kaioocarvalho
    @kaioocarvalho Год назад +7

    Make it bigger, but able to walk with the legs closer to each other to get more "vertical", and put a chair on top of it. A spiderchair. A wheelchair that can handle bad terrain and stairs. People are going to thank you a lot.

  • @eisiamthegoddess
    @eisiamthegoddess 2 года назад +5

    Oh wow this is so cool and crafty to use a smartphone to add a detector for gravity! I never would have thought of doing that! Saves a lot of time of having to make and add the gravity detector to the hexapods code itself

    • @MakeYourPet
      @MakeYourPet  2 года назад +6

      Yes totally agree :) Using a smartphone has so many other advantages too such as a powerful processor, big touchscreen, separate battery, full blown OS, BT/wifi/cell connectivity, awesome software dev and debugging tools, great documentation, over-the-air updates, camera, GPS, and the list goes on. I am thinking about making a video just about that.

    • @eisiamthegoddess
      @eisiamthegoddess 2 года назад +3

      Ah I hope you do make one! Cause I think most people don't think to use a smartphone to help operate a hexapod when it is so incredibly useful and cuts out a majority of the work needed to build one! Infact I think you're the first one I've seen to use a smartphone tbh.

    • @Chows-3
      @Chows-3 2 года назад

      @@MakeYourPet dew it

    • @nicarobert8794
      @nicarobert8794 2 года назад

      @@MakeYourPet That would be fascinating. 🍺

  • @gortex8383
    @gortex8383 Год назад +1

    cool. Looks like that crab droid thing from star wars

  • @DanteTheWhite
    @DanteTheWhite 2 года назад +3

    Looks really great! Splendid job You did.

  • @lukabalis7736
    @lukabalis7736 Год назад +4

    That's- AMAZING!! That's so cool. I had no idea that even exists :O

  • @SimeonRadivoev
    @SimeonRadivoev 2 года назад +12

    Great Work! Looking forward to a tutorial in the future. Also was wondering what is the latency and throughput over serial?

    • @MakeYourPet
      @MakeYourPet  2 года назад +3

      Thank you! In this application I have a 100Hz update/read loop, which is enough for creating these smooth movements, and I haven't hit the limit yet. I don't have any exact numbers to give you, but if I have to guess, I would say in newer smart phones the performance in usb host mode should be comparable to usb 3.0 specifications.

  • @hasihasi7163
    @hasihasi7163 2 года назад +4

    Amazing work.Thanks for the video.keep it up🙏❤️

  • @Mimuop
    @Mimuop Год назад +4

    Hmm i shouldn't have left the science stream 😭

  • @RAVI171175
    @RAVI171175 2 года назад +1

    Hi there, that's very nice to see creative things. keep it up.

  • @manoi2010
    @manoi2010 2 года назад +2

    IS FANTASTIC THANKS FOR YOUR VIDEOS!!!!!!

  • @orionlee9177
    @orionlee9177 Год назад +1

    balancing body 3 angle euler with IMU is perfect

  • @alishafiei3703
    @alishafiei3703 Год назад +1

    Amazing! you did great, bro

  • @ryzeli1098
    @ryzeli1098 2 года назад +1

    Wow! I want it, Looking forward to control algorithm

  • @manoi2010
    @manoi2010 2 года назад +2

    Very impressed I WANT ONE!!!!!!!!!!

  • @AmitsLife
    @AmitsLife 2 года назад +1

    It is awesome

  • @Chows-3
    @Chows-3 2 года назад +2

    Love it!

  • @MrChatmoon
    @MrChatmoon Год назад +1

    Excellent

  • @N3omega
    @N3omega Год назад +1

    Ever look up camel spiders they are trained to shoot them incase they where some weapon

  • @yianShineThrone
    @yianShineThrone Год назад +1

    Awesome cool !!!

  • @mr.tesla2837
    @mr.tesla2837 Год назад +1

    Brilliant.

  • @mberoakoko24
    @mberoakoko24 2 года назад +1

    DUDE , THIS IS AMAZING !!!!!!!!!
    SUBSCRIBED!!!

  • @AntzWilkz
    @AntzWilkz 2 года назад +1

    Should mount a 45 degree mirror over the android phone camera so you can use that as well.

    • @MakeYourPet
      @MakeYourPet  2 года назад +1

      I should try that in the future, it is a very tempting idea! My only concern would be the limited angle of view because we kinda send the light through a tunnel. But will never know until I try!

  • @iancanal1675
    @iancanal1675 4 месяца назад

    I wish i can make bigger, so i can use to bring the farmer stuff from rural to the area where people can reaching it.

  • @Rolohaun
    @Rolohaun 2 года назад +1

    amazing project, hopefully you will release the STL file and code!

    • @MakeYourPet
      @MakeYourPet  2 года назад +8

      Thank you, I will release it for sure. As a creator I would love to see others use my designs for their own projects :) I am still improving the part designs (next video!) and fixing the issues that show up over time. I just hope to release it in a way that is usable for an average enthusiast who doesn't have a strong technical background, along with a "how to" video.

    • @stevepettenon1
      @stevepettenon1 2 года назад +2

      @@MakeYourPet that would be amazing!!! Am happy to pay for such things or would love to support you via Patreon, etc.
      🙏

    • @MakeYourPet
      @MakeYourPet  2 года назад +1

      Thank you for your support 🙏

  • @00RohitRoshan
    @00RohitRoshan 2 года назад +2

    How to make that Android controller in your hand

  • @fikajlo
    @fikajlo 2 года назад +3

    How do you get all the sensor data from the phone to the micro controller thats contring the servos?

    • @MakeYourPet
      @MakeYourPet  2 года назад +2

      The sensor data is being processed in the phone itself. So I calculate the position of all the servos and only send the positions (18 values for 18 servos) to the servo controller board.

    • @fikajlo
      @fikajlo 2 года назад +1

      @@MakeYourPet do you have any documentation or example code about how the app sends the data to the micro controller over the usb bus? also what micro controller did you use for receiving the data and controlling the servos?

    • @MakeYourPet
      @MakeYourPet  2 года назад +1

      I'm using the Pololu Maestro 18 channel servo controller. But really any other controller with a serial interface should work too. I haven't released the code yet, but I am planning to do so, along with a "how to" video. I'm using these APIs in Android: developer.android.com/guide/topics/connectivity/usb/host

    • @fikajlo
      @fikajlo 2 года назад +2

      @@MakeYourPet amazing, looking forward to that video

  • @MoralRichMedia
    @MoralRichMedia 2 года назад +1

    Hello... is there a tutorial for this diy project? I went to your site, but there's nothing really there.

    • @MakeYourPet
      @MakeYourPet  2 года назад +5

      Hi there, and thank you for your interest :) This whole thing is pretty new and I haven't released anything yet. But the "how to" video is coming, soon... Stay tuned.

  • @MoreCharactersThanNeeded
    @MoreCharactersThanNeeded Год назад +1

    That is some weak ass coffee.

  • @hongsethya4932
    @hongsethya4932 Год назад +1

    somebody stop this man! before he's taking over this world

  • @MikeWazowski-qv8bm
    @MikeWazowski-qv8bm Год назад +1

    HOW!?

  • @yvan6719
    @yvan6719 2 года назад +1

    Love it ! :) I'd like to make one too !! :) This could work with a IOS phone ?

    • @MakeYourPet
      @MakeYourPet  2 года назад

      Nice! You should make one! :D Should be doable on iPhone too. But my code only works on Android and I am not planning to port to ios anytime soon.

    • @yvan6719
      @yvan6719 2 года назад +1

      @@MakeYourPet , do you share somewhere a « how to » site of your project ?
      I can handle the mechanic part with my 3D printer … But I’m bad with the code to do or to adapt :/
      I would really love to do the same and represent your concept in France :)

    • @MakeYourPet
      @MakeYourPet  2 года назад

      I don't have any how to instructions yet, but I'm working on some videos about how to assemble the parts and install the apps. Porting the code to iOS is not trivial. But thank you for all your support! :)

  • @N3omega
    @N3omega Год назад +1

    This shit is the gun come on

  • @WayneMcKenzie
    @WayneMcKenzie 2 года назад

    I want one

  • @oeq0616
    @oeq0616 2 года назад

    Is this project open source. I would love to build one.

    • @MakeYourPet
      @MakeYourPet  2 года назад +1

      I am thinking to release the code as a free Android app, along with some how to videos. Stay tuned...

    • @ikebb2005
      @ikebb2005 11 месяцев назад

      any update on this yet :-) ...pretty cool project to try @@MakeYourPet

  • @N3omega
    @N3omega Год назад +1

    Did they make it pink on purpose lmao

    • @MakeYourPet
      @MakeYourPet  Год назад

      Pink is the best! what's wrong with pink? :D