<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>IMU on vuknikolic.rs</title><link>https://vuknikolic.rs/en/series/imu/</link><description>Recent content in IMU on vuknikolic.rs</description><generator>Hugo -- gohugo.io</generator><copyright>Copyright © 2016-2025 Vuk Nikolic. All Rights Reserved.</copyright><lastBuildDate>Sat, 12 Feb 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://vuknikolic.rs/en/series/imu/index.xml" rel="self" type="application/rss+xml"/><item><title>MicroPython IMU - Signals</title><link>https://vuknikolic.rs/en/posts/esp32/imu_sig/</link><pubDate>Sat, 12 Feb 2022 00:00:00 +0000</pubDate><guid>https://vuknikolic.rs/en/posts/esp32/imu_sig/</guid><description><![CDATA[<p>This wasn&rsquo;t the planned next step in this project, but I noticed that performance isn&rsquo;t as good as I would like it to be. It seems that, in the end, everything will have to be rewritten in C. MicroPython is just a toy and the fastest solution for some hobby projects.</p>]]></description></item><item><title>MicroPython IMU - RAW data</title><link>https://vuknikolic.rs/en/posts/esp32/imu_raw/</link><pubDate>Tue, 04 Jan 2022 00:00:00 +0000</pubDate><guid>https://vuknikolic.rs/en/posts/esp32/imu_raw/</guid><description>&lt;p>The next step is to understand what the sensor values represent in the real world. I always find it best to comprehend something when I can see it. Therefore, the next step is to visualize each of the data points (Ax, Ay, Az, Gx, Gy, Gz) received from the sensor in real-time. Python is not the ideal tool for real-time (RT) projects, but I hope it will be sufficient for something this simple.&lt;/p></description><enclosure url="https://vuknikolic.rs/sr/posts/esp32/imu_raw/pygame_raw_data.jpg" length="71852" type="image/.jpg"/></item><item><title>MicroPython IMU - Connection</title><link>https://vuknikolic.rs/en/posts/esp32/imu/</link><pubDate>Tue, 30 Nov 2021 00:00:00 +0000</pubDate><guid>https://vuknikolic.rs/en/posts/esp32/imu/</guid><description>&lt;p>I have had some of these electronic components for a long time, but I never got around to trying them. I want to create an IMU (Inertial Measurement Unit) without any particular need. There are probably already ready-made, simple, and better solutions, so this is just for fun. The sensor is the InvenSense MPU-6050 Six-Axis Gyro + Accelerometer. This sensor is not recommended for use in new projects as it has been replaced by a newer generation. The chip also includes a Digital Motion Processor™ (DMP™), which I do not wish to use, even though I am confident the result would be better.&lt;/p></description><enclosure url="https://vuknikolic.rs/en/posts/esp32/imu/mpu_6050.png" length="23079" type="image/.png"/></item></channel></rss>