<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ArisNotes</title><link>/</link><description>Recent content on ArisNotes</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 05 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml"/><item><title>Guides</title><link>/showguides/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/showguides/</guid><description/></item><item><title>Projets</title><link>/showprojects/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/showprojects/</guid><description/></item><item><title>About</title><link>/menu/about/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>/menu/about/</guid><description>&lt;p&gt;&lt;img src="20251224_120402.jpg
" alt="description" class="img-float-left" width="290"&gt;
&lt;br&gt;
I&amp;rsquo;m Aris Papasavvas, a control and automation engineer with industrial and academic experience across fuel cell systems, test benches, real-time optimization, PLC-based control, and all the messy reality between theory and commissioning.&lt;/p&gt;
&lt;p&gt;ArisNotes is where I put what I build and learn : guides, projects, and rougher notes on control, automation, optimization, and embedded systems. The goal is simple: make things practical and reusable for engineers facing similar challenges.&lt;/p&gt;</description></item><item><title>Siemens TIA Portal – Setup (trial)</title><link>/notes/automation/siemens/0_strategy/sans-titre/</link><pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate><guid>/notes/automation/siemens/0_strategy/sans-titre/</guid><description>My plan to expand my skills in Automation</description></item><item><title>Siemens TIA Portal – Setup (trial)</title><link>/notes/automation/siemens/1_setup/</link><pubDate>Sat, 23 May 2026 00:00:00 +0000</pubDate><guid>/notes/automation/siemens/1_setup/</guid><description>Hints on what to download, and where to go to enable trial license of TIA-Portal</description></item><item><title>AI Guide</title><link>/guides/ai-guide/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>/guides/ai-guide/</guid><description>This is the main note for my AI Guide.</description></item><item><title>ArisDrone</title><link>/projects/arisdrone/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>/projects/arisdrone/</guid><description>This is the main note for my ArisDrone project</description></item><item><title>ArisRTO</title><link>/projects/arisrto/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>/projects/arisrto/</guid><description>This is the main note for my ArisRTO project</description></item><item><title>ArisWeb</title><link>/projects/arisweb/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>/projects/arisweb/</guid><description>This is the main note for my ArisWeb project</description></item><item><title>Automation Guide</title><link>/guides/automation-guide/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>/guides/automation-guide/</guid><description>On the field, control and automation systems are implemented using very specific tools like PLCs : tools that are usually not taught, or even mentioned, in non-technical-focused universities. However, if you&amp;rsquo;re pursuing a career in industrial control and automation, hands-on experience with these tools is essential. I had to learn them on my own, and here I&amp;rsquo;m trying to share the material I wish I&amp;rsquo;d had to speed up that process. Here I will be talking about tools, programming strategies, and everything that constitutes the bridge between control theory and its application on a field computer.</description></item><item><title>Cascaded control - Time separation</title><link>/notes/control-theory/cascaded-control---importance-of-time-separation/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>/notes/control-theory/cascaded-control---importance-of-time-separation/</guid><description>This note explains why time-scale separation is key in cascaded control, and how it helps you avoid unexpected oscillations when stacking controllers. It gives an intuitive rule of thumb (and where it comes from) so you can design inner and outer loops that play nicely together—whether you’re tuning simple PIDs or building more advanced control layers.</description></item><item><title>Control Systems Guide</title><link>/guides/control-system-guide/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>/guides/control-system-guide/</guid><description>This is the main note for my Control Systems Guide.</description></item><item><title>From Obsidian notes to a local Hugo website</title><link>/notes/arisweb/obsidian-to-hugo-local/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>/notes/arisweb/obsidian-to-hugo-local/</guid><description>TLDR : This note walks you through turning your Obsidian notes into a local Hugo website using the Roadster theme, from creating the site folder to configuring the hugo.toml file. It’s a step‑by‑step, copy‑paste‑friendly guide so you can get a basic blog up and running quickly, then start customizing the look and layout to your taste.</description></item><item><title>Hugo from local to website</title><link>/notes/arisweb/hugo-local-to-hugo-website/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>/notes/arisweb/hugo-local-to-hugo-website/</guid><description>This note walks through a practical way to deploy a Hugo website from your development PC to a live server, using GitHub as the bridge and automation layer. It helps you put in place a clean workflow for building locally, versioning your site, and pushing updates to production with as little manual work as possible.</description></item><item><title>Optimization Guide</title><link>/guides/optimization-guide/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>/guides/optimization-guide/</guid><description>This is the main note for my Optimizations Guide.</description></item><item><title>quaternions - Application to drones orientation</title><link>/notes/arisdrone/quaternions---application-to-drones-orientation/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>/notes/arisdrone/quaternions---application-to-drones-orientation/</guid><description>This note shows how to use quaternions to track a drone’s 3D orientation in a clean, implementation‑friendly way, starting from gyroscope data and then correcting drift with the accelerometer (and later the magnetometer). It walks through the math and the approximations step by step, so you can turn raw IMU readings into a stable attitude estimate that actually runs on an embedded controller.</description></item><item><title>quaternions - The tool to deal with 3D orientation &amp; rotations</title><link>/notes/arisdrone/quaternions---the-tool-to-deal-with-3d-orientation--rotations/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>/notes/arisdrone/quaternions---the-tool-to-deal-with-3d-orientation--rotations/</guid><description>TLDR : This note introduces quaternions as the natural 4D extension of complex numbers for handling 3D rotations, starting from the familiar 2D case. It shows how to build rotation quaternions and apply them to vectors, giving you a clean, mathematically sound way to represent orientations and rotations in 3D space without relying on Euler angles.</description></item><item><title>The Lagrangian</title><link>/notes/optimization/lagrangian/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>/notes/optimization/lagrangian/</guid><description>This note gives a geometric, engineer-friendly view of nonlinear optimization and shows how the Lagrangian turns “constraints plus objective” into a single analytical object. Along the way, it builds up the ideas of Lagrange multipliers and KKT conditions step by step, so you can see them as sensitivity measures and practical optimality checks rather than abstract math.</description></item><item><title>Bode Diagram</title><link>/notes/control-theory/bode-diagram/</link><pubDate>Sun, 03 May 2026 18:54:00 +0000</pubDate><guid>/notes/control-theory/bode-diagram/</guid><description>This note gives you an intuitive, practical way to understand what Bode diagrams really tell you: how your system reacts to different frequencies in terms of gain and phase. It also shows where this comes from and how to quickly approximate Bode plots, so you can analyze systems, tune controllers, or design filters without getting lost in heavy math.</description></item><item><title/><link>/focus/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/focus/</guid><description>&lt;p&gt;Current focus of my work&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Transférer ce qui est transférable de mon Obscidian initiale vers ici&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Trouver des emoji pour les notes en lien avec:
&lt;ul&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Théorie du controle&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Théorie math&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Systèmes embarqué&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; AI&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>