Тёмный
No video :(

STM32F4 Discovery board - Keil 5 IDE with CubeMX: Tutorial 27 - Motion 3-Axis Accelerometer LIS3DSH 

Mutex Embedded
Подписаться 22 тыс.
Просмотров 25 тыс.
50% 1

Опубликовано:

 

24 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 44   
@pusatberk4193
@pusatberk4193 5 лет назад
Allah razı olsun.
@maximvoznyuk3604
@maximvoznyuk3604 5 лет назад
The best video for this topic! Thanks a lot!
@mutexembedded2206
@mutexembedded2206 5 лет назад
Thanks
@michaeloleary6012
@michaeloleary6012 5 лет назад
I want to make something dependent on the data from the x and y axis, how do i call what is inside of myData x-axis?
@gopinathr9383
@gopinathr9383 3 года назад
Thanks alot for this video. I tried the same in cube mx itself than in Keil IDE. I followed the exact procedures. The leds are blinking as per set datarate but the x y z data is not updating. Can you give your suggestion for this issue
@nicka6799
@nicka6799 3 года назад
I just ran into the same issue but fixed it by changing a flag set in one of the control registers. Find the spot in the initialization code where he is initializing control register 4 and OR the value to be placed in the register with 08(hex). This changes an update blocker flag and solved my issue. Hope it works for you too.
@kasia7447
@kasia7447 2 года назад
@@nicka6799 Hey, could you help me? I'm having the same problem. I could give you my email to contact
@artedesing
@artedesing 5 лет назад
Cool!!!
@nursenaaras8426
@nursenaaras8426 4 года назад
thank you so much, it was very useful video. Could you make a video with stm32f407 accelerometer demonstration?
@gunitsingh2978
@gunitsingh2978 5 лет назад
Can you make a video on CAN with STM32F4
@mutexembedded2206
@mutexembedded2206 5 лет назад
Yes
@gunitsingh2978
@gunitsingh2978 5 лет назад
@@mutexembedded2206 Thanks for considering my request.
@keerthi975
@keerthi975 5 лет назад
great tutorial, can you make a video on stm32 +esp8266 wifi module sending data to website..
@devjeetmandal1472
@devjeetmandal1472 5 лет назад
Hello, I am following your videos and they are really helpful. Is it possible for you to make video on IMU. Can you explain how Accelerometer and gyroscope raw data is used to get angles and how can we use filters to improve our readings. It will be really helpful if u add magnetometer too. My suggestion will be make a video on MPU9250 which is having all the sensors and its really cheap. Regards
@mutexembedded2206
@mutexembedded2206 5 лет назад
Hi, I am considering making signal processing videos, but STM peripherals and drivers are my priority right now. Thanks :)
@devjeetmandal1472
@devjeetmandal1472 5 лет назад
@@mutexembedded2206 well u can use stm32 with any gyro accelero and magnetometer and show us how to get the correct angles from it. May be processing software will help to visualize the data. Infact processing is really simple and u can easily transfer the data from stm32 via serial. Kindly consider this thought as getting raw data's from accelero gyro and magnetometer is really easy but utilizing those values to get a perfect angles are really confusing. Regards
@Od3o_ela_sabil_rabek
@Od3o_ela_sabil_rabek 5 лет назад
could you please tell me what's the requirements to watch this tutorial , which programming language i should to learn it before starting this tutorial ?, thank you
@mutexembedded2206
@mutexembedded2206 5 лет назад
Hi, Need to have some background in C programming before starting this series.. Refer to Tutorial 1, there I mentioned the software you need to install. Good luck
@Tiagot7
@Tiagot7 5 лет назад
Hello. First of all thanks for the great video. I have a nucleo board, so my question is, can I do the same projects that you show with discovery board with my nucleo board? I mean, at least most of them, using HAL and cube MX. Thanks a lot!
@mutexembedded2206
@mutexembedded2206 5 лет назад
Hi, Thanks .. yes you will be able to do so. Good Luck
@Tiagot7
@Tiagot7 5 лет назад
Great. Thanks!
@andresfelipeparragafuquene4848
Hola que buen vídeo, quisiera saber ¿ en que manual encuentro la descripción de LIS3DSH?
@bondanraharjo8223
@bondanraharjo8223 5 лет назад
can usb OTW use to connecd USB joystick or keyboard ? thanks
@sharikpatel2641
@sharikpatel2641 4 года назад
Very helpful!!!!
@amanrawat4250
@amanrawat4250 3 года назад
Hello sir, I am using the stm32f407vg Discovery Board using cube IDE, but when I run the code it update the value once and the led doesn't toggle, it just blinking high, I am not able to now why it is not updating the values and toggling the led . Please help me to sought out my problem.
@mutexembedded2206
@mutexembedded2206 3 года назад
Do you think it triggeres Hard Fault?
@amanrawat4250
@amanrawat4250 3 года назад
@@mutexembedded2206 It is not triggering the hard fault
@amanrawat4250
@amanrawat4250 3 года назад
I don't able to figure out what is happening
@amanrawat4250
@amanrawat4250 3 года назад
Sir, I am also sending my github project link, so please have a look on it, and same problem is happening with me when i tried it with mpu6050 by going through your tutorials, please help me sir , and link :- github.com/AmmuRawat/LIS3DSH_SPI
@mutexembedded2206
@mutexembedded2206 3 года назад
@@amanrawat4250 Hi Aman, I recommend you go over my video again very carefully, do all parameters the same as mine. see if you can get it working. I looked at your code, I can't tell easily.
@Ricarrr
@Ricarrr 2 года назад
Hi, I would like to know if the value read from the register (0x0F) should be (0x33)? I'm trying to read an external module (LIS3DH) into this register (0xFF), but I'm getting 0x3F as a response.
@mutexembedded2206
@mutexembedded2206 2 года назад
I think it’s fine, I remember coming across this before
@shahzaibshamim6524
@shahzaibshamim6524 4 года назад
Will I need to define data ready flag as volatile or not?
@bariamak9491
@bariamak9491 3 года назад
Hi! I have a question about your calibration. Where did this came from: " __X_Scale = (2*1000)/(x_max - x_min); " ? As i understand __X_Bias is from the chapter about Sensitivity (3.1.1 Datasheet), but i havent found information about this. My first thought was that "2" is from your scale, but I see you've chosen +- 16g scale. Thanks for answer :)
@JCB2024
@JCB2024 Год назад
Sensitivity describes the gain of the sensor and can be determined, for example, by applying 1 g acceleration to it. As the sensor can measure DC accelerations this can be done easily by pointing the axis of interest towards the center of the Earth, noting the output value, rotating the sensor by 180 degrees (pointing to the sky) and noting the output value again. By doing so, ±1 g acceleration is applied to the sensor. Subtracting the larger output value from the smaller one, and dividing the result by 2, leads to the actual sensitivity of the sensor. This value changes very little over temperature and also time. The sensitivity tolerance describes the range of sensitivities of a large population of sensors.
@JCB2024
@JCB2024 Год назад
I see this Sensitivity descriptions in the datasheet. Hope this helps!
@mnane34
@mnane34 3 года назад
thank you sir
@amulyaudayakumar2409
@amulyaudayakumar2409 4 года назад
Hi I find all your videos very useful.. thank u... please can u do a video on L3GD20 gyroscope sensor with stm32f429zi?
@TheFlackbaume
@TheFlackbaume 2 года назад
Oh god, yes please. I am trying to get this working, but I have no idea where to get the pinout information. I were not able to find a document that shows the connection of the gyroscope to the chip (similar to the schematic at the beginning of this video). There is one measly graphic in the boards user manual that shows the gyroscope connected to the I2C-System (but not which one of the three available I2C). Also in a very short paragraph it says "The STM32F429ZIT6 controls this motion sensor through the SPI interface." (so not I2C at all?)
@abdulsamettutus1621
@abdulsamettutus1621 4 года назад
selamun aleykum yaqoob can you help me for mpu6050 yaw pitch rol code so thanks
@abdulsamettutus1621
@abdulsamettutus1621 3 года назад
@@batuhantopal9277 bende i2c kullanıyorum ama bunların filtreler yardımı ile ypr yapılıyor onu yapamadım Arduino da var ama STM de yazılmamış kendim ugrastim bir yere kadar ama sonunu getiremedim
@youcefasb6293
@youcefasb6293 5 лет назад
How about SDIO WIFI video :D
Далее
SPONGEBOB POWER-UPS IN BRAWL STARS!!!
08:35
Просмотров 10 млн
The Greenwich Meridian is in the wrong place
25:07
Просмотров 819 тыс.
I2C and SPI on a PCB Explained!
15:34
Просмотров 145 тыс.
PART I: STM32 HAL I2C and MPU6050 IMU
13:49
Просмотров 20 тыс.