Arduino Prototyping Inputs #64: MyoWare Muscle Sensors

  Рет қаралды 18,584

Marc de Vinck

Marc de Vinck

Күн бұрын

Пікірлер: 33
@madeautonomous
@madeautonomous 3 жыл бұрын
Straight to the point, thank you.
@nilzie3509
@nilzie3509 2 жыл бұрын
Hello Marc de Vinck, 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
@MarcdeVinck
@MarcdeVinck 2 жыл бұрын
I didn't know that! That stinks! You are in luck. Seeed Studios has an EMG sensor and it's Grove compatible, so no soldering is required. Good luck! www.seeedstudio.com/Grove-EMG-Detector-p-1737.html
@sayemsomebody6662
@sayemsomebody6662 4 жыл бұрын
Hi! How would I be able to use the input values from the sensor to control motors? I'm trying to control multiple motors to respond to flexion of my arm muscle but I'm not sure how to connect multiple motors and a sensor to an Arduino.
@MarcdeVinck
@MarcdeVinck 4 жыл бұрын
To control a motor with an Arduino is best done by off-loading that process to a motor controller board. There are many out there. Check out Adafruit.com and search for motor controller. This is especially true when it comes to multiple motors, servos, or anything that uses more power than the Arduino can handle (which is low). In fact, it's always a good idea to use some kind of H-Bridge to control motors.
@eritreanblackpanther7946
@eritreanblackpanther7946 11 ай бұрын
Would it be dangerous to connect the arduino to a regular computer whilst having the myoware sensor on my arm?
@user-a4j6bfk78g
@user-a4j6bfk78g 3 жыл бұрын
Hi, thank you for your amazing video. One question- I tried it with the basic AnalogRead sample and the output data had an average of 250 instead of 0.05 like yours. Do you know why that would be? Thank you.
@MarcdeVinck
@MarcdeVinck 3 жыл бұрын
If you are using the supplied code with MyoWare, then I'm really not sure. If you have your own code, my guess is the range of you mapped values if incorrect, or post processed with some more math that is making it off. I'll also add, that if the results have a range, it might not be an issue. Might want to head over to the MyoWare website and ask their tech support.
@anthonyrickardii6198
@anthonyrickardii6198 4 жыл бұрын
Stupid question I’ve been seeing videos when they used a nano arduino, my question is it possible to use a arduino uno instead a nano for mayoware muscle sensor? Would it give the same results to?
@MarcdeVinck
@MarcdeVinck 4 жыл бұрын
Yes you can. They have the same pins, just a larger form factor. Voltages can be different in some cases depending on the board, but that is an easy thing to change. The sensor will give the same results.
@anthonyrickardii6198
@anthonyrickardii6198 4 жыл бұрын
Marc de Vinck thank you I really appreciate it.
@mynameisneb
@mynameisneb 2 жыл бұрын
What's that 3 pin connector you have on the myoware? The one with the positive, signal, and negative
@MarcdeVinck
@MarcdeVinck 2 жыл бұрын
One side is for adding shields, supplies power and signals, the other is also for data out. Check out the data sheet for all the info. You can find it under the "Documentation" tab on this link -- www.sparkfun.com/products/13723
@tahmidkawserwashee2003
@tahmidkawserwashee2003 5 ай бұрын
i am facing noises while reading from the sensor. how you solved this problem?
@MarcdeVinck
@MarcdeVinck 5 ай бұрын
Filter the results via code if possible. That is the easiest solution. Try averaging the results over time?
@diybiosensors
@diybiosensors 4 жыл бұрын
Do you know if this would work for small muscle twitches? Or is it only sensitive to intentional muscle contractions? Great video!
@MarcdeVinck
@MarcdeVinck 4 жыл бұрын
That is hard to say. Yes, it is sensitive, but it has to be placed in a very specific spot to work well. You can read more on the datasheet - cdn.sparkfun.com/assets/learn_tutorials/4/9/1/MyoWareDatasheet.pdf
@yindigo7826
@yindigo7826 4 жыл бұрын
Hi, thank u for explanation on the safety use of muscle sensor. I want to use muscle sensor with other sensors and esp01 wifi module. I want to know if I can connect all them together on 5v pinout? Will there be complication with current drawn from arduino to sensors?
@MarcdeVinck
@MarcdeVinck 4 жыл бұрын
Y Indigo It depends on how many sensors, what types of sensors, and the pins you are using. In general, most sensors don’t draw a lot of current but that varies a lot.
@fortda2323
@fortda2323 4 жыл бұрын
Hello, is it safe to use two MyoWare sensors plugged in the Arduino Uno with USB as the power source? I want to measure the muscle activity of two or more muscles at the same time and I couldn't find anything in the internet. Hope you can help me here. Thank you!
@MarcdeVinck
@MarcdeVinck 4 жыл бұрын
Check out the MyoWear website for all the safety information. I don't like anything plugged into an outlet when strapped to my body.
@carloskhalil6822
@carloskhalil6822 4 жыл бұрын
hello , can i test the duration of the contraction if it is long time or short time to detect more possible movements ???? and how it can be done ?? show me the code of it please. thank you
@MarcdeVinck
@MarcdeVinck 4 жыл бұрын
Sure, you can detect when the contractions occur and the time between the contractions. For the code. Sorry, I can't create the code for you, I just don't have time and I've got to pay the bills too! Try searching for measuring time with Arduino via your favorite search engine. It should be fairly easy to adapt code to work in your project.
@devadingdong
@devadingdong 4 жыл бұрын
Do you have the code for the board?
@MarcdeVinck
@MarcdeVinck 4 жыл бұрын
Yep! Google MyoWare! Lots of tutorials on the company website. -- www.advancertechnologies.com/p/myoware.html
@Robin_Juthberg
@Robin_Juthberg 3 жыл бұрын
1:31 are there any alternatives to disconnecting the computer charger in order to disconnect the arduino system from the high voltage supply? For example, is there any adapter that you can place between the arduinos USB-connector and the connection to the computer, in such a manner that there isn´t any direct connection between high voltage and arduino, but att the same time, the computer is continuously charged?
@MarcdeVinck
@MarcdeVinck 3 жыл бұрын
I'm not exactly sure about a solution, or what you are asking specifically. Keep in mind that the MyoWare can be run right from an Arduino, without a computer. So there is no high voltage involved, and it's a lot safer. If you need external output like a serial monitor, you could use an onboard LCD, which could eliminate the required computer. I would head over to their site to get specific details, as they would be the experts. -- www.advancertechnologies.com
@Robin_Juthberg
@Robin_Juthberg 3 жыл бұрын
@@MarcdeVinck Thank you for the quick answer! I would like to do some "long-term" (one working-day /8h) EMG testing while continuously monitoring signals from the EMG via the Arduino serial monitor/plotter. However, my laptop battery will not last that long! I have a weak recollection of seeing this safety adapter that you put between Arduino and the laptop for the purpose of fulfilling the properties described in my first message, but now I can´t seem to find it anywhere. Maybe it was just something my mind made up.
@MarcdeVinck
@MarcdeVinck 3 жыл бұрын
@@Robin_Juthberg Any standard USB cable will have data and power lines. Basic cables supply power only. In either case you can't isolate the computer form the Arduino if you need power. You could optically isolate the data signals with an optocoupler, but hat does not supply power. You can use an external battery pack, sized appropriately, and it can last a very long time. Just be safe!
@yaelbravo6605
@yaelbravo6605 3 жыл бұрын
do you have the code link?
@MarcdeVinck
@MarcdeVinck 3 жыл бұрын
It's on the creators website -- www.advancertechnologies.com You can google for other code examples too.
@zeiaddama4934
@zeiaddama4934 Жыл бұрын
where its not working
@안이준-p6e
@안이준-p6e 3 жыл бұрын
ㅇㄴ
Arduino Prototyping Inputs #65: Pulse Sensor
6:30
Marc de Vinck
Рет қаралды 550
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 1,1 МЛН
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 16 МЛН
Sensors - which one to use
17:06
Electronoobs
Рет қаралды 1,3 МЛН
Arduino Prototyping Techniques #104: Perfboard
7:42
Marc de Vinck
Рет қаралды 65 М.
Product Showcase: MyoWare 2.0
13:47
SparkFun Electronics
Рет қаралды 33 М.
MyoWare Servo Tutorial - EMG Arduino Circuit
7:02
Frank
Рет қаралды 63 М.
Electromyography (EMG) Sensors and Signal Processing
25:48
Have you ever seen soldering THIS close?
9:53
Robert Feranec
Рет қаралды 389 М.
DIY Home Security - ON A BUDGET!
9:12
DIY Perks
Рет қаралды 5 МЛН
I Made My Own Image Sensor! (And Digital Camera)
10:55
SeanHodgins
Рет қаралды 1 МЛН
Everything You Think You Know About Arduino Is WRONG -  Arduino
40:59
Hardware Pioneers
Рет қаралды 954