<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Recent Discussions — Robotistan Community</title>
        <link>https://community.robotistan.com/index.php?p=/</link>
        <pubDate>Tue, 26 May 2026 07:18:46 +0000</pubDate>
        <language>en</language>
            <description>Recent Discussions — Robotistan Community</description>
    <atom:link href="https://community.robotistan.com/index.php?p=/discussions/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>hello makers, new to Picobricks, looking for a solution to power it</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/139/hello-makers-new-to-picobricks-looking-for-a-solution-to-power-it</link>
        <pubDate>Mon, 22 Dec 2025 16:05:09 +0000</pubDate>
        <category>Hardware Support</category>
        <dc:creator>t0qen</dc:creator>
        <guid isPermaLink="false">139@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello everyone, hope you have a good day,</p><p>I'm creating a projet and I need to use the Pico and some picobricks components outside, without USB powering then. I tested with the default battery compartment (3v) but it doesn't seem to work. However, powering with a phone powerbank via a USB cable work, but it's too big and heavy.</p><p>I'm wondering if there are any other solutions, and how to apply them.</p><p>Thx for reading,</p><p>t0qen</p><p><br /></p><p>PS: here is a photo of my project</p><p>PS 2: I'm french, be friendly about my writing, please</p><div>
    <div>
        <a href="https://community.robotistan.com/uploads/FLUNK4D76U26/img-4361-jpg.jpg" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://community.robotistan.com/uploads/FLUNK4D76U26/img-4361-jpg.jpg" alt="IMG_4361.JPG" height="3864" width="5152" /></a>
    </div>
</div>
<p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>Subject: [Bug] ESP32: MQTT event</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/138/subject-bug-esp32-mqtt-event</link>
        <pubDate>Wed, 05 Nov 2025 10:52:04 +0000</pubDate>
        <category>MicroBlocks Support</category>
        <dc:creator>hasanine007</dc:creator>
        <guid isPermaLink="false">138@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello,</p><p>I am experiencing an issue with the MQTT library on an ESP32 board. The connection to the broker (Adafruit IO) and the topic subscription (<code spellcheck="false" tabindex="0">MQTT sub</code>) both complete successfully. This is confirmed by debug messages and the ability to reliably publish data (<code spellcheck="false" tabindex="0">MQTT pub</code>). However, the <code spellcheck="false" tabindex="0">when MQTT event</code> block never triggers when a message is published to the subscribed topic. I have tested this with a minimal script that only displays the <code spellcheck="false" tabindex="0">payload</code>, but it still does not work. This suggests a bug in how incoming messages are handled, as they are not triggering the event block.</p>]]>
        </description>
    </item>
    <item>
        <title>MicroBlocks Support of RPI and micro:bit microcontrollers</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/137/microblocks-support-of-rpi-and-micro-bit-microcontrollers</link>
        <pubDate>Fri, 29 Aug 2025 09:39:10 +0000</pubDate>
        <category>MicroBlocks Support</category>
        <dc:creator>Turgut</dc:creator>
        <guid isPermaLink="false">137@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Both micro:bit v2 and the RPI 2350-W have been tested with the PicoBricks Kit and are fully functional.</p><p>Also, for a more direct support of MicroBlocks related issues with these boards, you can check out our Discord Forum at: <a href="https://discord.com/channels/1000653853491998760/1321772362479173673" rel="nofollow noreferrer ugc">https://discord.com/channels/1000653853491998760/1321772362479173673</a></p>]]>
        </description>
    </item>
    <item>
        <title>Issues with BerryBot Hardware</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/136/issues-with-berrybot-hardware</link>
        <pubDate>Tue, 29 Jul 2025 19:13:58 +0000</pubDate>
        <category>Hardware Support</category>
        <dc:creator>tstarospro</dc:creator>
        <guid isPermaLink="false">136@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I am getting a BerryBot device ready to help my granddaughter with this learning experience.</p><p>My emails to you folks have yet to get a response, so I figured I would open a discussion here.</p><p>Issues listed below: </p><ul><li> If the motors are engaged at &gt;10%, then the USB communication frequently drops out. More than 25-30% motor drive causes coms to drop out immediately. <strong>In my experience, this behavior is characteristic of a severe voltage regulation, or decoupling problem on the main board. </strong>Recovery typically requires a hardware reset, and a re-connect. I added a 47uF cap to the 3.3v header on the board, sadly no change in performance.  Without a schematic, I have no plans to dig any deeper.</li><li>If the motors are set to &lt; 20%, then the wheels do not have enough torque to spin. They make noise, but that is all. This is disappointing, but not fatal.  Clearly if there were wheel velocity sensors, and some simple PID control code, this would remedy this issue, but I understand that this would be outside of the scope of this introductory robotic toy.</li><li>Although correctly wired, the tires spin incorrectly.  For now, Right causes Forward, Left causes Backward, Forward causes pivot Right, Backward causes pivot Left.   I edited the forward, backward, left, &amp; right methods in the TB6612 module of the berrybot.py library.  I'll need to edit other TB6612 methods in way as well, but this preliminary edit solved the problem for the method that I am currently using.</li><li>Issuing a Stop from the IDE is most often ineffective, as with most of the above actions, using the motors appears to cause USB communication failures.  Even without the use of the motors, the Stop from the IDE still appears slow and problematic.  </li><li>Using Thonny, any of the code that employs motor control is at present is a waste of time, as USB communication is so frequently corrupted. Thonny throws exceptions similar to: <strong>PROBLEM IN THONNY'S BACK-END: Exception while handling 'Run' (ConnectionError: EOF</strong>).  </li></ul><p>If the comm drop out issue is specific only to my board, then I will need a replacement assembly.</p><p>If this is an epidemic defect of the this first run of BerryBot devices, then this problem is magnified by the quantity of devices shipped.</p><p> What can we do to resolve these issues?  Thanks in advance for a prompt reply.</p>]]>
        </description>
    </item>
    <item>
        <title>Using IR receiver with Picobricks for Micro:bit</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/134/using-ir-receiver-with-picobricks-for-micro-bit</link>
        <pubDate>Sat, 08 Mar 2025 09:08:54 +0000</pubDate>
        <category>Hardware Support</category>
        <dc:creator>rlyne</dc:creator>
        <guid isPermaLink="false">134@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Is anyone else having problems with the IR receiver for the Picobricks for Micro:bit?  I have built Mars explorer and used the code provided but it is not responding to any button presses.</p><p>I have also set the below code up as a test and getting nothing whatsoever on the screen after the intial tick on turning it on.</p><p>Any assistance appreciated...</p><p><br /></p><div>
    <div>
        <a href="https://community.robotistan.com/uploads/J7YHYEKJY6IT/screenshot-2025-03-08-at-09-06-57.png" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://community.robotistan.com/uploads/J7YHYEKJY6IT/screenshot-2025-03-08-at-09-06-57.png" alt="Screenshot 2025-03-08 at 09.06.57.png" height="728" width="682" /></a>
    </div>
</div>
<p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>Salad Savage</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/135/salad-savage</link>
        <pubDate>Mon, 07 Apr 2025 09:38:54 +0000</pubDate>
        <category>Other</category>
        <dc:creator>saladsavage</dc:creator>
        <guid isPermaLink="false">135@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Dive into a delightful assortment of Salads Savage ranging from crisp greens to protein-packed varieties, featuring an array of flavours and textures that tantalize your taste buds. Whether you prefer light and refreshing fruit salads or hearty, satisfying protein-based options, explore our diverse selection to find the perfect salad to complement any meal or stand alone as a delicious dish. Visit here <a href="https://saladsavage.net" rel="nofollow noreferrer ugc">https://saladsavage.net</a></p>]]>
        </description>
    </item>
    <item>
        <title>Testing the IR sensor on the latest PicoBricks</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/90/testing-the-ir-sensor-on-the-latest-picobricks</link>
        <pubDate>Sun, 12 Feb 2023 07:49:22 +0000</pubDate>
        <category>MicroBlocks Support</category>
        <dc:creator>PeterMathijssen</dc:creator>
        <guid isPermaLink="false">90@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>The latest PicoBricks has a Raspberry Pi Pico W. That is why it has an IR sensor instead of a WiFi slot. </p><p>To test your IR sensor with the remote you get with your Zero to Hero kit, you can use this script.</p><div>
    <div>
        <a href="https://community.robotistan.com/uploads/R51D2Q61UTP6/image.png" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://community.robotistan.com/uploads/R51D2Q61UTP6/image.png" alt="image.png" height="853" width="1355" /></a>
    </div>
</div>
<div data-embedjson="{&quot;url&quot;:&quot;https:\/\/community.robotistan.com\/uploads\/4HJCF8YTM6PG\/remotetest.ubp&quot;,&quot;name&quot;:&quot;remotetest.ubp&quot;,&quot;type&quot;:&quot;application\/octet-stream&quot;,&quot;size&quot;:5848,&quot;displaySize&quot;:&quot;large&quot;,&quot;float&quot;:&quot;none&quot;,&quot;mediaID&quot;:324,&quot;dateInserted&quot;:&quot;2023-02-12T07:44:22+00:00&quot;,&quot;insertUserID&quot;:114,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:114,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://community.robotistan.com/uploads/4HJCF8YTM6PG/remotetest.ubp" download="" aria-label="remotetest.ubp">
        remotetest.ubp
    </a>
</div>
<p>The <strong>broadcast</strong> block sends out the message content specified into the program context. All <strong>when received</strong>  message blocks with the same message content will receive the message and act on it.</p><p>I added <strong>when received</strong> for the first 4 buttons only. But I guess you get the message how it works. </p><p>Have fun.</p>]]>
        </description>
    </item>
    <item>
        <title>Pet Toys and Essential</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/133/pet-toys-and-essential</link>
        <pubDate>Sat, 08 Feb 2025 10:26:28 +0000</pubDate>
        <category>Hello Maker!</category>
        <dc:creator>pettoys</dc:creator>
        <guid isPermaLink="false">133@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Discover Hand-Picked Pet Products Curated With Love And Care. From Toys And Accessories To Grooming Essentials And Health Supplements, We Offer Only The Highest Quality Products For Your Beloved Pets. Visit here <a href="https://pettoysandessentials.com" rel="nofollow noreferrer ugc">https://pettoysandessentials.com</a></p>]]>
        </description>
    </item>
    <item>
        <title>Fragrances And Perfumery</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/132/fragrances-and-perfumery</link>
        <pubDate>Thu, 06 Feb 2025 11:24:03 +0000</pubDate>
        <category>PicoBricks IDE</category>
        <dc:creator>fragrancesandperf</dc:creator>
        <guid isPermaLink="false">132@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Fragrances and Perfumery offers a wide selection of premium perfumes and fragrances for every occasion. Explore our curated collection of top brands and exclusive scents to elevate your fragrance experience. Shop now for quality, luxury, and a personalized touch in every bottle. Visit Here <a href="https://fragrancesandperfumery.com" rel="nofollow noreferrer ugc">https://fragrancesandperfumery.com</a></p>]]>
        </description>
    </item>
    <item>
        <title>Kitchens Gadget</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/131/kitchens-gadget</link>
        <pubDate>Wed, 05 Feb 2025 06:28:35 +0000</pubDate>
        <category>Other</category>
        <dc:creator>kitchensgadget</dc:creator>
        <guid isPermaLink="false">131@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Discover top-quality kitchen Gadgets, knives, and appliances at Kitchens Gadget. Whether you're a home cook or professional chef, we offer the perfect tools to elevate your culinary skills. From precision knives to innovative kitchen appliances, find everything you need to make cooking a breeze. Visit us in San Francisco, California, USA, for the best kitchen solutions. Visit Here :- <a href="https://kitchensgadget.com" rel="nofollow noreferrer ugc">https://kitchensgadget.com</a></p>]]>
        </description>
    </item>
    <item>
        <title>Racquet War</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/130/racquet-war</link>
        <pubDate>Sat, 25 Jan 2025 11:39:04 +0000</pubDate>
        <category>Other</category>
        <dc:creator>racquetwar</dc:creator>
        <guid isPermaLink="false">130@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Racquet War was first started in 2009 by Oakley Foy and Robin Barringer. The first destination tournaments were held once a year at the Saddlebrook Resort, just outside of Tampa, FL. Over the next couple of years, Racquet War tried many different formats, including NTRP division, age divisions, World Team Tennis, and even prize money events, in all different cities like Houston and Atlanta. Everything was “kind of” successful already, but they took off when Oakley developed the Waterfall Bracket format which is still in use today. It was developed with the players in mind, allowing anyone to play with anyone; their NTRP’s didn’t matter anymore.Visit here <a href="https://racquetwar.com" rel="nofollow noreferrer ugc">https://racquetwar.com</a></p>]]>
        </description>
    </item>
    <item>
        <title>Microbit</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/129/microbit</link>
        <pubDate>Wed, 15 Jan 2025 01:38:42 +0000</pubDate>
        <category>Other</category>
        <dc:creator>PBBacker</dc:creator>
        <guid isPermaLink="false">129@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Where can I find samples and pinout information for the Microbit and IR module?</p>]]>
        </description>
    </item>
    <item>
        <title>BalanceBot Code not working</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/128/balancebot-code-not-working</link>
        <pubDate>Thu, 09 Jan 2025 02:51:58 +0000</pubDate>
        <category>Arduino-IDE</category>
        <dc:creator>pllaguno</dc:creator>
        <guid isPermaLink="false">128@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>So i built the balancebot, after that ran the calibration code and got the offsets.</p><p><br /></p><p>and when uploading the code v4 and even v5 the serial monitor stays at </p><p><br /></p><pre spellcheck="false" tabindex="0">DMP ready! Waiting for first interrupt...
</pre><p><br /></p><p>And wont do more.</p>]]>
        </description>
    </item>
    <item>
        <title>Button not working when detached from the Zero to Hero kit</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/127/button-not-working-when-detached-from-the-zero-to-hero-kit</link>
        <pubDate>Mon, 25 Nov 2024 13:09:15 +0000</pubDate>
        <category>Hardware Support</category>
        <dc:creator>robertotoole</dc:creator>
        <guid isPermaLink="false">127@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>When I use the button with it still attached to the board it works.</p><p>When I detach it off the board, it doesn't respond. The light does work.</p><p>Same code in each case. So it must be hardware.</p>]]>
        </description>
    </item>
    <item>
        <title>No news for 1 month - is the project dead ?</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/126/no-news-for-1-month-is-the-project-dead</link>
        <pubDate>Tue, 15 Oct 2024 03:07:21 +0000</pubDate>
        <category>Shipping Support</category>
        <dc:creator>vincent</dc:creator>
        <guid isPermaLink="false">126@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I've purchased and paid about a month ago a kit, but so far no progress on the shipping, and no one either answering emails or phone - but the money has been paid that's for sure...</p><p>Is the project dead? Can I get either the kit or the money back ?</p>]]>
        </description>
    </item>
    <item>
        <title>3D print models for robot arm missing</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/125/3d-print-models-for-robot-arm-missing</link>
        <pubDate>Sat, 10 Aug 2024 21:57:49 +0000</pubDate>
        <category>Hardware Support</category>
        <dc:creator>AndyG</dc:creator>
        <guid isPermaLink="false">125@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Firstly I'm a bit disappointed that the zero to hero kit didn't mention needing a 3D printer. My daughter was upset when the instructions simply said, collect the parts you 3D printed, with no mention of that before. Luckily, I have one at work, but where are the stl files? None of the links in the e-book work and there's no links at all on the website.</p>]]>
        </description>
    </item>
    <item>
        <title>Project: PicoBricks Pico to control a presentation.</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/124/project-picobricks-pico-to-control-a-presentation</link>
        <pubDate>Sat, 20 Jan 2024 09:12:18 +0000</pubDate>
        <category>MicroBlocks Support</category>
        <dc:creator>PeterMathijssen</dc:creator>
        <guid isPermaLink="false">124@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I made a MicroBlocks project where you can use a PicoBricks pico and a remote control to control a Google Slides, Libre Office presentation.</p><div>
    <div>
        <a href="https://community.robotistan.com/uploads/VMYPWYCXS4YM/selection-2615.png" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://community.robotistan.com/uploads/VMYPWYCXS4YM/selection-2615.png" alt="Selection_2615.png" height="1002" width="1362" /></a>
    </div>
</div>
<div data-embedjson="{&quot;url&quot;:&quot;https:\/\/community.robotistan.com\/uploads\/SWMCU4A302WY\/remote-presentation.ubp&quot;,&quot;name&quot;:&quot;remote presentation.ubp&quot;,&quot;type&quot;:&quot;application\/octet-stream&quot;,&quot;size&quot;:49651,&quot;displaySize&quot;:&quot;large&quot;,&quot;float&quot;:&quot;none&quot;,&quot;mediaID&quot;:416,&quot;dateInserted&quot;:&quot;2024-01-20T09:11:52+00:00&quot;,&quot;insertUserID&quot;:114,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:114,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://community.robotistan.com/uploads/SWMCU4A302WY/remote-presentation.ubp" download="" aria-label="remote presentation.ubp">
        remote presentation.ubp
    </a>
</div>
<p>Have fun.</p>]]>
        </description>
    </item>
    <item>
        <title>Bookworm and virtual environments ?</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/123/bookworm-and-virtual-environments</link>
        <pubDate>Wed, 29 Nov 2023 05:10:58 +0000</pubDate>
        <category>Raspberry Pi</category>
        <dc:creator>Jepp</dc:creator>
        <guid isPermaLink="false">123@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hopefully a quick question</p><p>I am developing a STEM class focusing on the virtual environments as deployed in Bookworm. </p><p>I was struck, I should be able to target a Pico and, in turn, your whole landscape.</p><p>I’m wondering if I had something running in the virtual environment and deployable to a Pico as a service.</p><p>·       Can I interact with your environment?</p><p>·       Can I run something like a full version of Python inside the environment or would I be limited to the reduced instruction set? </p><p>In my reading it looks possible</p><p>The basic concept is that I would add devices (i2c) running within a given environment and deployed as a service. In my environment I then stream the data to a db. </p><p>Can I function in your environment where I would basically be an enhancement of your access to i2c .</p><p>Can my objects (virtual environments) be enveloped into your Microbricks? </p><p>BTW is there a plug I can tap the I2c connectors directly? (I realize it can be accessed via the breadboard.)</p><p>Anyway, I bought one for my grandson, I’m hoping to show him some of what I am doing, so I’ll be playing with it. </p><p>Anybody want to offer an opinion, suggest some libraries etc.</p><p>I'm all ears.</p>]]>
        </description>
    </item>
    <item>
        <title>ImportError: no module named 'picobricks'</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/100/importerror-no-module-named-picobricks</link>
        <pubDate>Fri, 10 Mar 2023 15:51:10 +0000</pubDate>
        <category>Hardware Support</category>
        <dc:creator>DelfinGuerrerro</dc:creator>
        <guid isPermaLink="false">100@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I have a very basic issue wherein error occurs when trying out codes that requires the picobricks module.</p><p>Problem was seen on both firmware version 1.18 and 1.19.</p><p>Other codes tried that does not have the picobricks module are OK.</p><p>Can you please advise on what to do with the setup? Thanks!</p><p><br /></p><div data-embedjson="{&quot;url&quot;:&quot;https:\/\/community.robotistan.com\/uploads\/WM64QRD020PC\/screenshot-2023-03-10-at-15-50-27.png&quot;,&quot;name&quot;:&quot;Screenshot 2023-03-10 at 15.50.27.png&quot;,&quot;type&quot;:&quot;image\/png&quot;,&quot;size&quot;:109907,&quot;width&quot;:754,&quot;height&quot;:838,&quot;displaySize&quot;:&quot;large&quot;,&quot;float&quot;:&quot;none&quot;,&quot;mediaID&quot;:347,&quot;dateInserted&quot;:&quot;2023-03-10T15:51:04+00:00&quot;,&quot;insertUserID&quot;:259,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:259,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://community.robotistan.com/uploads/WM64QRD020PC/screenshot-2023-03-10-at-15-50-27.png" download="" aria-label="Screenshot 2023-03-10 at 15.50.27.png">
        Screenshot 2023-03-10 at 15.50.27.png
    </a>
</div>
<p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>PicoBricks Wi-Fi Gamepad Projects</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/122/picobricks-wi-fi-gamepad-projects</link>
        <pubDate>Thu, 14 Sep 2023 13:12:51 +0000</pubDate>
        <category>MicroPython</category>
        <dc:creator>selim</dc:creator>
        <guid isPermaLink="false">122@/index.php?p=/discussions</guid>
        <description><![CDATA[<h2>PicoBricks Wi-Fi Gamepad Projects</h2><div>
    <div>
        <a href="https://community.robotistan.com/uploads/9KGUWSC5TBHL/image.png" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://community.robotistan.com/uploads/9KGUWSC5TBHL/image.png" alt="image.png" height="828" width="1792" /></a>
    </div>
</div>
<h2>Project Codes</h2><div data-embedjson="{&quot;url&quot;:&quot;https:\/\/community.robotistan.com\/uploads\/TUCX5YUSXCIW\/wificontroledcar.py&quot;,&quot;name&quot;:&quot;wifiControledCar.py&quot;,&quot;type&quot;:&quot;text\/x-python&quot;,&quot;size&quot;:10450,&quot;displaySize&quot;:&quot;large&quot;,&quot;float&quot;:&quot;none&quot;,&quot;mediaID&quot;:414,&quot;dateInserted&quot;:&quot;2023-09-14T13:12:10+00:00&quot;,&quot;insertUserID&quot;:164,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:164,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://community.robotistan.com/uploads/TUCX5YUSXCIW/wificontroledcar.py" download="" aria-label="wifiControledCar.py">
        wifiControledCar.py
    </a>
</div>
<div data-embedjson="{&quot;url&quot;:&quot;https:\/\/community.robotistan.com\/uploads\/A96DI4GTWJAX\/wificontroledrobotarm.py&quot;,&quot;name&quot;:&quot;wifiControledRobotArm.py&quot;,&quot;type&quot;:&quot;text\/x-python&quot;,&quot;size&quot;:10442,&quot;displaySize&quot;:&quot;large&quot;,&quot;float&quot;:&quot;none&quot;,&quot;mediaID&quot;:413,&quot;dateInserted&quot;:&quot;2023-09-14T13:12:10+00:00&quot;,&quot;insertUserID&quot;:164,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:164,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://community.robotistan.com/uploads/A96DI4GTWJAX/wificontroledrobotarm.py" download="" aria-label="wifiControledRobotArm.py">
        wifiControledRobotArm.py
    </a>
</div>
<p><br /></p><h2>Project Videos</h2><p>GitHub: <a href="https://github.com/selimgayretli/PB_wifi_gamepad" rel="nofollow noreferrer ugc">https://github.com/selimgayretli/PB_wifi_gamepad</a></p><h2>Project Details:</h2><ul><li>Enter your Wi-Fi ID and password inside the MicroPython code.</li></ul><div>
    <div>
        <a href="https://user-images.githubusercontent.com/113355046/267963710-7c3fd98d-5a8c-4ab3-aacc-12cbf19b62d8.png" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://user-images.githubusercontent.com/113355046/267963710-7c3fd98d-5a8c-4ab3-aacc-12cbf19b62d8.png" alt="animated" height="180" width="320" /></a>
    </div>
</div>
<ul><li>Log in by typing the IP address on the serial port into Google search or Safari search (Phone/Computer).</li></ul><div>
    <div>
        <a href="https://user-images.githubusercontent.com/113355046/267966008-571c2b8c-1b96-4358-ba26-2cc97d671886.png" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://user-images.githubusercontent.com/113355046/267966008-571c2b8c-1b96-4358-ba26-2cc97d671886.png" alt="267966008-571c2b8c-1b96-4358-ba26-2cc97d671886.png" height="180" width="320" /></a>
    </div>
</div>
<p><br /></p><ul><li>You can control PicoBricks Robot tank or robot arm from the “PicoBricks Gamepad”.</li></ul><div>
    <div>
        <a href="https://user-images.githubusercontent.com/113355046/267968846-572b9885-ae48-4591-b51e-dbe27541af79.jpeg" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://user-images.githubusercontent.com/113355046/267968846-572b9885-ae48-4591-b51e-dbe27541af79.jpeg" alt="267968846-572b9885-ae48-4591-b51e-dbe27541af79.jpeg" height="180" width="320" /></a>
    </div>
</div>
<p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>School Project Idea: Pain Scale</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/46/school-project-idea-pain-scale</link>
        <pubDate>Thu, 10 Nov 2022 08:36:09 +0000</pubDate>
        <category>MicroBlocks Support</category>
        <dc:creator>PeterMathijssen</dc:creator>
        <guid isPermaLink="false">46@/index.php?p=/discussions</guid>
        <description><![CDATA[<div data-embedjson="{&quot;url&quot;:&quot;https:\/\/community.robotistan.com\/uploads\/Y2Y6GTEFFRXP\/painscale.zip&quot;,&quot;name&quot;:&quot;painscale.zip&quot;,&quot;type&quot;:&quot;application\/zip&quot;,&quot;size&quot;:12255,&quot;displaySize&quot;:&quot;large&quot;,&quot;float&quot;:&quot;none&quot;,&quot;mediaID&quot;:83,&quot;dateInserted&quot;:&quot;2022-11-10T08:21:42+00:00&quot;,&quot;insertUserID&quot;:114,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:114,&quot;embedType&quot;:&quot;file&quot;}">
    <a rel="nofollow" href="https://community.robotistan.com/uploads/Y2Y6GTEFFRXP/painscale.zip" download="" aria-label="painscale.zip">
        painscale.zip
    </a>
</div>
<p>Version 1.0, Peter Mathijssen</p><p>This project could be the basis for a school project. </p><p>In healthcare, there are patients who have problems verbally expressing their pain. </p><p>Sometimes being only able to use a single finger. With this project, you could develop a system where patients could alert someone when their pain goes beyond a certain level.</p><p>It uses a PicoBricks button, an OLED screen, and a buzzer.</p><p>In this sample, the blocks for the buzzer are added but not used. As a nurse, you could "talk" to your patient and decide together when help is needed and whether the buzzer should make a noise or the message should get sent. </p><p>Think about adding a bigger button, a bigger OLED screen, a WIFI module, or a Bluetooth module so you can send an alert to a nurse. There is no casing for this project so you could also think about that. </p><p>The images used in this project were made with the help of this tutorial: </p><p><a href="https://wiki.microblocks.fun/snap/snap2mb_img_code" rel="nofollow noreferrer ugc">https://wiki.microblocks.fun/snap/snap2mb_img_code</a></p><p>The zip-file contains the MicroBlocks ubp file. </p><div>
    <div>
        <a href="https://community.robotistan.com/uploads/8PFNTIAK21WG/pxl-20221110-081053995.jpg" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://community.robotistan.com/uploads/8PFNTIAK21WG/pxl-20221110-081053995.jpg" alt="PXL_20221110_081053995.jpg" height="1134" width="2016" /></a>
    </div>
</div>
<div>
    <div>
        <a href="https://community.robotistan.com/uploads/U4YBRBFAS5CT/pxl-20221110-081100805.jpg" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://community.robotistan.com/uploads/U4YBRBFAS5CT/pxl-20221110-081100805.jpg" alt="PXL_20221110_081100805.jpg" height="2016" width="1134" /></a>
    </div>
</div>
<div>
    <div>
        <a href="https://community.robotistan.com/uploads/TVCIXG9LHJGC/pxl-20221110-081106831-mp.jpg" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://community.robotistan.com/uploads/TVCIXG9LHJGC/pxl-20221110-081106831-mp.jpg" alt="PXL_20221110_081106831.MP.jpg" height="2016" width="1134" /></a>
    </div>
</div>
<div>
    <div>
        <a href="https://community.robotistan.com/uploads/GLM993QBJBHB/pxl-20221110-081111676.jpg" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://community.robotistan.com/uploads/GLM993QBJBHB/pxl-20221110-081111676.jpg" alt="PXL_20221110_081111676.jpg" height="2016" width="1134" /></a>
    </div>
</div>
<div>
    <div>
        <a href="https://community.robotistan.com/uploads/FKEZUWN76J3R/pxl-20221110-081116178.jpg" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://community.robotistan.com/uploads/FKEZUWN76J3R/pxl-20221110-081116178.jpg" alt="PXL_20221110_081116178.jpg" height="2016" width="1134" /></a>
    </div>
</div>
<div>
    <div>
        <a href="https://community.robotistan.com/uploads/RJOKSKO3CQIE/pxl-20221110-081121427-mp.jpg" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://community.robotistan.com/uploads/RJOKSKO3CQIE/pxl-20221110-081121427-mp.jpg" alt="PXL_20221110_081121427.MP.jpg" height="2016" width="1134" /></a>
    </div>
</div>
<div>
    <div>
        <a href="https://community.robotistan.com/uploads/3IQ5CFTMT747/pxl-20221110-081126350.jpg" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://community.robotistan.com/uploads/3IQ5CFTMT747/pxl-20221110-081126350.jpg" alt="PXL_20221110_081126350.jpg" height="2016" width="1134" /></a>
    </div>
</div>
<p><strong>Remark:</strong> It should be allowed on this community to upload a ubp file without having to put it in a zip-file.</p>]]>
        </description>
    </item>
    <item>
        <title>Robot Mobile Platform</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/120/robot-mobile-platform</link>
        <pubDate>Thu, 06 Jul 2023 21:27:16 +0000</pubDate>
        <category>Hardware Support</category>
        <dc:creator>ActionJ_2030</dc:creator>
        <guid isPermaLink="false">120@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I'm a Millwright, so fix it....but man I love drawings!  Is there a overview of how to assemble the Robot Mobile Platform from the Zero to Hero Kit?  Hopefully I have not skipped over something, am stumbling around.  Also wow, just love the Smell of the Laser Cut MDF! :-)</p>]]>
        </description>
    </item>
    <item>
        <title>UF2 file creation and editing</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/119/uf2-file-creation-and-editing</link>
        <pubDate>Thu, 06 Jul 2023 21:25:11 +0000</pubDate>
        <category>Hardware Support</category>
        <dc:creator>ActionJ_2030</dc:creator>
        <guid isPermaLink="false">119@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Well will probably stick my foot in my mouth, and maybe have not looked hard enough.  I would like to edit the UF2 file that came with my PicoBricks unit from robotistan, it is the Zero to Hero kit (seems I am still a Zero, but am working on it).  When I first booted up my Pico, it had the OLED with a number of items displayed, Temp, Potentiometer Voltage Feed Back, IP address and there may have been another item.  </p><p>When I nuked my Pico with the UF2 file from RPi for the Pico the system reset and now I do not know how to get that UF2 file back, or where to get it or if I can create it myself.  It would seem that MS Maker is an option but what is the best way to go about this, would like to delve into the Start from The Start.</p><p>Or am I overthinking this whole gig? :-)</p>]]>
        </description>
    </item>
    <item>
        <title>Distance Sensor</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/117/distance-sensor</link>
        <pubDate>Tue, 13 Jun 2023 12:56:17 +0000</pubDate>
        <category>Hardware Support</category>
        <dc:creator>WolfgangZenner</dc:creator>
        <guid isPermaLink="false">117@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello,</p><p>how can I fix the distance sensor on the plate? Is there only a 3d-Print file available who's link doesn't work.</p><p>Do I have to have a 3d-printer????</p><p>Thanks in advance</p><p>Wolfgang</p>]]>
        </description>
    </item>
    <item>
        <title>3rd Party Arduino Libraries</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/114/3rd-party-arduino-libraries</link>
        <pubDate>Sat, 03 Jun 2023 20:39:29 +0000</pubDate>
        <category>Arduino IDE</category>
        <dc:creator>brian</dc:creator>
        <guid isPermaLink="false">114@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I have not been able to find any instructions for which 3rd party Arduino libraries need to be included for each project (AdaFruit or DHT Sensor, etc).  I've been googling the error messages and slowly solving for each project, but it's been very time consuming.  Am I missing those somewhere?</p><p>Thanks for the awesome board and projects!</p>]]>
        </description>
    </item>
    <item>
        <title>Software to Program PicoBricks</title>
        <link>https://community.robotistan.com/index.php?p=/discussion/112/software-to-program-picobricks</link>
        <pubDate>Wed, 31 May 2023 11:09:55 +0000</pubDate>
        <category>Raspberry Pi</category>
        <dc:creator>JoseManuelRuiz</dc:creator>
        <guid isPermaLink="false">112@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I have investigated other tools with which to program PicoBricks and have found the following:</p><p>Mind+: <a href="https://mindplus.cc/en.html" rel="nofollow noreferrer ugc">Home - Mind+ - (mindplus.cc)</a></p><div>
    <div>
        <a href="https://community.robotistan.com/uploads/1E8681XRPTNL/mind-2b.png" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://community.robotistan.com/uploads/1E8681XRPTNL/mind-2b.png" alt="Mind+.png" height="1184" width="2024" /></a>
    </div>
</div>
<p>microBlock IDE: <a href="https://ide.microblock.app/" rel="nofollow noreferrer ugc">microBlock IDE</a></p><div>
    <div>
        <a href="https://community.robotistan.com/uploads/YIPTPWJQ1ZSZ/microblock.png" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://community.robotistan.com/uploads/YIPTPWJQ1ZSZ/microblock.png" alt="microBlock.png" height="1174" width="1487" /></a>
    </div>
</div>
<p><br /></p><p>Mixly 2.0:  <a href="https://mixly.org/bnu-maker/mixl2.0rc" rel="nofollow noreferrer ugc">Mixly2.0 RC3发布 - Let's Mixly!</a></p><div>
    <div>
        <a href="https://community.robotistan.com/uploads/179A0RGKVYKV/mixly-2-0.png" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://community.robotistan.com/uploads/179A0RGKVYKV/mixly-2-0.png" alt="Mixly 2.0.png" height="1345" width="1757" /></a>
    </div>
</div>
<p><br /></p><p>BlocklyDuino Editor F2: <a href="https://sites.google.com/jes.mlc.edu.tw/ljj/linkit7697/%E5%A6%82%E4%BD%95%E5%AE%89%E8%A3%9D%E5%90%89%E5%93%A5%E8%87%AA%E8%A3%BD%E7%A9%8D%E6%9C%A8" rel="nofollow noreferrer ugc">吉哥的分享 - 如何安裝吉哥自製積木 (google.com)</a></p><div>
    <div>
        <a href="https://community.robotistan.com/uploads/P68N6DCTNB91/blocklyduino.png" rel="nofollow noreferrer noopener ugc" target="_blank">
            <img src="https://community.robotistan.com/uploads/P68N6DCTNB91/blocklyduino.png" alt="BlocklyDuino.png" height="1001" width="1498" /></a>
    </div>
</div>
<p><br /></p><p>BIPES: <a href="https://bipes.net.br/wp/development/" rel="nofollow noreferrer ugc">Desarrollo (bipes.net.br)</a></p><p>Todos ellos son de uso gratuito y en algunos las bibliotecas de componentes son muy extensas.</p>]]>
        </description>
    </item>
   </channel>
</rss>
