<?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>vuknikolic.rs</title><link>https://vuknikolic.rs/en/</link><description>Recent content 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/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><item><title>Fixing the DAC on a Wemos S2 Mini</title><link>https://vuknikolic.rs/en/posts/esp32/dac_fix/</link><pubDate>Sun, 28 Nov 2021 00:00:00 +0000</pubDate><guid>https://vuknikolic.rs/en/posts/esp32/dac_fix/</guid><description><![CDATA[<p>I can&rsquo;t understand how they came up with the idea of using an 8-bit DAC. The poor-quality DAC becomes even more unusable due to the presence of the pull-up resistor.</p>
<p>Remove the resistor, and you will have another DAC with the same functionality.</p>]]></description><enclosure url="https://vuknikolic.rs/sr/posts/esp32/dac_fix/title.png" length="42593" type="image/.png"/></item><item><title>Wemos S2 Mini ESP32-S2</title><link>https://vuknikolic.rs/en/posts/esp32/introduction/</link><pubDate>Thu, 14 Jan 2021 00:00:00 +0000</pubDate><guid>https://vuknikolic.rs/en/posts/esp32/introduction/</guid><description><![CDATA[<p>It&rsquo;s time to forget about Arduino Pro Mini and move on to something 32-bit. <a href="https://www.wemos.cc/en/latest/s2/index.html" target="_blank" rel="noopener noreferrer">Wemos S2 Mini ESP32 Development Board<i class="fas fa-external-link-square-alt ms-1"></i></a> with a price of 1.00 EUR looks promising.</p>
<p>And let&rsquo;s see if <a href="https://micropython.org" target="_blank" rel="noopener noreferrer">MicroPython<i class="fas fa-external-link-square-alt ms-1"></i></a> is usable for prototyping.</p>]]></description><enclosure url="https://vuknikolic.rs/sr/posts/esp32/introduction/title.png" length="438030" type="image/.png"/></item></channel></rss>