<?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: Ludorg</title>
    <description>The latest articles on Forem by Ludorg (@ludorg).</description>
    <link>https://forem.com/ludorg</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%2F91191%2F84b4dbd6-58a6-4019-b0ad-92e05aa0bfef.jpg</url>
      <title>Forem: Ludorg</title>
      <link>https://forem.com/ludorg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ludorg"/>
    <language>en</language>
    <item>
      <title>Conferences about Rust Embedded</title>
      <dc:creator>Ludorg</dc:creator>
      <pubDate>Mon, 08 May 2023 08:32:55 +0000</pubDate>
      <link>https://forem.com/ludorg/conferences-about-rust-embedded-1m6k</link>
      <guid>https://forem.com/ludorg/conferences-about-rust-embedded-1m6k</guid>
      <description>&lt;p&gt;This article contains links to three conferences about Rust Embedded (two are in french). I attended the one at Devoxx France 2023 and it was great. &lt;/p&gt;

&lt;h2&gt;
  
  
  [Devoxx France 2023] Introduction à Rust embarqué - Sylvain WALLEZ
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=w-HGwLAtJr8"&gt;Direct link to the conference video&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.google.com/presentation/d/e/2PACX-1vQJjc4setj6SflkhBC4Q6iN-av290WNFgKVmdT1MzguRBUEUiyqBXQTWT2pOMZuCLHh1RveDIOBAZ4B/pub"&gt;Slides of the conference&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

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


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/swallez"&gt;
        swallez
      &lt;/a&gt; / &lt;a href="https://github.com/swallez/intro-embdedded-rust"&gt;
        intro-embdedded-rust
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Source code for the "Introduction to embedded Rust" talk
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
Introduction to embedded Rust&lt;/h1&gt;
&lt;p&gt;This is the source code for my talk "Introduction to embedded Rust". It has been given a few times:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;2023-04 at &lt;a href="https://www.devoxx.fr/" rel="nofollow"&gt;Devoxx&lt;/a&gt; in Paris, FR - &lt;a href="https://docs.google.com/presentation/d/e/2PACX-1vQJjc4setj6SflkhBC4Q6iN-av290WNFgKVmdT1MzguRBUEUiyqBXQTWT2pOMZuCLHh1RveDIOBAZ4B/pub" rel="nofollow"&gt;slides&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;2022-11 at the Elastic Rust Guild - &lt;a href="https://docs.google.com/presentation/d/e/2PACX-1vQQf8JCeoIuUm98XDuzg1yzfgfku3OcY-W9JL_1Rhw-FaMXPpdGU93jeDcCD2Q7RMvajOdt1hipcXp7/pub" rel="nofollow"&gt;slides&lt;/a&gt;, &lt;a href="https://www.youtube.com/watch?v=pDoOPl5ptGs" rel="nofollow"&gt;video&lt;/a&gt; (en).&lt;/li&gt;
&lt;li&gt;2022-11 at &lt;a href="https://capitoledulibre.org/" rel="nofollow"&gt;Capitole du Libre&lt;/a&gt; in Toulouse, FR - &lt;a href="https://docs.google.com/presentation/d/e/2PACX-1vQQf8JCeoIuUm98XDuzg1yzfgfku3OcY-W9JL_1Rhw-FaMXPpdGU93jeDcCD2Q7RMvajOdt1hipcXp7/pub" rel="nofollow"&gt;slides&lt;/a&gt;, &lt;a href="https://www.youtube.com/watch?v=2SxO74QofRA" rel="nofollow"&gt;video&lt;/a&gt; (fr), &lt;a href="https://github.com/swallez/intro-embdedded-rust/tree/2211-capitole-du-libre"&gt;git branch&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There are two projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/swallez/intro-embdedded-rustintro-attiny"&gt;&lt;code&gt;intro-attiny&lt;/code&gt;&lt;/a&gt;: a "blink" demo for an attiny85, with a variable rate driven by a LDR (light dependent resistor)&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/swallez/intro-embdedded-rustintro-esp32"&gt;&lt;code&gt;intro-esp32&lt;/code&gt;&lt;/a&gt;: two demos for an ESP32
&lt;ul&gt;
&lt;li&gt;Display the value of an LDR on a tiny OLED display.&lt;/li&gt;
&lt;li&gt;Display the value of an LDR on a self-refreshing web page with an embedded http server powered by ESP-IDF.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Useful links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/rust-embedded"&gt;Rust Embedded main page&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/avr-rust/"&gt;Rust on AVR devices&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/esp-rs"&gt;Rust on ESP devices&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/swallez/intro-embdedded-rust"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;h2&gt;
  
  
  [DevFest Nantes 2022] Oh crab ! My watch speaks Rust - Pierre-Yves AILLET
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=PNNHGmXcmHw"&gt;Direct link to the conference video&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pyaillet.github.io/twatch-rust/main/#/1"&gt;Slides of the conference&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

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


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/pyaillet"&gt;
        pyaillet
      &lt;/a&gt; / &lt;a href="https://github.com/pyaillet/twatch-rust"&gt;
        twatch-rust
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Oh crab 🦀! My watch speaks Rust.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
Oh crab 🦀! My watch speaks Rust.&lt;/h1&gt;
&lt;p&gt;Slides for a presentation given at &lt;a href="https://devfest.gdgnantes.com/sessions/oh_crab___my_watch_speaks_rust___" rel="nofollow"&gt;DevFest Nantes 2022&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;See online &lt;a href="https://pyaillet.github.io/twatch-rust/main/" rel="nofollow"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/pyaillet/twatch-rust"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;h2&gt;
  
  
  [Espressif DevCon22] Rust on Espressif chips - Scott MABIN
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=8l29cTFS27w?t=12381"&gt;Direct link to the conference video&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;No slides available&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/8l29cTFS27w?start=12381"&gt;
&lt;/iframe&gt;
&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
      &lt;div class="c-embed__cover"&gt;
        &lt;a href="https://github.com/esp-rs" class="c-link s:max-w-50 align-middle" rel="noopener noreferrer"&gt;
          &lt;img alt="" src="https://res.cloudinary.com/practicaldev/image/fetch/s--XLssjXGd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://avatars.githubusercontent.com/u/46717278%3Fs%3D280%26v%3D4" height="280" class="m-0" width="280"&gt;
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;div class="c-embed__body"&gt;
      &lt;h2 class="fs-xl lh-tight"&gt;
        &lt;a href="https://github.com/esp-rs" rel="noopener noreferrer" class="c-link"&gt;
          esp-rs · GitHub
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;p class="truncate-at-3"&gt;
          Libraries, crates and examples for using Rust on Espressif SoC's - esp-rs
        &lt;/p&gt;
      &lt;div class="color-secondary fs-s flex items-center"&gt;
          &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://res.cloudinary.com/practicaldev/image/fetch/s--GiYjWU4I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.githubassets.com/favicons/favicon.svg" width="32" height="32"&gt;
        github.com
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>rust</category>
      <category>embedded</category>
      <category>devoxxfr</category>
      <category>devfest</category>
    </item>
    <item>
      <title>Rust learning resources</title>
      <dc:creator>Ludorg</dc:creator>
      <pubDate>Sat, 12 Mar 2022 19:59:01 +0000</pubDate>
      <link>https://forem.com/ludorg/rust-learning-resources-3io8</link>
      <guid>https://forem.com/ludorg/rust-learning-resources-3io8</guid>
      <description>&lt;p&gt;Here are some links I used (and I'm still using) to learn &lt;a href="https://www.rust-lang.org/"&gt;Rust&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.udemy.com/course/ultimate-rust-crash-course/"&gt;Ultimate Rust Crash Course&lt;/a&gt;: a great course on Udemy.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;A fast-paced, entertaining, and curiously informative hands-on crash course in the Rust programming language. Who this course is for:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Aspiring systems programmers, software developers, engineers, wizards, warriors, and hobbits&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Any developer who needs to run code fast, efficiently, securely, under tight restraints, or with a minimum of bugs.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://docs.microsoft.com/en-us/learn/paths/rust-first-steps/"&gt;Take your first steps with Rust&lt;/a&gt;: free Learning Path on Microsoft Learn.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Interested in learning a new programming language that's growing in use and popularity? Start here! Lay the foundation of knowledge you need to build fast and effective programs in Rust.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://doc.rust-lang.org/book/"&gt;The Rust Programming Language&lt;/a&gt;: part of the official documentation, also available as paper book on &lt;a href="https://www.amazon.fr/gp/product/1718500440/ref=dbs_a_def_rwt_hsch_vapi_tu00_p1_i0"&gt;Amazon.fr&lt;/a&gt;. This book is also available with Rust toolchain in: &lt;code&gt;share/doc/rust/html/book/index.html&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Affectionately nicknamed "the book," The Rust Programming Language will give you an overview of the language from first principles. You'll build a few projects along the way, and by the end, you'll have a solid grasp of the language.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://doc.rust-lang.org/rust-by-example/"&gt;Rust by Example&lt;/a&gt;: also part of the official documentation. This one can be found in: &lt;code&gt;share/doc/rust/html/rust-by-example/index.html&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>rust</category>
      <category>learn</category>
    </item>
  </channel>
</rss>
