No video

MPU9250 Quickstart

  Рет қаралды 5,513

머잉

머잉

Күн бұрын

#mpu9250 #imu #mbed #attitudeindicator #drone #flutter
A quickstart guide for imu development using the mpu9250 sensor based on mbed.
+ Attitude indicator like an aircraft cockpit made with flutter.
[ Github links ]
- IMU Mbed software:
github.com/0x4...
- Attitude indicator:
github.com/mui...
---------------------------------------------------------------------------------------------------
안녕하세요!
프로그래머이자, 항덕이자, 멍때리기 장인 머잉입니다.
따로 정해진 컨텐츠 없이 하고싶으면 그냥 올리고있습니다.
Hello!
I'm a programmer, aeronautics nerd, and bruising master.
If I want to do it without a specific content, I'm just uploading it.
---------------------------------------------------------------------------------------------------
재미있으셨다면 '구독'과 '좋아요'를 부탁드려요!
If you enjoyed it, please subscribe and like!
---------------------------------------------------------------------------------------------------
이 콘텐츠는 인공지능 가상 연기자 서비스, 타입캐스트를 활용하여 제작되었습니다.
출연진: 제이크
typecast.ai/kr
This content was produced with Typecast, an AI virtual actor service.
Characters casted: Jake(제이크)
typecast.ai

Пікірлер: 11
@BilalInamdar
@BilalInamdar Ай бұрын
demo was good
@Idea63841
@Idea63841 6 ай бұрын
영상 깔끔하게 잘만드셨네요 따봉박고갑니다!
@bobdalah8374
@bobdalah8374 Жыл бұрын
Very nice, bravo!!
@aviation_man_channel
@aviation_man_channel 8 ай бұрын
Cool Video, awesome!!
@muing0309
@muing0309 6 ай бұрын
Thanks!
@tunccankaya1158
@tunccankaya1158 9 ай бұрын
you are a genius
@tunccankaya1158
@tunccankaya1158 9 ай бұрын
please upload more video bro
@muing0309
@muing0309 8 ай бұрын
Thank you so much for the good comments! I think it will be difficult to upload within a year due to compulsory service in the South Korean military. I'm sorry. I'll try my best when I'm discharged from the military. I hope you have the knowledge you want by now.
@MrI8igmac
@MrI8igmac 21 күн бұрын
Im working with mpu6050. Trying to find a kalman filter. Is your model mpu more accurate
@ultrainstinct1181
@ultrainstinct1181 4 ай бұрын
Why does this not work with Arduino pro mini? Am I doing something wrong. Is the code different? I use a uart .
@muing0309
@muing0309 4 ай бұрын
The mbed OS is an RTOS-based platform for ARM Cortex-M series microcontrollers, and the Arduino Pro Mini uses AVR-based microcontrollers. I understand that since these two platforms have different hardware architectures, it is difficult to port the code as it is. If I'm wrong and you've been successful compiling and uploading my code to you, the likely issues may be as follows. - Make sure to check the pin configuration of the Arduino Pro Mini and modify the code accordingly to match the correct pins. There are a few pins for implementing I2C communication on all boards. - Make sure that the AD0 pin on the MPU9250 is low (GND) or high. The MPU9250 has different I2C addresses to access depending on the status of AD0. If the AD0 pin is connected to GND, the I2C address of the MPU9250 is 0x68, and if it's connected to VCC, the address is 0x69 - Try to replace the SCL and SDA pins on the board. It is often confusing when dealing with I2C for the first time. -------------- There may be more various causes, but it is difficult to guess based on the information you gave me. I need information on how far it was successful, how the pins were connected, what modifications were made to the code, etc. Before that, if you use Arduino, I don't think you have to use mbed code. For Arduino, there are simpler and more efficient libraries available for using the MPU9250. Modules that use I2C communication, like MPU9250, have a register called WHOAMI. This register allows you to verify that you are in normal communication with that module. I suggest that you first operate the MPU9250 module and read this register to check if you receive the correct value. . . . Um... If this is a question that the flutter app cannot read the information received from serial communication, you need to check the serial communication settings. - Baudrate: 115200 - Check how it goes, especially if the last byte of the data is a new line character (LF, ASCII code 10) and it is processed as one message. Other than that, I've only tested this flutter program on Linux or Mac. I'm not sure what Windows would be like. Alternatively, when using the Flutter app, try shutting down another IDE (such as the arduino ide). Serial ports cannot be accessed by multiple clients at the same time, so if one application monopolizes the port, another program cannot access it
WHO CAN RUN FASTER?
00:23
Zhong
Рет қаралды 46 МЛН
PEDRO PEDRO INSIDEOUT
00:10
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 16 МЛН
Accelerometer Gyroscope Magnetometer Sensors Quick Comparison | Digilent Pmod NAV VS MPU9250+BMP180
6:33
STM32 Guide #2: Registers + HAL (Blink example)
30:02
Mitch Davis
Рет қаралды 193 М.
Drone Control and the Complementary Filter
11:13
Brian Douglas
Рет қаралды 113 М.
14 | Measure angles with the MPU6050 accelerometer
13:03
Carbon Aeronautics
Рет қаралды 142 М.
PART I: STM32 HAL I2C and MPU6050 IMU
13:49
Steppe School
Рет қаралды 20 М.