<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Nicolas Lorenzi</title>
    <description>The latest articles on Forem by Nicolas Lorenzi (@lorenzinicolas).</description>
    <link>https://forem.com/lorenzinicolas</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F821057%2F3f4affa9-b6df-4ac6-a003-ed1fc4462f45.jpeg</url>
      <title>Forem: Nicolas Lorenzi</title>
      <link>https://forem.com/lorenzinicolas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/lorenzinicolas"/>
    <language>en</language>
    <item>
      <title>”My board crashes when a detection occurs”</title>
      <dc:creator>Nicolas Lorenzi</dc:creator>
      <pubDate>Fri, 22 Jul 2022 07:00:30 +0000</pubDate>
      <link>https://forem.com/luos/my-board-crashes-when-a-detection-occurs-gh1</link>
      <guid>https://forem.com/luos/my-board-crashes-when-a-detection-occurs-gh1</guid>
      <description>&lt;p&gt;When you run a detection by adding a gate to your network or from your application, your board crashes and the MCU goes into a &lt;code&gt;Default_Handler:Infinite_Loop&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Find the resolution of this symptom here: &lt;a href="https://www.luos.io/faq/application-default-handler"&gt;https://www.luos.io/faq/application-default-handler&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Otherwise, if you have encountered a problem with Luos, feel free to contact our maintainers via Discord (link in comment). We are an open-source project and we are happy to help you!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>microservices</category>
      <category>tutorial</category>
      <category>luos</category>
    </item>
    <item>
      <title>The magic hand</title>
      <dc:creator>Nicolas Lorenzi</dc:creator>
      <pubDate>Wed, 20 Jul 2022 15:32:46 +0000</pubDate>
      <link>https://forem.com/luos/the-magic-hand-2gp4</link>
      <guid>https://forem.com/luos/the-magic-hand-2gp4</guid>
      <description>&lt;p&gt;A few weeks ago, Vik#1501 developed a quick #demo to show the power of Luos, connecting different types of hardware.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/WU8Rqw-W0iY"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Using topology detection, she prepared two applications 🙂&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Control the movement of the motors&lt;/li&gt;
&lt;li&gt;Copying the movement of the DXL motor&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>opensource</category>
      <category>microservices</category>
      <category>embedded</category>
      <category>luos</category>
    </item>
    <item>
      <title>Node: definition</title>
      <dc:creator>Nicolas Lorenzi</dc:creator>
      <pubDate>Tue, 19 Jul 2022 15:36:43 +0000</pubDate>
      <link>https://forem.com/luos/node-definition-45fd</link>
      <guid>https://forem.com/luos/node-definition-45fd</guid>
      <description>&lt;p&gt;A Luos node is the term for each hardware component connected to a Luos network.&lt;/p&gt;

&lt;p&gt;⏩ &lt;a href="https://www.luos.io/docs/luos-technology/node"&gt;https://www.luos.io/docs/luos-technology/node&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In other words, each MCU connected to the system, is called a node. The node contains a package and one or more services.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>microservices</category>
      <category>embedded</category>
      <category>luos</category>
    </item>
    <item>
      <title>Think Globally…</title>
      <dc:creator>Nicolas Lorenzi</dc:creator>
      <pubDate>Fri, 08 Jul 2022 16:01:34 +0000</pubDate>
      <link>https://forem.com/luos/think-globally-4hb1</link>
      <guid>https://forem.com/luos/think-globally-4hb1</guid>
      <description>&lt;p&gt;If you use distributed applications and containers for your project, you can easily create sub-applications that can handle a task and communicate with the containers they need. The concept of microservices in the embedded world.&lt;/p&gt;

&lt;p&gt;⏩ &lt;a href="https://www.luos.io/blog/think-globally"&gt;https://www.luos.io/blog/think-globally&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Read this article to understand Luos benefits and vision. How to write an application inside a container witch can communicate with other containers?&lt;/p&gt;

&lt;h1&gt;
  
  
  microservices #opensource #embedded
&lt;/h1&gt;

</description>
      <category>opensource</category>
      <category>microservices</category>
      <category>devjournal</category>
      <category>luos</category>
    </item>
    <item>
      <title>Luos technology: Basics</title>
      <dc:creator>Nicolas Lorenzi</dc:creator>
      <pubDate>Thu, 07 Jul 2022 15:59:01 +0000</pubDate>
      <link>https://forem.com/luos/luos-technology-basics-2k6b</link>
      <guid>https://forem.com/luos/luos-technology-basics-2k6b</guid>
      <description>&lt;p&gt;Luos engine is the engine provided by Luos that will manage your services on all your nodes.&lt;/p&gt;

&lt;p&gt;Let’s define what is a node, a package, a service, a service detection, a routing and a message!&lt;/p&gt;

&lt;p&gt;⏩ &lt;a href="https://www.luos.io/docs/luos-technology/basics/concept"&gt;https://www.luos.io/docs/luos-technology/basics/concept&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks to this article, you will be better informed about our specific language.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>microservices</category>
      <category>tutorial</category>
      <category>luos</category>
    </item>
    <item>
      <title>Ball Catcher : Have you seen part 1?</title>
      <dc:creator>Nicolas Lorenzi</dc:creator>
      <pubDate>Wed, 06 Jul 2022 15:55:55 +0000</pubDate>
      <link>https://forem.com/luos/ball-catcher-have-you-seen-part-1-7a5</link>
      <guid>https://forem.com/luos/ball-catcher-have-you-seen-part-1-7a5</guid>
      <description>&lt;p&gt;A few days ago we showed you how to create a hard real-time system through multiple electronic boards with Luos.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/BtMSTrTEqqs"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Viktoria invites you to watch or rewatch this video and don't worry, the sequel is already being edited 🙂&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>microservices</category>
      <category>tutorial</category>
      <category>luos</category>
    </item>
    <item>
      <title>Luos technology</title>
      <dc:creator>Nicolas Lorenzi</dc:creator>
      <pubDate>Tue, 05 Jul 2022 15:50:53 +0000</pubDate>
      <link>https://forem.com/luos/luos-technology-mcm</link>
      <guid>https://forem.com/luos/luos-technology-mcm</guid>
      <description>&lt;p&gt;We are committed to offering a new way to design your hardware products using microservices concepts.&lt;br&gt;
⏩ &lt;a href="https://www.luos.io/docs/luos-technology/"&gt;https://www.luos.io/docs/luos-technology/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let’s talk about Luos technology on our documentation and how choosing Luos to design a product will help you to develop, debug, validate, monitor, and manage it.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>microservices</category>
      <category>architecture</category>
      <category>luos</category>
    </item>
    <item>
      <title>What are cyber-physical systems?</title>
      <dc:creator>Nicolas Lorenzi</dc:creator>
      <pubDate>Mon, 04 Jul 2022 15:52:25 +0000</pubDate>
      <link>https://forem.com/luos/what-are-cyber-physical-systems-4bkd</link>
      <guid>https://forem.com/luos/what-are-cyber-physical-systems-4bkd</guid>
      <description>&lt;p&gt;A few days ago, we talked about a specific term: Cyber-physical systems (CPS).&lt;/p&gt;

&lt;p&gt;▶️ &lt;a href="https://www.luos.io/blog/cyber-physical-systems"&gt;https://www.luos.io/blog/cyber-physical-systems&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;With this blog post, let's take a look at what CPS is, some examples, how it differs from IoT and the impacts/benefits of these systems in your daily life.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>microservices</category>
      <category>embedded</category>
      <category>luos</category>
    </item>
    <item>
      <title>Troubleshooting page</title>
      <dc:creator>Nicolas Lorenzi</dc:creator>
      <pubDate>Fri, 01 Jul 2022 15:05:03 +0000</pubDate>
      <link>https://forem.com/luos/troubleshooting-page-1gk3</link>
      <guid>https://forem.com/luos/troubleshooting-page-1gk3</guid>
      <description>&lt;p&gt;With the Luos team, we try to improve our code every day, but you may encounter some bugs. Our troubleshooting / FAQ page can help you find the right solution for your problem.&lt;/p&gt;

&lt;p&gt;⏩ &lt;a href="https://www.luos.io/faq"&gt;https://www.luos.io/faq&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Are you experiencing a problem that is not listed? Be part of our community and submit it via Github, Discord or Reddit.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>microservices</category>
      <category>faq</category>
      <category>luos</category>
    </item>
    <item>
      <title>Why is standardized data so important in embedded systems?</title>
      <dc:creator>Nicolas Lorenzi</dc:creator>
      <pubDate>Wed, 29 Jun 2022 15:47:50 +0000</pubDate>
      <link>https://forem.com/luos/why-is-standardized-data-so-important-in-embedded-systems-2174</link>
      <guid>https://forem.com/luos/why-is-standardized-data-so-important-in-embedded-systems-2174</guid>
      <description>&lt;p&gt;Luos is designed to have software and hardware containers. Discover our article to discover why it is essential to standardize data in embedded systems.&lt;/p&gt;

&lt;p&gt;⏩ &lt;a href="https://www.luos.io/blog/why-is-standardized-data-so-important-in-embedded-systems"&gt;https://www.luos.io/blog/why-is-standardized-data-so-important-in-embedded-systems&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--8nbAN4-2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r5ytdwu3j3zc8wr0a80b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--8nbAN4-2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r5ytdwu3j3zc8wr0a80b.png" alt="Why is standardized data so important in embedded systems?" width="880" height="460"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>microservices</category>
      <category>discuss</category>
      <category>luos</category>
    </item>
    <item>
      <title>Multicast</title>
      <dc:creator>Nicolas Lorenzi</dc:creator>
      <pubDate>Tue, 28 Jun 2022 15:37:43 +0000</pubDate>
      <link>https://forem.com/luos/multicast-1a42</link>
      <guid>https://forem.com/luos/multicast-1a42</guid>
      <description>&lt;p&gt;Need to transmit a message to multiple targets at the same time?&lt;br&gt;
⏩ &lt;a href="https://www.luos.io/docs/luos-technology/message/"&gt;https://www.luos.io/docs/luos-technology/message/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;With Luos broadcast and multicast transmission methods, you do not need to overcharge your network with messages. &lt;/p&gt;

&lt;p&gt;In Multicast you just need to subscribe your service to a specific topic, wave your magic wand, and your service will start receiving the messages you are interested in. Simple enough?&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>microservices</category>
      <category>tutorial</category>
      <category>luos</category>
    </item>
    <item>
      <title>The Benefits of Using Microservices for Edge Devices</title>
      <dc:creator>Nicolas Lorenzi</dc:creator>
      <pubDate>Mon, 27 Jun 2022 16:01:42 +0000</pubDate>
      <link>https://forem.com/luos/the-benefits-of-using-microservices-for-edge-devices-4b94</link>
      <guid>https://forem.com/luos/the-benefits-of-using-microservices-for-edge-devices-4b94</guid>
      <description>&lt;p&gt;We recently wrote an article about the benefits of using microservices for edge devices in The New Stack.&lt;/p&gt;

&lt;p&gt;⏩ &lt;a href="https://thenewstack.io/the-benefits-of-using-microservices-for-edge-devices/"&gt;https://thenewstack.io/the-benefits-of-using-microservices-for-edge-devices/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We believe that electronic design should be “microservice-able” and are working on an open source library (Luos) that helps separate code into services so that it is easy to integrate and maintain into a project.&lt;/p&gt;

&lt;p&gt;Many thanks to The new stack team, Glenn and Joseph.&lt;/p&gt;

&lt;p&gt;Hello to our friends mentioned at Pollen Robotics.&lt;/p&gt;

&lt;p&gt;Writer: Nicolas Rabault&lt;/p&gt;

</description>
      <category>microservices</category>
      <category>opensource</category>
      <category>library</category>
      <category>luos</category>
    </item>
  </channel>
</rss>
