<?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>General (new threads)</title>
		<link>http://aseba.wikidot.com/forum/c-663853/general</link>
		<description>Threads in the forum category &quot;General&quot; - If your question does not fit in any other category</description>
				<copyright></copyright>
		<lastBuildDate>Fri, 10 Apr 2026 09:25:56 +0000</lastBuildDate>
		
					<item>
				<guid>http://aseba.wikidot.com/forum/t-14152176</guid>
				<title>Blockly : True / False use</title>
				<link>http://aseba.wikidot.com/forum/t-14152176/blockly:true-false-use</link>
				<description>How to use True / False with Blockly ?</description>
				<pubDate>Sat, 31 Jul 2021 14:16:42 +0000</pubDate>
				<wikidot:authorName>Gingold</wikidot:authorName>				<wikidot:authorUserId>7579986</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi !</p> <p>How to use True et False (Logic Group) ?<br /> Set item True / Set item False : same assigned value 0</p> <p>var élément<br /> élément = 0</p> <p>(On linuxmint)</p> <p>Thanks in advance.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-13238185</guid>
				<title>Swift Playgrounds interface to Thymio II</title>
				<link>http://aseba.wikidot.com/forum/t-13238185/swift-playgrounds-interface-to-thymio-ii</link>
				<description></description>
				<pubDate>Mon, 13 Apr 2020 05:07:22 +0000</pubDate>
				<wikidot:authorName>Jacques Menu</wikidot:authorName>				<wikidot:authorUserId>6330037</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello,</p> <p>Are there any plans to supply a Swift Playground giving access to Thymio II devices?</p> <p>Thanks for your help!</p> <p>JM</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-13157999</guid>
				<title>Use of ThymioSuite without Bonjour Service</title>
				<link>http://aseba.wikidot.com/forum/t-13157999/use-of-thymiosuite-without-bonjour-service</link>
				<description></description>
				<pubDate>Tue, 17 Mar 2020 15:17:44 +0000</pubDate>
				<wikidot:authorName>computer77</wikidot:authorName>				<wikidot:authorUserId>6238216</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hey there</p> <p>We want to deploy ThymioSuite silently to computers in multiple schools. Many of our softwares install ancient versions of Bonjour for no reason. Therefore we use scripts to check and remove Bonjour installations on all of our devices. When i open ThymioSuite without Bonjour, there is a red message stating that no robot could be found because Bonjour is missing. Unfortunately i don't have a robot available to test if a direct USB connection to the robot would work at this point.</p> <p>We'd have to set up an exception in our BonjourUninstaller if ThymioSuite really requires it. Has anyone tried to use ThymioSuite(direct USB connection to robot)without Bonjour?</p> <p>Thanks in advance!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-10342507</guid>
				<title>use dbus with ssh?</title>
				<link>http://aseba.wikidot.com/forum/t-10342507/use-dbus-with-ssh</link>
				<description></description>
				<pubDate>Mon, 18 Feb 2019 15:10:16 +0000</pubDate>
				<wikidot:authorName>dschingiskhan11</wikidot:authorName>				<wikidot:authorUserId>5193511</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I successfully connected my RaspberryPi to my Thymio II.<br /> Now I can control the Thymio with a simple Python script.</p> <p>On the RaspberryPi I just run the following command to start asebamedulla.<br /> Terminal 1:</p> <div class="code"> <pre><code>asebamedulla &quot;ser:device=/dev/ttyACM0&quot;</code></pre></div> <p>Then I run my Python script.<br /> Terminal 2:</p> <div class="code"> <pre><code>python test.py</code></pre></div> <p>However, now I want to do this from my Mac with ssh.<br /> When I do the same thing I get the following error:</p> <div class="code"> <pre><code>pi@raspberrypi:~/Desktop $ python test.py Traceback (most recent call last): File &quot;test.py&quot;, line 48, in &lt;module&gt; network = dbus.Interface(bus.get_object('ch.epfl.mobots.Aseba', '/'), dbus_interface='ch.epfl.mobots.AsebaNetwork') File &quot;/usr/lib/python2.7/dist-packages/dbus/bus.py&quot;, line 241, in get_object follow_name_owner_changes=follow_name_owner_changes) File &quot;/usr/lib/python2.7/dist-packages/dbus/proxies.py&quot;, line 248, in __init__ self._named_service = conn.activate_name_owner(bus_name) File &quot;/usr/lib/python2.7/dist-packages/dbus/bus.py&quot;, line 180, in activate_name_owner self.start_service_by_name(bus_name) File &quot;/usr/lib/python2.7/dist-packages/dbus/bus.py&quot;, line 278, in start_service_by_name 'su', (bus_name, flags))) File &quot;/usr/lib/python2.7/dist-packages/dbus/connection.py&quot;, line 651, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name ch.epfl.mobots.Aseba was not provided by any .service files</code></pre></div> <p>Does someone knows why and how I can fix this?</p> <p>Thank you. :)</p> <p>Edit:<br /> Im using this code as an example:<br /> <a href="https://www.thymio.org/en:thymioraspyexample">https://www.thymio.org/en:thymioraspyexample</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-10034635</guid>
				<title>blockly with Aseba 1.6 on linux</title>
				<link>http://aseba.wikidot.com/forum/t-10034635/blockly-with-aseba-1-6-on-linux</link>
				<description></description>
				<pubDate>Mon, 21 Jan 2019 16:19:25 +0000</pubDate>
				<wikidot:authorName>pajulu</wikidot:authorName>				<wikidot:authorUserId>5019955</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Dear all,</p> <p>I see on the web site that the web bridge enabling to program thymio with blockly is not yet available on linux&#8230;</p> <p>How far are we from there ? I ask because if there's a chance of getting it working by easy hacks and/or using the right commands/instructions, I'm willing to try ! In this case where should I look for documentation on those topics ?</p> <p>Thanks for any hint !</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-7834979</guid>
				<title>Fedora (arm) 28 and up</title>
				<link>http://aseba.wikidot.com/forum/t-7834979/fedora-arm-28-and-up</link>
				<description>Aseba or other IDE on Fedora 28 Desktop and Raspberry Pi (Fedora 28 arm)</description>
				<pubDate>Sun, 07 Oct 2018 10:24:16 +0000</pubDate>
				<wikidot:authorName>MachielV</wikidot:authorName>				<wikidot:authorUserId>4723900</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello,</p> <p>I am running Fedora 28 on my desktop and on my Raspberry Pi . I see there is a Aseba version for Fedora 22; but Fedora 22 is 3 years out of date and not maintained any more. (Fedora 29 is coming out soon as well).<br /> Do you provide any other way, like another IDE (or Aseba for Fedora 28 (arm)) to program the Thymio?<br /> Thanks for considering this question.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-7662066</guid>
				<title>Silent (un)install parameter</title>
				<link>http://aseba.wikidot.com/forum/t-7662066/silent-un-install-parameter</link>
				<description>Need Parameter for silent Setup/Uninstall - Know only &quot;aseba-1.6.0.exe /S&quot;</description>
				<pubDate>Wed, 26 Sep 2018 15:44:17 +0000</pubDate>
								<wikidot:authorUserId>4679668</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>For automatic / silent un-installation in SCCM:</p> <p>Need Parameter for silent Setup/Uninstall - Know only &quot;aseba-1.6.0.exe /S&quot;<br /> Who knows other?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-6589468</guid>
				<title>Playground: opposite represantation of Thymio&#039;s states on a virtual Thymio</title>
				<link>http://aseba.wikidot.com/forum/t-6589468/playground:opposite-represantation-of-thymio-s-states-on-a-v</link>
				<description>Using a virtual Thymio within Playground, left states are represented from the right circular leds and right states are represented from the left circular leds.</description>
				<pubDate>Wed, 25 Jul 2018 16:14:41 +0000</pubDate>
				<wikidot:authorName>george psoinos</wikidot:authorName>				<wikidot:authorUserId>4380490</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have observed that, when I use a virtual Thymio with a playground (e.g:thymio-discovery-otter), left states of Thymio are represented from the right circular leds and right states are represented from the left circular leds.<br /> Click on the link below to see an example:</p> <p><a href="https://drive.google.com/file/d/1OKOGbrU4t9zg-qiUQarQJWml2NctQN7F/view?usp=sharing">https://drive.google.com/file/d/1OKOGbrU4t9zg-qiUQarQJWml2NctQN7F/view?usp=sharing</a><br /> Same thing happens when I use Blockly.<br /> Is there any posibility this, to be corrected?<br /> Thank you&#8230;</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-6446759</guid>
				<title>PLAYGROUND: objects, commands, attributes</title>
				<link>http://aseba.wikidot.com/forum/t-6446759/playground:objects-commands-attributes</link>
				<description>List of objects, commands and attributes of a world in playgroynd</description>
				<pubDate>Tue, 17 Jul 2018 17:00:26 +0000</pubDate>
				<wikidot:authorName>george psoinos</wikidot:authorName>				<wikidot:authorUserId>4380490</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'd like to create my own world in playground, so I need a list with the commands, objects and attributes and their syntax. Can you help me?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-6113988</guid>
				<title>Technical Specification</title>
				<link>http://aseba.wikidot.com/forum/t-6113988/technical-specification</link>
				<description>Is there a technical specifications for Thymio?</description>
				<pubDate>Mon, 11 Jun 2018 14:24:23 +0000</pubDate>
				<wikidot:authorName>sina1374</wikidot:authorName>				<wikidot:authorUserId>4238654</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I’m developing a simulator for Thymio. I need to know technical specifications of Thymio like type of proximity sensor their range and manufacturer for example, or wheels diameter in order to develop the simulator. Is there a technical documentation available, which I can use?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-5740057</guid>
				<title>Activity with thymio</title>
				<link>http://aseba.wikidot.com/forum/t-5740057/activity-with-thymio</link>
				<description></description>
				<pubDate>Tue, 17 Apr 2018 09:00:19 +0000</pubDate>
				<wikidot:authorName>Fabio Loche</wikidot:authorName>				<wikidot:authorUserId>3963926</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello , we have bought many thymio for a school project , now we have to do some lesson with thymio . Do you have schedule about lesson , or tutorial , lesson/activity ready to use</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-5681084</guid>
				<title>communication between arduino and thymio 2</title>
				<link>http://aseba.wikidot.com/forum/t-5681084/communication-between-arduino-and-thymio-2</link>
				<description></description>
				<pubDate>Wed, 04 Apr 2018 17:23:20 +0000</pubDate>
				<wikidot:authorName>Hassen Hmila</wikidot:authorName>				<wikidot:authorUserId>3690247</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How good is the accessibility for hacking, it's easy enough to hack thymio into an arduino.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-5617398</guid>
				<title>connect my thymio to an Arduino board</title>
				<link>http://aseba.wikidot.com/forum/t-5617398/connect-my-thymio-to-an-arduino-board</link>
				<description></description>
				<pubDate>Tue, 27 Mar 2018 09:12:06 +0000</pubDate>
				<wikidot:authorName>Hassen Hmila</wikidot:authorName>				<wikidot:authorUserId>3690247</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>hi is it any possibility to have the communication between my arduino board to thymio II ? , i make a driver for my thymio and my arduino board just with connecting tx and rx from arduino board to rx and tx of thymio</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-5515707</guid>
				<title>Is that possible? thymio memory storage?</title>
				<link>http://aseba.wikidot.com/forum/t-5515707/is-that-possible-thymio-memory-storage</link>
				<description></description>
				<pubDate>Mon, 19 Mar 2018 15:12:37 +0000</pubDate>
				<wikidot:authorName>lotusblume</wikidot:authorName>				<wikidot:authorUserId>3782112</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello People</p> <p>Is it possible to programm the buttons on the thymio in a way, that pushed button sequence gets stored in memory and later executed by a certain other button?</p> <p>With this storage feature it would be possible to emulate &quot;Bee-Bots&quot; circuit which would be very nice for young children making first steps with pattern recognisation and the like.</p> <p>So simple Question: Can Thymio2 store and memorize pushed button sequences and can these stored informations be used to let Thymio run a certain programm with them?</p> <p>cheers<br /> Dennis</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-5507689</guid>
				<title>How to import code that is written on the Thymio but lost on the PC</title>
				<link>http://aseba.wikidot.com/forum/t-5507689/how-to-import-code-that-is-written-on-the-thymio-but-lost-on</link>
				<description></description>
				<pubDate>Sun, 18 Mar 2018 12:35:57 +0000</pubDate>
				<wikidot:authorName>RaptorJesus66</wikidot:authorName>				<wikidot:authorUserId>3779996</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So here's the thing: in my monstruous stupidity, I saved a new file on my main file without noticing, thus losing my whole code&#8230; but, luckily the code is still loaded on my Thymio. So, is there a way to load it back into my PC? Instead of having to write it again?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-5415922</guid>
				<title>interactions via wireless communication</title>
				<link>http://aseba.wikidot.com/forum/t-5415922/interactions-via-wireless-communication</link>
				<description></description>
				<pubDate>Mon, 05 Mar 2018 15:37:31 +0000</pubDate>
				<wikidot:authorName>Ueli Wirth</wikidot:authorName>				<wikidot:authorUserId>3748571</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I intend to buy Thymio's wireless. I am wondering if an interaction between two Thymio's via wireless can be programmed?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-4312224</guid>
				<title>How to check my Thymio product version</title>
				<link>http://aseba.wikidot.com/forum/t-4312224/how-to-check-my-thymio-product-version</link>
				<description>Because someone gave his Thymio to me, I am not sure if my Thymio is version I or version II.  Many thanks if anyone can point me the direction to check my Thymio version?  from the studio _fwversion, the 0 field is showing 10, the 1 field is showing 0, the _productID field is showing 8.</description>
				<pubDate>Sun, 19 Nov 2017 06:45:51 +0000</pubDate>
				<wikidot:authorName>Joey Hong</wikidot:authorName>				<wikidot:authorUserId>3457275</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Because someone gave his Thymio to me, I am not sure if my Thymio is version I or version II. Many thanks if anyone can point me the direction to check my Thymio version? from the studio _fwversion, the 0 field is showing 10, the 1 field is showing 0, the _productID field is showing 8.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-4282124</guid>
				<title>Usb error in Xubuntu running in Oracle Virtualbox</title>
				<link>http://aseba.wikidot.com/forum/t-4282124/usb-error-in-xubuntu-running-in-oracle-virtualbox</link>
				<description>Hi there,

I am able to get Xubuntu running in Oracle Virtualbox but unable to get the usb recognised Thymio II via the dongle.</description>
				<pubDate>Wed, 15 Nov 2017 02:32:47 +0000</pubDate>
				<wikidot:authorName>A Yoong</wikidot:authorName>				<wikidot:authorUserId>3449523</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi there,</p> <p>I am able to get Xubuntu running in Oracle Virtualbox but unable to get the usb recognised Thymio II via the dongle. The machine is HP notebook.</p> <p>Thank you</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-4278837</guid>
				<title>Saving thymio&#039;s sensor data</title>
				<link>http://aseba.wikidot.com/forum/t-4278837/saving-thymio-s-sensor-data</link>
				<description>Saving thymio&#039;s sensor data into a data file (.txt or .csv)</description>
				<pubDate>Tue, 14 Nov 2017 08:57:44 +0000</pubDate>
				<wikidot:authorName>Discovery_42</wikidot:authorName>				<wikidot:authorUserId>3368324</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello everybody,</p> <p>Is it possible to save thymio's sensor data into a data file (.txt or .csv)?<br /> If so, can you please explain to me how I can do that?</p> <p>With best regards<br /> Discovery_42</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-4103815</guid>
				<title>drawing a square in blocky</title>
				<link>http://aseba.wikidot.com/forum/t-4103815/drawing-a-square-in-blocky</link>
				<description></description>
				<pubDate>Sun, 29 Oct 2017 22:54:46 +0000</pubDate>
				<wikidot:authorName>Hafsaalansari</wikidot:authorName>				<wikidot:authorUserId>3419971</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>hi,<br /> I am trying to draw a square but I couldn't make it work. could you please help me. this is my codes<br /> onevent button.center<br /> when button.center == 0 do<br /> timer.period[0] = 10<br /> end</p> <p>onevent timer0<br /> motor.left.target = 0<br /> motor.right.target = 0<br /> motor.left.target = 300<br /> motor.right.target = 300<br /> timer.period[1] = 2000</p> <p>onevent timer1<br /> motor.left.target = 0<br /> motor.right.target = 0<br /> motor.left.target = -300<br /> motor.right.target = 300<br /> timer.period[0] = 770</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>