<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Poland - Night Light That Turns On When It Detects Motion by SK Raciborz</title>
      <link>https://padlet.com/skraciborz/6lsh9xodzni4wedu</link>
      <description>Polska - Lampka nocna, która włącza się po wykryciu ruchu</description>
      <language>en-us</language>
      <pubDate>2024-03-12 13:30:35 UTC</pubDate>
      <lastBuildDate>2025-04-03 07:58:43 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>STEP 1: Aim of the project( cel projektu)</title>
         <author>skraciborz</author>
         <link>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915645931</link>
         <description><![CDATA[<p>Night Light That Turns On When It Detects Motion </p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-12 13:36:46 UTC</pubDate>
         <guid>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915645931</guid>
      </item>
      <item>
         <title>STEP 2: Components Required (Wymagane komponenty)</title>
         <author>skraciborz</author>
         <link>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915648931</link>
         <description><![CDATA[<p>-Arduino Uno R3</p><p>-Contact board 830</p><p>-USB A to USB 2.0 cable</p><p>-5-10k GL 5516 photoresistor</p><p>-Led</p><p>-Resistor 1x 330 1x 1k</p><p>-Laptop</p><p>-Connection cables 7</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-12 13:38:43 UTC</pubDate>
         <guid>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915648931</guid>
      </item>
      <item>
         <title>STEP 3: Circuit Diagram &amp; Connections (Schemat obwodu i połączenia) </title>
         <author>skraciborz</author>
         <link>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915651419</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2374066656/97adb1d806a84b59b944433ed997fadb/Zrzut_ekranu_2024_03_19_081420.png" />
         <pubDate>2024-03-12 13:40:17 UTC</pubDate>
         <guid>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915651419</guid>
      </item>
      <item>
         <title>STEP 4: mBlock Codes (Kody mBlocs)</title>
         <author>skraciborz</author>
         <link>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915654758</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2374066656/4c5314ff1a3b6705b5e1e22d1c4246ed/Zrzut_ekranu_2024_05_10_072525.png" />
         <pubDate>2024-03-12 13:42:13 UTC</pubDate>
         <guid>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915654758</guid>
      </item>
      <item>
         <title>STEP 5: C++ Codes ( Kody w C++)</title>
         <author>skraciborz</author>
         <link>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915655907</link>
         <description><![CDATA[<pre><code>#include &lt;Arduino.h&gt;
#include &lt;Wire.h&gt;
#include &lt;SoftwareSerial.h&gt;

double angle_rad = PI/180.0;
double angle_deg = 180.0/PI;

void setup(){
    pinMode(A0+5,INPUT);
    pinMode(8,OUTPUT);
}

void loop(){
    if((analogRead(A0+5)) &lt; ( 200 )){
        digitalWrite(8,1);
    }else{
        digitalWrite(8,0);
    }
    _loop();
}

void _delay(float seconds){
    long endTime = millis() + seconds * 1000;
    while(millis() &lt; endTime)_loop();
}

void _loop(){
}</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-12 13:42:54 UTC</pubDate>
         <guid>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915655907</guid>
      </item>
      <item>
         <title>STEP 6: Designing (Designing)- 3D desing, model craft, prototype making</title>
         <author>skraciborz</author>
         <link>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915658263</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2374066656/4cb73b139b92043f8191ae5969333a46/druk_3_D.mp4" />
         <pubDate>2024-03-12 13:44:28 UTC</pubDate>
         <guid>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915658263</guid>
      </item>
      <item>
         <title>STEP 7: Photos of Project Stages (Zdjęcia etapów projektu)</title>
         <author>skraciborz</author>
         <link>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915659430</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2374066656/cac26fb47989a9732012fd83287af06a/Black_and_White_Minimalist_Animated_Grunge_Photography_Camera_YouTube_Intro.pdf" />
         <pubDate>2024-03-12 13:45:15 UTC</pubDate>
         <guid>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915659430</guid>
      </item>
      <item>
         <title>STEP 8: Conclusion Photos</title>
         <author>skraciborz</author>
         <link>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915728937</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2374066656/fd2f6f669c51c277c336e7de31d2d2e9/project.mp4" />
         <pubDate>2024-03-12 14:27:31 UTC</pubDate>
         <guid>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915728937</guid>
      </item>
      <item>
         <title>STEP 9: Video Domonstration ( pokaz wideo)</title>
         <author>skraciborz</author>
         <link>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915730093</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2374066656/b483db808d7485a56d5a789b0c185c89/Wideo_WhatsApp_2024_04_22_o_13_16_21_515f1d74.mp4" />
         <pubDate>2024-03-12 14:28:12 UTC</pubDate>
         <guid>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/2915730093</guid>
      </item>
      <item>
         <title></title>
         <author>mmrukotulak</author>
         <link>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/3378236333</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2374066656/efc46e66112d568ae79cba669d455069/EN_Co_fundedbytheEU_RGB_POS.png" />
         <pubDate>2025-03-23 18:25:52 UTC</pubDate>
         <guid>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/3378236333</guid>
      </item>
      <item>
         <title></title>
         <author>skraciborz</author>
         <link>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/3380912342</link>
         <description><![CDATA[<p>The European Commission support for the production of this publication does not constitute an endorsement of the contents which reflects the views only of the authors, and the Commission cannot be held responsible for any use which may be made of the information contained&nbsp;therein.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-03-25 06:41:37 UTC</pubDate>
         <guid>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/3380912342</guid>
      </item>
      <item>
         <title></title>
         <author>mmrukotulak</author>
         <link>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/3386772647</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/517848177/88471a8ecb6dbcee2e152aa9c5760e85/CC_BY_icon_svg.png" />
         <pubDate>2025-03-28 13:57:41 UTC</pubDate>
         <guid>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/3386772647</guid>
      </item>
      <item>
         <title></title>
         <author>skraciborz</author>
         <link>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/3386815328</link>
         <description><![CDATA[<p><strong>Authors:</strong> International team of the Erasmus+ project</p><p>📜 <strong>License:</strong><br>This material is available under the <strong>Creative Commons Attribution 4.0 International (CC BY 4.0) license</strong>.<br>This means it can be copied, modified, distributed, and used, provided that proper credit is given.<br>📎 <strong>License details:</strong> <a rel="noopener noreferrer nofollow" href="https://creativecommons.org/licenses/by/4.0/deed.en%EF%BF%BC%F0%9F%93%8C">https://creativecommons.org/licenses/by/4.0/deed.en</a><br>ℹ️ <strong>The content of this material is the sole responsibility of the authors and does not necessarily reflect the official position of the European Commission.</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-03-28 14:28:54 UTC</pubDate>
         <guid>https://padlet.com/skraciborz/6lsh9xodzni4wedu/wish/3386815328</guid>
      </item>
   </channel>
</rss>
