<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Getting started with Python on EV3</title>
	<atom:link href="http://bitsandbricks.no/2014/01/19/getting-started-with-python-on-ev3/feed/" rel="self" type="application/rss+xml" />
	<link>http://bitsandbricks.no/2014/01/19/getting-started-with-python-on-ev3/</link>
	<description>The life of a female geek</description>
	<lastBuildDate>Fri, 01 Apr 2016 12:25:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>By: Rick Ferrante</title>
		<link>http://bitsandbricks.no/2014/01/19/getting-started-with-python-on-ev3/#comment-75050</link>
		<dc:creator><![CDATA[Rick Ferrante]]></dc:creator>
		<pubDate>Tue, 02 Jun 2015 22:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://bitsandbricks.no/?p=268#comment-75050</guid>
		<description><![CDATA[So you said you &quot;read his code&quot; because there was no documentation.  Where are you finding all the code?  Are you referring to the code in topikachu/python-ev3/ev3 directory?  where do you find all the code on the EV3?

Thanks?]]></description>
		<content:encoded><![CDATA[<p>So you said you &#8220;read his code&#8221; because there was no documentation.  Where are you finding all the code?  Are you referring to the code in topikachu/python-ev3/ev3 directory?  where do you find all the code on the EV3?</p>
<p>Thanks?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://bitsandbricks.no/2014/01/19/getting-started-with-python-on-ev3/#comment-36158</link>
		<dc:creator><![CDATA[alex]]></dc:creator>
		<pubDate>Mon, 27 Oct 2014 20:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://bitsandbricks.no/?p=268#comment-36158</guid>
		<description><![CDATA[can we use it for mac]]></description>
		<content:encoded><![CDATA[<p>can we use it for mac</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aegidius Pluess</title>
		<link>http://bitsandbricks.no/2014/01/19/getting-started-with-python-on-ev3/#comment-21606</link>
		<dc:creator><![CDATA[Aegidius Pluess]]></dc:creator>
		<pubDate>Mon, 04 Aug 2014 11:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://bitsandbricks.no/?p=268#comment-21606</guid>
		<description><![CDATA[We merged Python 2.7 into the leJOS sd card image and use a TCP/IP gateway between Python and leJOS. For more information consult http://www.aplu.ch]]></description>
		<content:encoded><![CDATA[<p>We merged Python 2.7 into the leJOS sd card image and use a TCP/IP gateway between Python and leJOS. For more information consult <a href="http://www.aplu.ch" rel="nofollow">http://www.aplu.ch</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://bitsandbricks.no/2014/01/19/getting-started-with-python-on-ev3/#comment-19835</link>
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Fri, 04 Jul 2014 08:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://bitsandbricks.no/?p=268#comment-19835</guid>
		<description><![CDATA[hm the html layout messed up my code :)
vi /etc/wpa_supplicant.conf
ctrl_interface=/...
...your_wlan_presharedkey”
}

vi /etc/network/interfaces
auto lo...
...wpa-conf /etc/wpa_supplicant.conf]]></description>
		<content:encoded><![CDATA[<p>hm the html layout messed up my code <img src="http://bitsandbricks.no/wp-includes/images/smilies/simple-smile.png" alt=":)" class="wp-smiley" style="height: 1em; max-height: 1em;" /><br />
vi /etc/wpa_supplicant.conf<br />
ctrl_interface=/&#8230;<br />
&#8230;your_wlan_presharedkey”<br />
}</p>
<p>vi /etc/network/interfaces<br />
auto lo&#8230;<br />
&#8230;wpa-conf /etc/wpa_supplicant.conf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://bitsandbricks.no/2014/01/19/getting-started-with-python-on-ev3/#comment-19834</link>
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Fri, 04 Jul 2014 08:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://bitsandbricks.no/?p=268#comment-19834</guid>
		<description><![CDATA[sorry for the typo ;)

load driver:
insmod /lib/modules/2.6.33-rc4/kernel/drivers/net/wireless/8192cu.ko]]></description>
		<content:encoded><![CDATA[<p>sorry for the typo 😉</p>
<p>load driver:<br />
insmod /lib/modules/2.6.33-rc4/kernel/drivers/net/wireless/8192cu.ko</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://bitsandbricks.no/2014/01/19/getting-started-with-python-on-ev3/#comment-19833</link>
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Fri, 04 Jul 2014 08:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://bitsandbricks.no/?p=268#comment-19833</guid>
		<description><![CDATA[Stas,
I figured out how to add 8192cu support on this image:

You can get the driver from here: http://www.electrictea.co.uk/rpi/8192cu.tar.gz

install the driver:
cp 8192cu.ko /lib/modules/2.6.33-rc4/kernel/drivers/net/wireless/

load driver on system startup:
echo 8192cu &gt;&gt; /etc/modules
depmod -a

load driver:
insmod /lib/modules/2.6.33-rc4/kernel/drivers/net/wireless/cp 8192cu.ko


ctrl_interface=/var/run/wpa_supplicant
network={
        ssid=&quot;your_wlan_ssid&quot;
        key_mgmt=WPA-PSK
        psk=&quot;your_wlan_presharedkey&quot;
}



auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp
hwaddress ether xx:xx:xx:xx:xx:xx #hardware address ev3

auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant.conf


reboot or /etc/init.d/networking restart

it should get an ip address now, if not check your settings and the /var/log/syslog

good luck!
Alan]]></description>
		<content:encoded><![CDATA[<p>Stas,<br />
I figured out how to add 8192cu support on this image:</p>
<p>You can get the driver from here: <a href="http://www.electrictea.co.uk/rpi/8192cu.tar.gz" rel="nofollow">http://www.electrictea.co.uk/rpi/8192cu.tar.gz</a></p>
<p>install the driver:<br />
cp 8192cu.ko /lib/modules/2.6.33-rc4/kernel/drivers/net/wireless/</p>
<p>load driver on system startup:<br />
echo 8192cu &gt;&gt; /etc/modules<br />
depmod -a</p>
<p>load driver:<br />
insmod /lib/modules/2.6.33-rc4/kernel/drivers/net/wireless/cp 8192cu.ko</p>
<p>ctrl_interface=/var/run/wpa_supplicant<br />
network={<br />
        ssid=&#8221;your_wlan_ssid&#8221;<br />
        key_mgmt=WPA-PSK<br />
        psk=&#8221;your_wlan_presharedkey&#8221;<br />
}</p>
<p>auto lo<br />
iface lo inet loopback</p>
<p>allow-hotplug eth0<br />
iface eth0 inet dhcp<br />
hwaddress ether xx:xx:xx:xx:xx:xx #hardware address ev3</p>
<p>auto wlan0<br />
iface wlan0 inet dhcp<br />
wpa-conf /etc/wpa_supplicant.conf</p>
<p>reboot or /etc/init.d/networking restart</p>
<p>it should get an ip address now, if not check your settings and the /var/log/syslog</p>
<p>good luck!<br />
Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Elman</title>
		<link>http://bitsandbricks.no/2014/01/19/getting-started-with-python-on-ev3/#comment-19495</link>
		<dc:creator><![CDATA[Igor Elman]]></dc:creator>
		<pubDate>Wed, 25 Jun 2014 07:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://bitsandbricks.no/?p=268#comment-19495</guid>
		<description><![CDATA[And I&#039;ve used topikachu&#039;s branch rather than hmml&#039;s.]]></description>
		<content:encoded><![CDATA[<p>And I&#8217;ve used topikachu&#8217;s branch rather than hmml&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Elman</title>
		<link>http://bitsandbricks.no/2014/01/19/getting-started-with-python-on-ev3/#comment-19494</link>
		<dc:creator><![CDATA[Igor Elman]]></dc:creator>
		<pubDate>Wed, 25 Jun 2014 07:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://bitsandbricks.no/?p=268#comment-19494</guid>
		<description><![CDATA[Prebuilt image is not working for me as well, I&#039;ve built it myself as described in here https://github.com/hmml/python-ev3/tree/refactor/build-rootfs 
It boots now, but another problem arised: motors are not working]]></description>
		<content:encoded><![CDATA[<p>Prebuilt image is not working for me as well, I&#8217;ve built it myself as described in here <a href="https://github.com/hmml/python-ev3/tree/refactor/build-rootfs" rel="nofollow">https://github.com/hmml/python-ev3/tree/refactor/build-rootfs</a><br />
It boots now, but another problem arised: motors are not working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://bitsandbricks.no/2014/01/19/getting-started-with-python-on-ev3/#comment-19457</link>
		<dc:creator><![CDATA[Eric]]></dc:creator>
		<pubDate>Mon, 23 Jun 2014 17:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://bitsandbricks.no/?p=268#comment-19457</guid>
		<description><![CDATA[Stas, have you got 8192cu working in your side? I am going to give a try for this small wifi dongle. Would be good to know your progress if any.]]></description>
		<content:encoded><![CDATA[<p>Stas, have you got 8192cu working in your side? I am going to give a try for this small wifi dongle. Would be good to know your progress if any.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thiago Marzagao</title>
		<link>http://bitsandbricks.no/2014/01/19/getting-started-with-python-on-ev3/#comment-19135</link>
		<dc:creator><![CDATA[Thiago Marzagao]]></dc:creator>
		<pubDate>Sat, 14 Jun 2014 13:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://bitsandbricks.no/?p=268#comment-19135</guid>
		<description><![CDATA[The display kept showing that initial &quot;mindstorms - starting...&quot; message. It got stuck like that for over 10 hours. I was about to give up (I just cloned the ev3sources source code and was experimenting with sending C++ code via Bluetooth), but I&#039;ll try reflashing the card, as you suggested.

Thanks for the help, Cecilie!]]></description>
		<content:encoded><![CDATA[<p>The display kept showing that initial &#8220;mindstorms &#8211; starting&#8230;&#8221; message. It got stuck like that for over 10 hours. I was about to give up (I just cloned the ev3sources source code and was experimenting with sending C++ code via Bluetooth), but I&#8217;ll try reflashing the card, as you suggested.</p>
<p>Thanks for the help, Cecilie!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
