can you make a video that doesn't hurt my head? I mean, I get the animations and all, but when showing code the screen needs to be still. It gets pretty trippy
@mission_critical brah the animations are like , stop rotating the words for no reason 😂 u say one word, the rest of the words do a damn 360 and then add a new word. Too much animations but great video
Can somebody help me? I double checked my wiring and tried this with too separate sensors but it still returns saying that it has not found a valid MPU-6050
When I followed your instructions, I got this error 'class MPU6050' has no member named 'begin' your video was released about 1 year ago. I don't know if you can help me in this case
Great video, short but still comprehensive enough and well explained . I must also commend You for talking Your time and talking relatively slowly and very clearly, as I as a non native English speaker often have problems following tutorials where the "instructor" talks like a "machine gun" :) Best regards.
All the values of Ynorm , Xnorm, znorm, yraw, xraw, and zraw show 0. No matter how much I move it remains zero. Is this mean that my mpu6050 is broken?
I am following the same process but whenever the code calls any function like mpu.begin or mpu.caliberateGyro any function it doesn't execute furthur. Please respond. Serial monitor only shows initialize mpu
Please try the example code first and then edit your code with reference to example code, it happens many times that we mess up very small segments of code
Good morning When making a wide turn with pitch, does the plane only use a gyroscope for pitch or also an accelerometer for the curved trajectory? THANKS
As far as I know Wemos has I2C communication and hence can be used, not sure if there will be any code changes because this library is made for Arduino, so give it a try and all the best 😊
i have done to try it, why the output like this one ; Could not find a valid MPU6050 sensor, check wiring! Could not find a valid MPU6050 sensor, check wiring! Could not find a valid MPU6050 sensor, check wiring!
When I upload the example code and adding all the libraries, it gets stuck at Initiazalize MPU6050. I tried rewiring the VCC connection multiple times but it still get stuck. Do you have a fix for this?
@@loeloe0251 Havent done it yet but if its wired to 5v apparently y a resitor for the sda and scl lines that convert the current to 3.3v should make it work
@@danielkorman1361 Don't exactly know what impedance means but I think the resistord I used where 10k but don't know if that makes a difference, new to all this electronic stuff.
I'm having the same issue here as everywhere else. Not everyone using this breakout is using Arduino, what is in calibrateGyro()? What is in readRawGyro()?
I guess I have different issues, possibly defective chip (according to manufacturer IT desk). Looking forward to testing the chip someday to confirm or deny that, but I couldn't even get the who-am-i to read back.
Hi sir I have made biped robot in which I have used Arduino and pca9685 as I want to balance my robot I had added mpu6050 I am getting problem in my program please help me sir
Hello, I have the same error. What do you mean by "Use wrong library else code" ? I downloaded the library from your link and then opened the same exemple as you.. thanks you in advance
okok got it, i need to delete the former MPU650 I installed. But Now my problem is that the code print" Could not find a valid MPU6050 sensor, check wiring", However my sensor is brand new and i tested the 2 i have
Yup, you have to uninstall other MPU 6050 libraries installed earlier Just go to your documents/Arduino/Libraries/ and delete these libraries (folders), that should fix the problem
Did you double check the connection? I would suggest you to switch SDA and SCL pins which I majority times mess up and wonder why I don't see anything on my serial monitor
Great video, I wonder if you could help me, I am trying to write an 'if' statement to activate a led when the 'x' value == between 49 deg and 51 and where I could insert this, I would be so grateful Thank you Robin from Australia
@@mission_critical Just make sure u don't over edit Tip: 4:00 Just zooming in is enough, and the I like the component labeling at 1:10 Good luck with your videos
Hi, thanks for the excellent explanation. i want to ask, is it linear acceleration or angular acceleration which can be measured by MPU6050? can it be used to measure angular acceleration?
heyo, and thanks for making this video! i have recently gotten into arduino and thought to use this sensor, but upon looking how to connect it and use it in code, i have found out tons of threads describing how this sensor is now outdated/obsolete, but not many of them offering a good alternative... looking back, it seems this sensor has been around since like 2012, so i can understand. I have also gotten a hang of mine, but it turned out to be a fake (0x98 instead of 0x68 asa return of WHO_AM_I ...) hence i come for you to advice... what IMU sensor would be a good idea to use nowadays?
Not sure previously which is the new one, but look for MPU 9250 maybe or ask around on the reddit, someone might know about this better than me. Cheers
This video needs a gyro... when the purpose of a video is to read whats on screen, having it pan scan rotate and skew while things are popping up overtop really makes it annoying.
You didn't tell us about the difference between the accelerometer and the gyroscope and the error caused by the vibrations Actually, this is the main mathematical problem that needs to be solved using this component
Sorry to ask but do you know where I can find cables like the one in your video? Is there a specific name for the grouped cables that you can split apart to make the connections? Great video btw👏
They're called jumper wires and are pretty cheap, they'll come in a big pack but dont get the really cheap ones because they can be really bad and break easily. There's male to male, male to female and female to female sets.
Hello! I’d like to use this sensor for a pokeball toy 7cm x 7cm and make it sound when I shake it, how can I do it and what else do i need? Liked your video and well explained
SDA and SCL are I2C pins and they should be connected to SDA and SCL, and in Arduino Nano, SCL is A5 and SDA is A4. And I have connected the hardware in same manner or else there won't be any data on serial if the sensor is connected incorrectly
I didn't realise that while editing, now I understand why everyone is saying the same, I have noted this point and have started to implement it, Thank You for your suggestion
can you make a video that doesn't hurt my head? I mean, I get the animations and all, but when showing code the screen needs to be still. It gets pretty trippy
Hahaha sure, Infact if you check my latest videos, there are less animations .
Thank you for your suggestion!
@@mission_critical my pleasure ;)
@@ico-theredstonesurgeon4380 Idiot
@mission_critical brah the animations are like , stop rotating the words for no reason 😂 u say one word, the rest of the words do a damn 360 and then add a new word. Too much animations but great video
came here specifically to say something similar; makes it hard to follow along. good video otherwise, thanks.
The best video out there for this sensor! Thank you very much! 5:23 - That's a tutorial for our next video. I'll look for this one!
Thank you
Can somebody help me? I double checked my wiring and tried this with too separate sensors but it still returns saying that it has not found a valid MPU-6050
When I followed your instructions, I got this error 'class MPU6050' has no member named 'begin' your video was released about 1 year ago. I don't know if you can help me in this case
Great video, short but still comprehensive enough and well explained .
I must also commend You for talking Your time and talking relatively slowly and very clearly, as I as a non native English speaker often have problems following tutorials where the "instructor" talks like a "machine gun" :)
Best regards.
Thank you
it show message could not find a valid MPU6050...how can i solve this
probably one of the best arudino tutorial i have ever seen, keep it up! :)
Thank you 😊
@@mission_critical There have so many mistakes. 4 example haven't seen how to install the library.
All the values of Ynorm , Xnorm, znorm, yraw, xraw, and zraw show 0. No matter how much I move it remains zero. Is this mean that my mpu6050 is broken?
I am following the same process but whenever the code calls any function like mpu.begin or mpu.caliberateGyro any function it doesn't execute furthur. Please respond. Serial monitor only shows initialize mpu
Please try the example code first and then edit your code with reference to example code, it happens many times that we mess up very small segments of code
What software you use for desktop capturing, i can see zoom in out movement etc., which software you use.
It's basic recording and mostly editing, i use OBS studio for plain recording and do the magic in Premiere pro
Your editing is superb , and the content is fab
hi what brand of the sensor did you get eg adafuit sparkfun
Good morning
When making a wide turn with pitch, does the plane only use a gyroscope for pitch or also an accelerometer for the curved trajectory?
THANKS
Plane uses multiple sensors and imus along with different filtering algorithms to make the calculation
I've never seen such high quality tutorial. I subbed immediately!♥️
Thanks a lot mate ♥️❤️
Same here
Same
Thank you 😊
Thank you 😊
im impressed with you video editing. nice!
more than the tutorial video editing is very nice, tutorial also useful
Thank you ❤️☺️
do you have to solder the pins into the nano
I have a question can we calculate displacement using s = ut +1/2at2
nice tutorial. is it possible to user wemos D1 mini instead om nano ?
As far as I know Wemos has I2C communication and hence can be used, not sure if there will be any code changes because this library is made for Arduino, so give it a try and all the best 😊
@@mission_critical thx
Most welcome 😊
i have done to try it, why the output like this one ;
Could not find a valid MPU6050 sensor, check wiring!
Could not find a valid MPU6050 sensor, check wiring!
Could not find a valid MPU6050 sensor, check wiring!
So must be loose connections
can i use this theory and logic on a bootleg xbox controller to make it have motion control?
Does this also work with an Ardiuno MEGA 2560?
Yes definitely, works with any microcontroller board with I2C communication protocol, you won't need to change code for Arduino mega
When I upload the example code and adding all the libraries, it gets stuck at Initiazalize MPU6050. I tried rewiring the VCC connection multiple times but it still get stuck.
Do you have a fix for this?
Hey, i know I'm a bit late but did you find a fix for it? having the same issue.
@@loeloe0251 Havent done it yet but if its wired to 5v apparently y a resitor for the sda and scl lines that convert the current to 3.3v should make it work
@@danielkorman1361 Thanks, worked for me. Have a great day
@@loeloe0251 Nice, Ill make sure to try that out now :)
Quick question what impedance resistors did you use?
@@danielkorman1361 Don't exactly know what impedance means but I think the resistord I used where 10k but don't know if that makes a difference, new to all this electronic stuff.
sda and scl only connect to A4 and A5? why not other arduino pins?
That's where the i2c peripheral is wired to internally in the Arduino
It shows class mpu6050 has no member named begin
This error is shown in initialize mpu6050 statements
Pls helpp
just delete installed MPU6050 library and install "jarzebski
/Arduino-MPU6050" library
@@kartikhegde9368 thnx ,i found another library right after that day and it worked
@@kartikhegde9368 u mean mpu6050 tockn library?
@@AdityaSingh-hx1tv one is MPU6050 and otherone is tockn, both are built in libraries, we dont want both
You used the wrong library, thank you @Robotics Hackground to answer!
In the offsets. Is that 0-360 degrees?
I'm having the same issue here as everywhere else. Not everyone using this breakout is using Arduino, what is in calibrateGyro()? What is in readRawGyro()?
If you want to skip callibrateGyro() you can do it
readRawGyro is pure numbers value coming from sensor
I guess I have different issues, possibly defective chip (according to manufacturer IT desk). Looking forward to testing the chip someday to confirm or deny that, but I couldn't even get the who-am-i to read back.
love those editing and the way of explanation, which software do u use to edit your videos??
good and easy to understand, but i was confused because the screen cant stop moving
what software you use to edit the video?
Good video, but if anybody is having problems the sda and scl need to be swapped for it to work
GREAT VIDEO!! LOVE THE EDITING!! KEEP IT UP!
Hi sir I have made biped robot in which I have used Arduino and pca9685 as I want to balance my robot I had added mpu6050 I am getting problem in my program please help me sir
What is the name for the pins that you soldered to the card? Thank you
its called Male Headers
@@mission_critical Muchas Gracias!!
what will happen if i put a 5 volt clock signal and oscilloscope probe scl and sda
The communication protocol needs data to be in a certain format to work, if you do that nothing should happen no output at scope
What variable to read to know the angle
Can I mount this thing upside down and calibrate it as a zero?
Yes you need to work on offsets
class MPU6050' has no member named 'begin'
why this error message show??
pls help..
i guess u have used wrong library else code, use the code from examples,
Thank you for Subscribing to Mission Critical
Hello, I have the same error. What do you mean by "Use wrong library else code" ? I downloaded the library from your link and then opened the same exemple as you.. thanks you in advance
okok got it, i need to delete the former MPU650 I installed. But Now my problem is that the code print" Could not find a valid MPU6050 sensor, check wiring", However my sensor is brand new and i tested the 2 i have
@@The123rue I have exactly the same problem. Brand new sensor, all wiring double and triple checked, and I still can't rectify the issue.
Yup, you have to uninstall other MPU 6050 libraries installed earlier
Just go to your documents/Arduino/Libraries/ and delete these libraries (folders), that should fix the problem
Very nice sir, I want the coding which is shown in the display, I also checked the description link but the coding is missing
Please check again, we have uploaded all codes on Instructable
Why it doesnt show the ouput? It just shows "initialize MPU6050" only and nothing happened. Thanks in advance
Did you double check the connection? I would suggest you to switch SDA and SCL pins which I majority times mess up and wonder why I don't see anything on my serial monitor
Good tutorial! I can appreciate the amount of editing as well, great work overall! 👍
Great video, I wonder if you could help me, I am trying to write an 'if' statement to activate a led when the 'x' value == between 49 deg and 51 and where I could insert this, I would be so grateful
Thank you
Robin from Australia
Thank You for answering this question for me
It shows this error 'class MPU6050' has no member named 'begin'!
I am always getting as values. Any reason why?
I need to mount mine vertical. Are you saying offsets would allow this?
Yes definitely
You've got some good video editing skills
Thanks a lot 😍
@@mission_critical Just make sure u don't over edit
Tip: 4:00 Just zooming in is enough, and the I like the component labeling at 1:10
Good luck with your videos
Pls tell how to print this data and save it to sd card from mpu6050
Hi, thanks for the excellent explanation. i want to ask, is it linear acceleration or angular acceleration which can be measured by MPU6050? can it be used to measure angular acceleration?
Yes if u derivate the output over time. The MPU delivers angle-velocity as output.
code/library doesn't work :/ it prints random characters to the serial monitor
Hi what did u use for the animations, it is beautiful
It's a trade secret 🙃😆
Please can you say what it is, is it after effects. If you really don’t want to tell then it is ok. I need it
Yes after effects and premier pro
Compilation error: 'class MPU6050' has no member named 'begin
that's really nice explanation man , why you connected a wire to address select at last part of video can you tell plz?
heyo, and thanks for making this video! i have recently gotten into arduino and thought to use this sensor, but upon looking how to connect it and use it in code, i have found out tons of threads describing how this sensor is now outdated/obsolete, but not many of them offering a good alternative... looking back, it seems this sensor has been around since like 2012, so i can understand. I have also gotten a hang of mine, but it turned out to be a fake (0x98 instead of 0x68 asa return of WHO_AM_I ...) hence i come for you to advice... what IMU sensor would be a good idea to use nowadays?
Not sure previously which is the new one, but look for MPU 9250 maybe or ask around on the reddit, someone might know about this better than me.
Cheers
Pro Level Editing bro!
This video needs a gyro... when the purpose of a video is to read whats on screen, having it pan scan rotate and skew while things are popping up overtop really makes it annoying.
Disliked! Too many animations and movements! This is an educational channel not a kids channel!!
I understand your concern and I have duly noted this, and improved in my later videos, thank you for bringing it to attention
Very nice 👌 Akshay
Thank You
This is a propper good tutorial vid!!
video so great. what software do u use to do that?
how bout you make a vr headset using it ?
i would definitely give it a try
@@mission_critical ill be watin to see that.
You didn't tell us about the difference between the accelerometer and the gyroscope and the error caused by the vibrations
Actually, this is the main mathematical problem that needs to be solved using this component
Awesome vedio bro
Glad you liked it, thank you for subscribing to Mission Critical
Can give example code for mpu 6050 free fall detection
thank you so much for your librabry brother
Amazing video kept me engaged the entire time
When will you post the video for using Processing with MPU6050?
It's already posted on my channel, please check it out
Nice job 👍, can you explane what is the meaning of 3, 6 or 9 axis? 👍👍👍
3 axis XYZ ,
6 axis xx , xy, xz, yy, yx, yz, zz, zx, zy
Similar combination for xxx, yyy, zzz
I like it, excellent!
Thank you
can you make video on mpu6050, 3 axis gimbal with arduino
Actually I have made that video, check it out ( not exactly like you wish it to be but it's good enough)
Great tutorial thanks this is helping me with a gyroscopically stabilizer
Good tutorail,thanks
An attractive video
Thank you
Great tutorial, what software are you using for editing? Thanks man😇
Glad to know that you liked it, thank you,
I use Combination of few softwares like Premire Pro, After effects, Da Vinci
The software is arduino ide
You can get it on arduino.cc
Sir can you make tutorial on combined mpu6050, sd module with speaker and Arduino Nano
I think Arduino nano would run out of memory for code in this case, but it's possible, let's see
Sorry to ask but do you know where I can find cables like the one in your video? Is there a specific name for the grouped cables that you can split apart to make the connections?
Great video btw👏
They're called jumper wires and are pretty cheap, they'll come in a big pack but dont get the really cheap ones because they can be really bad and break easily. There's male to male, male to female and female to female sets.
Nice video, l like this one
can i get the github link ?
Hey, when I made this video, I did not have a GitHub repo, for the future videos, everything is gonna be on github repos
how to connect more than 1 with arduino ?
Hello! I’d like to use this sensor for a pokeball toy 7cm x 7cm and make it sound when I shake it, how can I do it and what else do i need?
Liked your video and well explained
You did not show us how to connect the board to the computer.
Can you make a tutorial for this ESC: 36 V 500 W High Power Brushless Motor Controller Driver Board Mounted No Hal?
I wish I could, but I don't have that kind of resources to make detailed video on motor drivers, but I will definitely try it
for rocket thrust gimble code and li...
As far as I know SDA should be connected to A4, but in your video it's connected to A5
SDA and SCL are I2C pins and they should be connected to SDA and SCL, and in Arduino Nano, SCL is A5 and SDA is A4.
And I have connected the hardware in same manner or else there won't be any data on serial if the sensor is connected incorrectly
Thanks for the detailed explanation. But please dial down those animations while you show codes or small parts of device. It is distracting.
I didn't realise that while editing, now I understand why everyone is saying the same, I have noted this point and have started to implement it,
Thank You for your suggestion
does someone have the zip file for Wire.h library?
great video. have some confidence and enthusiasm. :}
Good tutorial 👍
Well done!
Thank you
Quite incredible
Quality edit
Thank you, glad that you liked it!
'class MPU6050' has no member named 'begin'
Nice animation
Glad that you liked it
Thank you for Subscribing to Mission Critical
Nice effects
Efforts
awesome animations !
Thank You 😊
isnt it 3 axis?
Love it!!!
Thanks mate !
Thank you for subscribing to Mission Critical!!🔥
you forgot to include the github library in the description
I found this library, but problem is I can't download it
Great. Finally I fpund button, where I can download it
There is something wrong with the code
Nice!
Thank you! Cheers!
Excellent!!
Glad you liked it,
Thank you for Subscribing to Mission Critical