<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.luntti.net/index.php?action=history&amp;feed=atom&amp;title=Install_ev3dev%2Fen</id>
	<title>Install ev3dev/en - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.luntti.net/index.php?action=history&amp;feed=atom&amp;title=Install_ev3dev%2Fen"/>
	<link rel="alternate" type="text/html" href="https://wiki.luntti.net/index.php?title=Install_ev3dev/en&amp;action=history"/>
	<updated>2026-04-07T11:55:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.luntti.net/index.php?title=Install_ev3dev/en&amp;diff=1145&amp;oldid=prev</id>
		<title>Bette183114776: Updating to match new version of source page</title>
		<link rel="alternate" type="text/html" href="https://wiki.luntti.net/index.php?title=Install_ev3dev/en&amp;diff=1145&amp;oldid=prev"/>
		<updated>2020-09-22T20:09:40Z</updated>

		<summary type="html">&lt;p&gt;Updating to match new version of source page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ev3dev.org ===&lt;br /&gt;
&lt;br /&gt;
Download the newest SD card image from https://www.ev3dev.org/downloads/.&lt;br /&gt;
&lt;br /&gt;
[[File:Ev3devWebsite.png|thumb|Ev3dev website]]&lt;br /&gt;
&lt;br /&gt;
=== Balena Etcher ===&lt;br /&gt;
&lt;br /&gt;
Write the image to the SD card using [https://www.balena.io/etcher/ Balena Etcher] or some other software. &lt;br /&gt;
&lt;br /&gt;
[[File:BalenaEtcher.png|thumb|Balena Etcher is straightforward to use.]]&lt;br /&gt;
=== Connection ===&lt;br /&gt;
&lt;br /&gt;
If Internet connection from the brick is not needed, connecting to the brick is straightforward and easy.&lt;br /&gt;
&lt;br /&gt;
==== Bluetooth ====&lt;br /&gt;
&lt;br /&gt;
Establish the Bluetooth connection on computer and brick by pairing. It is very straightforward.&lt;br /&gt;
&lt;br /&gt;
==== USB cable ====&lt;br /&gt;
&lt;br /&gt;
Windows will detect your EV3 as a Remote NDIS Compatible Device. . . &lt;br /&gt;
&lt;br /&gt;
==== Wifi ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Visual Studio Code ===&lt;br /&gt;
&lt;br /&gt;
Install some extensions: the newest ev3dev-browser, and some Python related stuff VS studio needs to install. Connect to the brick by clicking the &amp;#039;&amp;#039;ev3dev device browser&amp;#039;&amp;#039; from down left. See the [https://www.youtube.com/watch?v=zw20vb5YrrA video] (embedded below) how to install and set up ev3dev browser. Note that LEGO&amp;#039;s MicroPython extension is not needed. We use Ev3dev Python v2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;zw20vb5YrrA&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Vs ev3devbrowser.png|thumb|Connect the brick from down left, then up middle.]]&lt;br /&gt;
&lt;br /&gt;
The folder in VS Code in be downloaded into VS Code by clicking, and the script can be run from the &amp;#039;&amp;#039;device browser&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:Vs ev3devbrowser2.png|thumb|Search for the devices.]]&lt;br /&gt;
&lt;br /&gt;
==== Automated launching  ====&lt;br /&gt;
&lt;br /&gt;
Add the file launch.json in the .vscode folder, and copy paste the following script in there&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;version&amp;quot;: &amp;quot;0.2.0&amp;quot;,&lt;br /&gt;
    &amp;quot;configurations&amp;quot;: [&lt;br /&gt;
        {&lt;br /&gt;
            &amp;quot;name&amp;quot;: &amp;quot;Download and Run&amp;quot;,&lt;br /&gt;
            &amp;quot;type&amp;quot;: &amp;quot;ev3devBrowser&amp;quot;,&lt;br /&gt;
            &amp;quot;request&amp;quot;: &amp;quot;launch&amp;quot;,&lt;br /&gt;
            &amp;quot;program&amp;quot;: &amp;quot;/home/robot/${workspaceRootFolderName}/hello.py&amp;quot;&lt;br /&gt;
        }&lt;br /&gt;
    ]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
and the program will be downloaded and run by pressing F5.&lt;/div&gt;</summary>
		<author><name>Bette183114776</name></author>
	</entry>
</feed>