MyoWare Muscle Sensor - Electromyography (EMG) & Robot Arm (failed attempt)!

Поделиться
HTML-код
  • Опубликовано: 21 июл 2024
  • Electromyography (EMG) and robot arm experiments with the MyoWare muscle sensor!
    Article with code: dronebotworkshop.com/myoware
    More articles and tutorials: dronebotworkshop.com
    Join the conversation on the forum: forum.dronebotworkshop.com
    Subscribe to the newsletter and stay in touch: dronebotworkshop.com/subscribe/
    Today I'll be playing with a rather unique sensor, the Myoware Muscle Sensor. This unit is part of a kit that is put together by SparkFun, and it allows you to experiment with basic electromyography, or EMG technology.
    This isn't an attempt to construct a medical-grade instrument, or to perform any sort of medical diagnostics. Instead, I'll show you how you can do some fun experiments with the MyoWare sensor and its shields.
    We'll also see how we can SAFELY hook up the MyoWare sensor to an Arduino using a USB isolator from Adafruit. This eliminates the possibility of any contact with ADC ground through the attached computer. I'll also show you other SAFE, battery-powered ways to use the MyoWare sensor with a microcontroller, without the isolator.
    And I'll make a (FAILED) attempt to control a MeArm robotic arm using two MyoWare sensors. While I do manage to get some control over the claw, I had a difficult time controlling the arm. But the code allows for a lot of fine-tuning, so I may one day actually succeed!
    Here is the Table of Contents for today's video:
    00:00 - Introduction
    01:32 - Sensor & EMG Basics
    05:04 - Sparkfun MyoWare Kit
    07:39 - Shields & Headers
    09:57 - LED Shield
    12:54 - Cable Shield
    17:17 - MyoWare Safety
    20:08 - Adafruit USB Isolator
    21:19 - Arduino & MyoWare
    28:16 - Robot Arm (Failed) Attempt!
    40:58 - Conclusion
    42:43 - Ouch!
    Aside from (poorly) controlling a robot arm, these sensors have applications in gesture sensing and devices to assist with mobility. Hopefully, the video and its associated article will give you a few ideas for using the MyoWare Muscle Sensor.
    Bill
  • ХоббиХобби

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

  • @Dronebotworkshop
    @Dronebotworkshop  5 месяцев назад +1

    Hi everyone - It's come to my attention that there has been someone masquerading as myself, responding to some comments here with a link to a Telegram chat to win a prize from me. THIS IS A SCAM, I am not holding a contest, nor do I have a Telegram account. PLEASE DO NOT RESPOND TO THESE MESSAGES!!
    It's happening on a lot of my videos, I'm taking steps to remove them manually, but as I have 162 videos, it will take some time. If you do run across a suspicious comment, I would appreciate you letting me know at info@dronebotworkshop.com.
    Thanks!
    Bill (The real one!)

  • @mickeyfilmer5551
    @mickeyfilmer5551 2 года назад +22

    Hi Bill, another brilliant video- Thanks, I have a money saving *(and eco friendly) tip for the pads. I use them for my T.E.N.S machine, and after using the pads, a simple rinse under a cold water for a few seconds, shake dry (don't be tempted to use tissue) and re adhere them to the original backing plastic- I can get upto 10x use from one set of pads, saving me literrally $$$$ pae annum, asd they are really expensive here in the UK.

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

    It’s crazy how this video hits my feed the day before I have an actual EMG appointment. Love your content ❤️. I’ll stay tuned for more of your content!

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

    The second I saw you put on the sensors, I was already thinking "they have to come off at some point, that will be a pain". In the end, my conclusion was right. Thank you for sharing this, it is an interesting concept.

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

    Thank you for pointing this out! As always, a superb video!

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

    I absolutely love this channel and its projects. Please do more medical engineering-related videos and maybe start venturing into Brain-Computer Interfaces.

  • @AmanPatel-rv2it
    @AmanPatel-rv2it 2 года назад +9

    I love the detailed explanation of everything you gave sir ,,,
    Very appreciated

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

    we have a good laugh at the end when you remove the adhesive patches. in short, your video is very interesting and fun. thank you very much.

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

    Best channel, from Brazil. Love it.

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

    This video was what i was waiting for a long time well explained tones of thankings

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

    Really nice video. I liked your trick to stabilize the y axis. If I may, I would suggest to smooth out the sensor output. My go to method is linear interpolation:
    float lerp(float newValue, float oldValue, float delay)
    {
    return newValue + delay * (oldValue - newValue);
    }
    Or you can simply calculate average from last two values. That way your input for the robot arm will be less shaky.

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

    Bill appreciate the video gonna have to get one and play with it soon

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

    Ouch! On removing those pads! Super demo.

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

    The most amazing video of yours. Thank you so much!

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

    Good content as always

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

    Smart idea using the 3M pads. That is a fraction of the price as the ones from SparkFun. There is also the BioProtech ones on Amazon for even cheaper. I really like the little robot arm too! I looked them up and found it is an Opensource project with the files for laser cutting them available for free. Had it downloaded and cutting before I hit the end of the video! Already planning a build with my son for the ESP32 car you did a few months ago with some modifications. This will make another fun project, although the MyoWare are sold out at the moment.

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

    Great video!

  • @mh-studio1
    @mh-studio1 2 года назад

    Thanks for good video tutorial.

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

    I didn't see this vid in subscription section and got notification now, im from South Asia

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

    Excellent video! I think I would shave my arm in those spots if I try

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

    Very good

  • @hugojoseorozcomercado8022
    @hugojoseorozcomercado8022 10 месяцев назад

    uffffffff, me salvaste con este video, saludos desde Colombia

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

    Really interesting

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

    Placing the upper sensor over the triceps would give you extension of the me amr.

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

    Hello Bill, I really enjoy your videos. Do you plan to continue DB1? I watched all the videos but notice 15 is the last one. Keep up the good work!

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

    Good job

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

    Execent video thank you very much

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

    At 19:35, stick the pads on 1st to yours, then plug the cables in. Much easier.

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

      Or attach the cables while they are still on the backing. Much easier.

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

    Güzel video. Teşekürler

  • @riqi5012
    @riqi5012 6 месяцев назад +1

    terimakasih pak ap atas pembelajarannnya

    • @riqi5012
      @riqi5012 6 месяцев назад

      🥶kak

  • @Nick-ye5kk
    @Nick-ye5kk 2 года назад

    Great content, could I ask for a video showing how to use the MCP23017 with the Arduino?

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

    You don't need to connect the servos to pwm pins, a while ago the standard servo library started using 1 timer for the Arduino that can control several servos on any pin. The only disadvantage is that you can't use the PWM pins that depend on that timer as PWM of course.

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

    Ow:interjection Used especially in response to sudden pain. Looks like the 3M pads stick the best! Are they the same as the pads they use for EKG? Great info, always amazed at what you come up with.

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

    Beatifull👍👍

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

    Magnificent

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

    have you built or reviewed the Arduino IoT Air Quality checker based on the Arduino MKR Wifi 1010 or have any good references there of? thanks in advance!

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

    Güzel video

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

    Hi bill Video about what is
    Pixhawk how does it work
    Thanks

  • @roneiborges9222
    @roneiborges9222 2 месяца назад

    Hi Bill,
    Thanks a lot for this video I really appreciate that.
    So, I have just one question about it. Are we able to use this kind of system to improve some exercise at the gym?
    For example, we can create an app in order to integrate those systems and provide to the work out specialist important information, like posture, charge etc.

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

    It's nice

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

    Nice

  • @Max_Bio
    @Max_Bio 3 месяца назад

    is there a board combination of EMG and motor drive?

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

    Bu adam bu işleri biliyor

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

    The time has come for the Minority Report interface.

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

    Süper video

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

    Super

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

    Very Nice Çok Íyi :)

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

    Hello DroneBot Workshop, My friend and I have a school project where we want to read our EMG signals, but myoware stopped production with this sensor. Can you help us with an alternative or can we get your sensor (with pay)? thanks for making amazing content ! greets Nils

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

    Guys, I am having problems with my sensor and I would like to know if anyone can help me.
    When I turn on the sensor, it already starts with a 900 value on the Y Axis, without making any move...
    I am turning directly on the USB power of my laptop, is there any problem? Or I just lost my sensor?
    Tks

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

    nice

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

    Somewhere around 24 min it looks like you may be holding your forearm off the table; if so it would seem that would make readings scattered. I looked more and saw your arm off the table

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

    Good🙏

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

    Sir make a review about stm32(bluepill)and blackpill
    With some basic sketches

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

    Nice outro :)

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

      Very unique workshop. More funny outtakes in the future? ...so long as it doesn't involve hair removal.

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

    Very ambitious, but the best of luck to you, my old friend.

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

    If it is a muscle sensor, if each "o" to vibrate after pasting at parts of body, like a massage?

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

      Another if a sensor for in front of Shoes like if have a Lump then to prevent Fall, a self-reminder by vibration at leg? Cool safety idea right? Especially during a fight or war we need to be safer.

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

    the emg sensors dont detect the hand moving up and down very well but if you try flexing your bicep you might get the desired results

    • @ibadullahyt
      @ibadullahyt 7 месяцев назад

      Hey have u tried this sensor..plz let me know the response of this myoware sensor as i want to sense the muscle movements or the biceps movement

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

    If I had muscles I would totally build this

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

    Please make video on db robot

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

    This channels is amazing but i would love to see this projects in pic because in my college arduino is forbidden

  • @fadedillusions867
    @fadedillusions867 8 месяцев назад

    And much less painful than getting an EMG done at the MD. Not any needles needed.

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

    👏👏👏

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

    Süper

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

    👏👏👏👏

  • @mohammedk.h.f3016
    @mohammedk.h.f3016 2 года назад +1

    Hi sir

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

    THE CLAWWWWWWW

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

    Wow. I really respect people like you for whom the limits don't exist even within a little workshop. You help us understand how to achieve anything without being Elon Musk. Thanks. Have a great Christmas.

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

    güzel

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

    You can make a dog robot by Servo motor

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

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

    Hello

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

    İyi

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

    I'm a doctor now .😁😁👍can I wear my stethoscope and white lab coat to black tie parties. I'll say it's all cool bill showed us how lol cool video😁👍🤖

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

    Do you by any chance sell any consultation services? I am a beginner, and I would REALLY pay to get my stepper motor to work lol. I've watched a lot of tutorials, and thought I've understood how to construct the circuit and code, yet I cannot get it to work. I'm working on a robot that I'm planning to patent, so it would be awesome if we could talk.

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

    👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍

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

    Gerçek işçilik

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

    :)

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

    Very good

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

    Nice

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

    nice

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

    👏👏👏

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

    👏👏👏👏

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

    👏👏👏👏