I just bought it after watching this video with a shipping price higher than the sensor itself 😂
@jyvben15203 жыл бұрын
a very good explanation/demo, thanks
@Core-Electronics3 жыл бұрын
Glad you enjoyed it!
@raisagorbachov2 жыл бұрын
Very interesting. I want to use it for rotation with a model aircraft so that the aircraft can stay in level flight, climb and turn as required.
@alee-j8q8 ай бұрын
I love this channel. Thanks!!!!
@karljansky9576 Жыл бұрын
Very nice, very clear demo. Is there another device that includes 3 axis plus magnetic compass, too? I also need only average angles over periods of a few seconds. We could average, but is there a better filter? Thanks for your efforts!
@dafelix2 жыл бұрын
So my idea is to use this as a head tracker for PC games. How can I do it? You really should make a tutorial on it, it will get millions of views.
@TzOk2 жыл бұрын
Do you know any library, which would return the acceleration without the gravity component?
@susmitagoswami9928 Жыл бұрын
Hey Hi. Nice tutorial. Can you please let me know how you are plotting? because I am trying to plot the raw sensor data of MPU6050 through Pico. Any hint related to plotting will be much helpful.
@fashiarif46872 жыл бұрын
can you do it with simple mpu 6050 please
@dragonoha3 жыл бұрын
Hi! Stumbled upon this nice tutorial while doing a small project while being a total newbie to electronics with a programming background. Is it possible to connect the raspberry pi pico directly to the motion sensor, without the expansion board? Cheers!
@Core-Electronics3 жыл бұрын
You certainly can! We have a cable that will allow you to freestyle the connections; with a PiicoDev connector on one end and four female headers on the other. SKU: CE07958
@arunkarkare2 жыл бұрын
Hi. The video clip is very very nice and explains the acceleration and angular momentum clearly, however I am looking for a sensor to measure the absolute distance traveled in X, Y, Z direction. Is that possible with the 6050 (or any other) sensor please ?
@Core-Electronics2 жыл бұрын
What you're referring to is "dead reckoning" which is really hard/expensive to do with an Inertial Measurement Unit. For example, military aircraft and ships often use a "laser gyro-compass" for this purpose - suffice to say that's a bit out of reach for most hobbyists.
@raisagorbachov2 жыл бұрын
For that I would suggest adding a GPS sensor. Either that or using standard velocity in the calculation.
@ЄгорЯкуш Жыл бұрын
Can't find where an I2C channel was selected !?
@Core-Electronics Жыл бұрын
The Pins (SDA:8, SCL:9)are predefined when using a Pico. Check the github for documentation if you want to select the pins explicitly.
@ЄгорЯкуш Жыл бұрын
@@Core-Electronics 👍 Thanks.
@zyroxiot9417 Жыл бұрын
Thanks, 🤝🏼🇧🇷
@chirots2 жыл бұрын
Where did you get these number # Pre-defined ranges _ACC_RNG_2G = 0x00 _ACC_RNG_4G = 0x08 _ACC_RNG_8G = 0x10 _ACC_RNG_16G = 0x18 _GYR_RNG_250DEG = 0x00 _GYR_RNG_500DEG = 0x08 _GYR_RNG_1000DEG = 0x10 _GYR_RNG_2000DEG = 0x18
@John-cc6zb2 жыл бұрын
How do I use these raw data to calculate the tilt angle?
@Core-Electronics2 жыл бұрын
There's a new read_angle() function documented here: github.com/CoreElectronics/CE-PiicoDev-MPU6050-MicroPython-Module If you need to read angle in more than one axis, we can help out on our forums: forum.core-electronics.com.au/
You could definitely build a motion controlled steering wheel similar to other accelerometer based controllers like the Wii or Switch, not sure of it's efficacy on the road though. 😅 Would love to see it if you build one.
@safakfahrac15242 жыл бұрын
hi, i ran your codes and i faced such a problem; Traceback (most recent call last): File "", line 5, in File "PiicoDev_MPU6050.py", line 80, in __init__ File "PiicoDev_MPU6050.py", line 125, in get_accel_range OSError: [Errno 5] EIO What do you think is the problem?
@Core-Electronics2 жыл бұрын
Hi! We handle tech support over at forum.core-electronics.com.au/ - Head over and open a thread, some pictures will help troubleshooting too!