<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Visual programming (new posts)</title>
		<link>http://aseba.wikidot.com/forum/c-1083709/visual-programming</link>
		<description>Posts in the forum category &quot;Visual programming&quot; - If you have a question about VPL</description>
				<copyright></copyright>
		<lastBuildDate>Sun, 12 Jul 2026 02:23:39 +0000</lastBuildDate>
		
					<item>
				<guid>http://aseba.wikidot.com/forum/t-2772162#post-4719516</guid>
				<title>Thymio VPL Mobile Preview: Re: Thymio VPL Mobile Preview</title>
				<link>http://aseba.wikidot.com/forum/t-2772162/thymio-vpl-mobile-preview#post-4719516</link>
				<description></description>
				<pubDate>Tue, 14 Jul 2020 20:43:19 +0000</pubDate>
				<wikidot:authorName>riedo</wikidot:authorName>				<wikidot:authorUserId>875981</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello,</p> <p>unfortunately this app was discontinued, but we are working on a new app Thymio Suite for android. It is already available for iOS, you can follow us on social media to know when it is released.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-2772162#post-4706340</guid>
				<title>Thymio VPL Mobile Preview: Re: Thymio VPL Mobile Preview</title>
				<link>http://aseba.wikidot.com/forum/t-2772162/thymio-vpl-mobile-preview#post-4706340</link>
				<description></description>
				<pubDate>Wed, 01 Jul 2020 19:33:55 +0000</pubDate>
				<wikidot:authorName>dosmiluno</wikidot:authorName>				<wikidot:authorUserId>6610592</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi<br /> This is not available any more in thr link that you show above, any other option to try this?<br /> Thanks!<br /> dosmiluno</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-7984981#post-4024520</guid>
				<title>How to get level-triggered behaviour?: Re: How to get level-triggered behaviour?</title>
				<link>http://aseba.wikidot.com/forum/t-7984981/how-to-get-level-triggered-behaviour#post-4024520</link>
				<description></description>
				<pubDate>Mon, 15 Oct 2018 07:41:13 +0000</pubDate>
				<wikidot:authorName>riedo</wikidot:authorName>				<wikidot:authorUserId>875981</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello,</p> <p>thank you for your feedback. Indeed when changing the default condition statement in VPL from &quot;if&quot; to &quot;when&quot;, there was a lot of debate internally. In some cases (buttons) it makes the use of the event more intuitive, in the case of the horizontal sensors as perfectly described by your example, it can make things more difficult to understand. I will transmit your feedback to the development team.</p> <p>If you would rather use version 1.3, you can find it on <a href="http://aseba.wikidot.com/en:macinstall">this page</a>, click on &quot;versions history&quot; to display download links to older versions.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-7984981#post-4022790</guid>
				<title>How to get level-triggered behaviour?: Re: How to get level-triggered behaviour?</title>
				<link>http://aseba.wikidot.com/forum/t-7984981/how-to-get-level-triggered-behaviour#post-4022790</link>
				<description></description>
				<pubDate>Sat, 13 Oct 2018 08:49:47 +0000</pubDate>
				<wikidot:authorName>Alexey Nezhdanov</wikidot:authorName>				<wikidot:authorUserId>4741378</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>And naturally, immediately after making a forum post I have found the root cause: version 1.4 introduced the new behaviour.</p> <p>Now, let me copy-paste a coupe of quotes from the release notes of 1.4:</p> <blockquote> <p>This means that in version 1.4, one must think more carefully</p> </blockquote> <blockquote> <p>This book-keeping adds complexity, but allows to &#8230;</p> </blockquote> <p>I am teaching a 5-year old kid. I don't think it's a good idea to force him into &quot;thinking more carefully&quot; and &quot;book-keeping&quot;, this is just not what 5-year old does.<br /> Where can I get version 1.3 for Mac, please?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-7984981#post-4022777</guid>
				<title>How to get level-triggered behaviour?: How to get level-triggered behaviour?</title>
				<link>http://aseba.wikidot.com/forum/t-7984981/how-to-get-level-triggered-behaviour#post-4022777</link>
				<description></description>
				<pubDate>Sat, 13 Oct 2018 08:41:14 +0000</pubDate>
				<wikidot:authorName>Alexey Nezhdanov</wikidot:authorName>				<wikidot:authorUserId>4741378</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Some time ago the Thymio was behaving as if all event-action pairs were executed &quot;at once&quot;. I assume there was a kind of busy-loop iterating over all entered commands and executing each one with fulfilled conditions.</p> <p>For example:<br /> central front sensor is on =&gt; stop<br /> central front sensor is off =&gt; move<br /> left front sensor is on =&gt; turn right<br /> right front sensor is on =&gt; turn left</p> <p>That simple 4-block program was enough to make Thymio move forward and avoid obstacles. This is no longer the case. Now the program functions in the edge-triggered mode - the event fires ONLY if there was a change. So now after avoiding the obstacle Tymio keeps circling because &quot;central front sensor is on&quot; condition is not checked unless the central front sensor changed its state.</p> <p>I would say that this belongs to advanced or even advanced+ mode. For 5-year old child this concept is hard to grasp.</p> <p>How can I switch the Thymio into the level-triggered mode?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-865219#post-3835598</guid>
				<title>opening the VPL without the thimio: Re: opening the VPL without the thimio</title>
				<link>http://aseba.wikidot.com/forum/t-865219/opening-the-vpl-without-the-thimio#post-3835598</link>
				<description></description>
				<pubDate>Thu, 14 Jun 2018 13:53:51 +0000</pubDate>
				<wikidot:authorName>riedo</wikidot:authorName>				<wikidot:authorUserId>875981</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello,</p> <p>first of all, if you just want to code without a physical Thymio, we have now a simulator which you can use for Thymio. this will let you test your code. start the Aseba Playgroung app, and open a playground which contains Thymio robot, then start Thmio VPL and connect to a simulated Thymio.</p> <p>Then to answer your question, <tt>-anytarget</tt> is still supported, but you have to start a dummy node first (lanch asebadummynode.exe) and then when you see the connection windows, you will be able to select the dummy node. But with this solution, you cannot test your code.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-865219#post-3831797</guid>
				<title>opening the VPL without the thimio: Re: opening the VPL without the thimio</title>
				<link>http://aseba.wikidot.com/forum/t-865219/opening-the-vpl-without-the-thimio#post-3831797</link>
				<description></description>
				<pubDate>Mon, 11 Jun 2018 05:46:59 +0000</pubDate>
				<wikidot:authorName>Erez Kaplan</wikidot:authorName>				<wikidot:authorUserId>4236283</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I tried in Window 7 (ver 1.6) several combinations with the command line but all of them failed with the same connection error.<br /> Is the still supported ?</p> <p>thymiovpl -anytarget</p> <p>Thanks</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-5860181#post-3799735</guid>
				<title>set a command: Re: set a command</title>
				<link>http://aseba.wikidot.com/forum/t-5860181/set-a-command#post-3799735</link>
				<description></description>
				<pubDate>Mon, 14 May 2018 10:04:50 +0000</pubDate>
				<wikidot:authorName>riedo</wikidot:authorName>				<wikidot:authorUserId>875981</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> Here is an example (sorry it's in french):<br /> <img src="http://www.thymio.org/local--files/forum:thread/blocklyexample.png" width="700px" alt="blocklyexample.png" class="image" /> <p>In short, I created a variable to count seconds and another to remember in which phase I am (going forward 10 seconds, turning, or going forward 5 seconds)<br /> I also setup a timer event to happen every second.<br /> An then I measure time and give orders to the motors.<br /> Phase 1: speed forward 300, count until 10 then move to phase 2, rotating speed for 2 seconds, then phase 3, forward speed for 5 seconds, then stop.</p> <p>Hope this helps!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-5860181#post-3792851</guid>
				<title>set a command: Re: set a command</title>
				<link>http://aseba.wikidot.com/forum/t-5860181/set-a-command#post-3792851</link>
				<description></description>
				<pubDate>Mon, 07 May 2018 10:47:57 +0000</pubDate>
				<wikidot:authorName>Fabio Loche</wikidot:authorName>				<wikidot:authorUserId>3963926</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Also only this :<br /> Thymio go foward for 10 second<br /> I need just an imput for understand how it work</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-5860181#post-3792071</guid>
				<title>set a command: set a command</title>
				<link>http://aseba.wikidot.com/forum/t-5860181/set-a-command#post-3792071</link>
				<description></description>
				<pubDate>Sun, 06 May 2018 12:28:13 +0000</pubDate>
				<wikidot:authorName>Fabio Loche</wikidot:authorName>				<wikidot:authorUserId>3963926</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How we can use timer on thymio when we use blockly</p> <p>We need to set this command :<br /> Thymio go foward fot 10 second than turn left and than go foward for 5 second</p> <p>How we can write it with blockly ?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-3240749#post-3582337</guid>
				<title>Loop or logic blocks in Events: Re: Loop or logic blocks in Events</title>
				<link>http://aseba.wikidot.com/forum/t-3240749/loop-or-logic-blocks-in-events#post-3582337</link>
				<description></description>
				<pubDate>Thu, 31 Aug 2017 13:26:21 +0000</pubDate>
				<wikidot:authorName>riedo</wikidot:authorName>				<wikidot:authorUserId>875981</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi!</p> <p>I think your main problem is with the usage of the timers. Once a timer is set, for example at a period of 800&#160;ms, the timer event will keep happening every 800&#160;ms. thus once the 2 timers are set in your program, it becomes very confusing.</p> <p>I suggest you think in terms of what we call a state machine. This means that you should think about the behaviour your robot could have, and the conditions for your robot to switch from one behaviour to the other.</p> <p>Just to give you an idea, here is what I came up with:<br /> (I had programmed in blockly at first but because blockly uses <em>when</em> for the conditions on proximity sensors it did not work as I had intended, so I switched to text mode and replaced <em>when</em> with <em>if</em>)</p> <div class="code"> <pre><code>var compteur[1] var state[1] var checking[1] timer.period[0] = 1 state[0] = 0 checking[0] = 1 compteur[0] = 0 motor.left.target = 100 motor.right.target = 100 onevent prox if prox.horizontal[2] &gt; 2000 then if checking[0] == 1 and state[0] == 0 then motor.left.target = -300 motor.right.target = 300 compteur[0] = 800 state[0] = 1 checking[0] = 0 elseif checking[0] == 1 and state[0] == 1 then motor.left.target = 300 motor.right.target = -300 compteur[0] = 1300 state[0] = 2 checking[0] = 0 end end if prox.horizontal[2] &lt; 1000 then if checking[0] == 1 then motor.left.target = 100 motor.right.target = 100 compteur[0] = 0 state[0] = 0 checking[0] = 1 end end onevent timer0 if compteur[0] &gt; 0 then compteur[0] = compteur[0] - 1 elseif compteur[0] == 0 then checking[0] = 1 end</code></pre></div> <p>As you can see I used variables to remember what I am doing. basically I setup a timer that runs continuously, then if I need to measure a certain amount of time I use a <strong>counter</strong> variable that is decremented. Then the <strong>state</strong> variable says if I'm going forward, turning left or turning right. Finally the <strong>checking</strong> variable informs me if I should check the sensors or not (while I'm turning 90°, I don't want the change on the sensors to affect me until I'm done turning. I could also use the counter value to check that, as when counter &gt;0 it means I'm turning)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-3240749#post-3568272</guid>
				<title>Loop or logic blocks in Events: Loop or logic blocks in Events</title>
				<link>http://aseba.wikidot.com/forum/t-3240749/loop-or-logic-blocks-in-events#post-3568272</link>
				<description></description>
				<pubDate>Thu, 10 Aug 2017 12:21:28 +0000</pubDate>
				<wikidot:authorName>Marvin H</wikidot:authorName>				<wikidot:authorUserId>3286865</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I want to programm the Thymio, so he can find his way thru a Labyrinth (there are no dead ends in the labyrinth). But i'm trying to increase the Programm by kind of telling Thymio, from which way he came from.</p> <p>So if there is a wall in front of him, he turns 90-degree to the right. If there is still a wall in front of him, he's turning 180-degree to left (or right) and move forward. If there is no wall after a his first 90-degree turn, then he moves forwards.</p> <p>So there is no chance of going in the direction he came from.</p> <p>My code from the Blockly looks like this:</p> <p>onevent button.forward<br /> when button.forward == 1 do<br /> call leds.top(6,32,6)<br /> motor.left.target = 100<br /> motor.right.target = 100<br /> end</p> <p>onevent prox<br /> when prox.horizontal[2] &gt; 2000 do<br /> call leds.top(32,0,0)<br /> timer.period[0] = 800<br /> motor.left.target = 300<br /> motor.right.target = -300<br /> end</p> <p>onevent timer0<br /> call leds.top(26,6,26)<br /> if (prox.horizontal[2] &gt; 2000 or prox.horizontal[3] &gt; 2000) or prox.horizontal[1] &gt; 2000 then<br /> timer.period[1] = 1300<br /> motor.left.target = -300<br /> motor.right.target = 300<br /> else<br /> motor.left.target = 100<br /> motor.right.target = 100<br /> end</p> <p>onevent timer1<br /> call leds.top(32,19,0)<br /> motor.left.target = 100<br /> motor.right.target = 100</p> <p>Can anyone help me please?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-2772162#post-3233488</guid>
				<title>Thymio VPL Mobile Preview: Thymio VPL Mobile Preview</title>
				<link>http://aseba.wikidot.com/forum/t-2772162/thymio-vpl-mobile-preview#post-3233488</link>
				<description></description>
				<pubDate>Fri, 14 Jul 2017 13:03:23 +0000</pubDate>
				<wikidot:authorName>StephaneMagnenat</wikidot:authorName>				<wikidot:authorUserId>709253</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Dear VPL users,</p> <p><strong>An alpha version of Thymio VPL Mobile Preview is available for testing:</strong><br /> <a href="https://play.google.com/apps/testing/org.mobsya.thymiovpl2">https://play.google.com/apps/testing/org.mobsya.thymiovpl2</a></p> <p>If you own an Android tablet or phone, you can try this app. It is open-source under LGPL v.3, please see <a href="https://github.com/aseba-community/thymio-vpl2/">https://github.com/aseba-community/thymio-vpl2/</a> for more details.</p> <p>This is a developer preview. Please report bugs and requests at <a href="https://github.com/aseba-community/thymio-vpl2/issues">https://github.com/aseba-community/thymio-vpl2/issues</a>. Features are constantly changing without notice. Similarly, the data format will likely be changed and saved programs will be lost. Do not base any serious work on this app yet!</p> <p>You need a Thymio robot and an USB On-The-Go adapter to use this app. Connect the USB dongle (if wireless Thymio) or the USB cable (wired Thymio) to the OTG adapter, and plug the latter into your mobile device. Then start the app. When requested for permission to use the USB device, allow usage.</p> <div class="image-container aligncenter"><img src="https://www.thymio.org/local--files/forum:thread/vpl2-info-en.jpg" width="700px" alt="vpl2-info-en.jpg" class="image" /></div> <p>You can follow the development here: <a href="https://twitter.com/MagnenatS">https://twitter.com/MagnenatS</a></p> <p>Enjoy VPL on the move!</p> <p>Stéphane</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-2443395#post-2976427</guid>
				<title>Infinite loop with VPL: Re: Infinite loop with VPL</title>
				<link>http://aseba.wikidot.com/forum/t-2443395/infinite-loop-with-vpl#post-2976427</link>
				<description></description>
				<pubDate>Thu, 29 Jun 2017 13:42:30 +0000</pubDate>
				<wikidot:authorName>riedo</wikidot:authorName>				<wikidot:authorUserId>875981</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You can use a timer, or any regular event like prox, buttons or motor. Then depending on how your square is coded, just check if it's over and start again.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-2443395#post-2970923</guid>
				<title>Infinite loop with VPL: Infinite loop with VPL</title>
				<link>http://aseba.wikidot.com/forum/t-2443395/infinite-loop-with-vpl#post-2970923</link>
				<description></description>
				<pubDate>Thu, 29 Jun 2017 09:36:23 +0000</pubDate>
				<wikidot:authorName>roberto03</wikidot:authorName>				<wikidot:authorUserId>2996401</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How do you create a program that runs forever in Aseba VPL?<br /> For example, I want thymio to run indefinitely round a square, not just once (=4 times a square corner).</p> <p>What do you suggest?</p> <p>Thank you very much.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-1951444#post-2695966</guid>
				<title>Set State in Blockly: Re: Set State in Blockly</title>
				<link>http://aseba.wikidot.com/forum/t-1951444/set-state-in-blockly#post-2695966</link>
				<description></description>
				<pubDate>Tue, 22 Nov 2016 10:58:54 +0000</pubDate>
				<wikidot:authorName>cbarraud</wikidot:authorName>				<wikidot:authorUserId>1665629</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi!</p> <p>Blockly is technically Aseba Studio but with text blocks instead of keyboard text. So you won't find exactly the same thing as in VPL, especially the states.</p> <p>The states in VPL, as you said, creates a table of variables and then tests these variables.</p> <p>I made an example of what can be done in Blockly just here:</p> <img src="http://www.thymio.org/local--files/forum:thread/blockly_state.jpg" width="100%" alt="blockly_state.jpg" class="image" /> <p>Here, I declare a variable in the beginning &quot;my variable&quot; and set it to &quot;0&quot;.</p> <p>Then, when you press the center button, it tests the value of &quot;my variable&quot;:</p> <ul> <li>If it is equal to 0, I turn the robot red and set &quot;my variable&quot; to 1</li> <li>If it is equal to 1, I turn the robot yellow and set &quot;my variable&quot; to 0</li> </ul> <p>So, it's just creating a loop. I press center, it turns red, I press again, it turns yellow, then red again, etc.</p> <p>So in short, yes, you have to use the variables :)</p> <p>Hope this help, ask if something is not clear.</p> <p>Christophe</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-2007134#post-2695961</guid>
				<title>Programming with blockly for remote control: Re: Programming with blockly for remote control</title>
				<link>http://aseba.wikidot.com/forum/t-2007134/programming-with-blockly-for-remote-control#post-2695961</link>
				<description></description>
				<pubDate>Tue, 22 Nov 2016 10:43:31 +0000</pubDate>
				<wikidot:authorName>cbarraud</wikidot:authorName>				<wikidot:authorUserId>1665629</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi</p> <p>You have to use the &quot;on remote control signal received&quot; event block. That's triggered every time you press a key on the remote control. Then, you have to test which key you pressed. Use the &quot;if&quot; block in which you put a conditional test &quot; &#8230; = &#8230; &quot;.</p> <p>In this test, we want to compare the &quot;received remote control command value&quot; with a value. In the example below, I look for the &quot;0&quot; and &quot;1&quot; value (which are associated to the 0 and 1 key).</p> <p>So with the example below:</p> <p>- if I press 1, Thymio turns green<br /> - if I press 0, Thymio turns red.</p> <img src="http://www.thymio.org/local--files/forum:thread/blockly_remote_control.jpg" width="100%" alt="blockly_remote_control.jpg" class="image" /> <p>The &quot;received remote control address value&quot; is another thing. When you press a key on a your remote control, you get two messages:<br /> - The address: depends on the remote control, it can be used with multi channel remote control<br /> - The command: which key you pressed.</p> <p>There is a page concerning remote control here: <a href="https://www.thymio.org/en:thymioirremote">https://www.thymio.org/en:thymioirremote</a> but it lacks a few things. I will put a table with the numbers compared to the key you press :)</p> <p>Hope this help. Let me know.</p> <p>Christophe</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-2007134#post-2695795</guid>
				<title>Programming with blockly for remote control: Programming with blockly for remote control</title>
				<link>http://aseba.wikidot.com/forum/t-2007134/programming-with-blockly-for-remote-control#post-2695795</link>
				<description></description>
				<pubDate>Tue, 22 Nov 2016 01:01:43 +0000</pubDate>
				<wikidot:authorName>Suneberg</wikidot:authorName>				<wikidot:authorUserId>2900819</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am trying to write a program in blockly that reads the buttons on the remote control and launches actions.<br /> How can the different buttons be differentiated?<br /> Thanks</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-1951444#post-2673243</guid>
				<title>Set State in Blockly: Set State in Blockly</title>
				<link>http://aseba.wikidot.com/forum/t-1951444/set-state-in-blockly#post-2673243</link>
				<description></description>
				<pubDate>Wed, 19 Oct 2016 08:20:38 +0000</pubDate>
				<wikidot:authorName>Gabifat</wikidot:authorName>				<wikidot:authorUserId>2862062</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello Guys,</p> <p>I'm trying to find out how I can set a state into the blockly.</p> <p>In text writing is it for example like that:</p> <p>when button.forward == 1 do<br /> new_state [0] = 1<br /> new_state [1] = 0<br /> new_state [2] = 0<br /> new_state [4] = 0<br /> end</p> <p>But i don't find the same thing in the blockly.</p> <p>Do i have to work with variables?</p> <p>Thanks for your reply.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-1648522#post-2664642</guid>
				<title>can&#039;t find the program mode: Re: can&#039;t find the program mode</title>
				<link>http://aseba.wikidot.com/forum/t-1648522/can-t-find-the-program-mode#post-2664642</link>
				<description></description>
				<pubDate>Mon, 03 Oct 2016 08:43:26 +0000</pubDate>
				<wikidot:authorName>riedo</wikidot:authorName>				<wikidot:authorUserId>875981</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello,<br /> If you want to have the &quot;no colour&quot; mode, you need to write the program into Thymio, in addition to programming it normally.<br /> See <a href="http://aseba.wikidot.com/en:thymioflash">this page</a> for details.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>