<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://badge.emfcamp.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ms7821</id>
	<title>EMF Badge - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://badge.emfcamp.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ms7821"/>
	<link rel="alternate" type="text/html" href="https://badge.emfcamp.org/wiki/Special:Contributions/Ms7821"/>
	<updated>2026-04-18T11:59:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://badge.emfcamp.org/w/index.php?title=TiLDA_MK4/Run_Code&amp;diff=450</id>
		<title>TiLDA MK4/Run Code</title>
		<link rel="alternate" type="text/html" href="https://badge.emfcamp.org/w/index.php?title=TiLDA_MK4/Run_Code&amp;diff=450"/>
		<updated>2018-09-18T21:59:50Z</updated>

		<summary type="html">&lt;p&gt;Ms7821: /* Through the REPL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Through the REPL ==&lt;br /&gt;
* Todo: Please write how to do that on different operating systems&lt;br /&gt;
* todo: how to use a REPL&lt;br /&gt;
&lt;br /&gt;
'''Important''': once connected to the serial port, you'll only see output the badge sends (usually none). Hit Ctrl+C to exit from the current process and get back the REPL.&lt;br /&gt;
&lt;br /&gt;
=== Windows/WSL ===&lt;br /&gt;
==== Identify serial device ====&lt;br /&gt;
The serial device should be a COM port that only shows when you plug the badge in, e.g. COM4:&lt;br /&gt;
# Open Computer Management (compmgmt.msc)&lt;br /&gt;
# Navigate to Device Manager&lt;br /&gt;
# Expand Ports (COM &amp;amp; LPT)&lt;br /&gt;
&lt;br /&gt;
Alternatively in PowerShell:&lt;br /&gt;
&lt;br /&gt;
 Get-WMIObject Win32_SerialPort | select DeviceID,Description&lt;br /&gt;
&lt;br /&gt;
==== Connect to identified device ====&lt;br /&gt;
Open PuTTY, enter the COM port found above, e.g. COM4, select Serial, and click Open.&lt;br /&gt;
&lt;br /&gt;
Alternatively in WSL:&lt;br /&gt;
&lt;br /&gt;
 sudo screen /dev/ttyS{n}&lt;br /&gt;
&lt;br /&gt;
where {n} is the numeric part of the COM port (e.g. /dev/ttyS4 for COM4). Use Ctrl+A, D to disconnect.&lt;br /&gt;
&lt;br /&gt;
== Use the &amp;quot;mass storage&amp;quot; app ==&lt;br /&gt;
* Only works on OSX at present (2nd Sept 2018)&lt;br /&gt;
* easy to do&lt;br /&gt;
* make sure to safely eject every time&lt;br /&gt;
* has a tendency to corrupt the filesystem - link to reset instructions&lt;br /&gt;
* hard to debug errors&lt;br /&gt;
* todo: add more information&lt;br /&gt;
&lt;br /&gt;
== Use Mk4-Apps tilda_tools ==&lt;br /&gt;
* Probably most convenient, but a bit more involved:&lt;br /&gt;
* You can use &amp;quot;./tilda_tools run &amp;lt;file.py&amp;gt;&amp;quot; to run code without copying anything, but if you want to make sure you have all your libraries updated use &amp;quot;./tilda_tools app my_app&amp;quot; instead.&lt;br /&gt;
* https://badge.emfcamp.org/wiki/TiLDA_MK4/tilda-tools&lt;/div&gt;</summary>
		<author><name>Ms7821</name></author>
	</entry>
	<entry>
		<id>https://badge.emfcamp.org/w/index.php?title=TiLDA_MK4/Run_Code&amp;diff=449</id>
		<title>TiLDA MK4/Run Code</title>
		<link rel="alternate" type="text/html" href="https://badge.emfcamp.org/w/index.php?title=TiLDA_MK4/Run_Code&amp;diff=449"/>
		<updated>2018-09-18T21:58:47Z</updated>

		<summary type="html">&lt;p&gt;Ms7821: /* Connect */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Through the REPL ==&lt;br /&gt;
* Todo: Please write how to do that on different operating systems&lt;br /&gt;
* todo: how to use a REPL&lt;br /&gt;
&lt;br /&gt;
'''Important''': once connected to the serial port, you'll only see output the badge sends (usually none). Hit Ctrl+C to exit from the current process and get back the REPL.&lt;br /&gt;
&lt;br /&gt;
=== Windows/WSL ===&lt;br /&gt;
==== Identify serial device ====&lt;br /&gt;
The serial device should be a COM port that only shows when you plug the badge in, e.g. COM4:&lt;br /&gt;
# Open Computer Management (compmgmt.msc)&lt;br /&gt;
# Navigate to Device Manager&lt;br /&gt;
# Expand Ports (COM &amp;amp; LPT)&lt;br /&gt;
&lt;br /&gt;
Alternatively in PowerShell:&lt;br /&gt;
&lt;br /&gt;
 Get-WMIObject Win32_SerialPort | Select-Object DeviceID,Description&lt;br /&gt;
&lt;br /&gt;
==== Connect to identified device ====&lt;br /&gt;
Open PuTTY, enter the COM port found above, e.g. COM4, select Serial, and click Open.&lt;br /&gt;
&lt;br /&gt;
Alternatively in WSL:&lt;br /&gt;
&lt;br /&gt;
 sudo screen /dev/ttyS{n}&lt;br /&gt;
&lt;br /&gt;
where {n} is the numeric part of the COM port (e.g. /dev/ttyS4 for COM4). Use Ctrl+A, D to disconnect.&lt;br /&gt;
&lt;br /&gt;
== Use the &amp;quot;mass storage&amp;quot; app ==&lt;br /&gt;
* Only works on OSX at present (2nd Sept 2018)&lt;br /&gt;
* easy to do&lt;br /&gt;
* make sure to safely eject every time&lt;br /&gt;
* has a tendency to corrupt the filesystem - link to reset instructions&lt;br /&gt;
* hard to debug errors&lt;br /&gt;
* todo: add more information&lt;br /&gt;
&lt;br /&gt;
== Use Mk4-Apps tilda_tools ==&lt;br /&gt;
* Probably most convenient, but a bit more involved:&lt;br /&gt;
* You can use &amp;quot;./tilda_tools run &amp;lt;file.py&amp;gt;&amp;quot; to run code without copying anything, but if you want to make sure you have all your libraries updated use &amp;quot;./tilda_tools app my_app&amp;quot; instead.&lt;br /&gt;
* https://badge.emfcamp.org/wiki/TiLDA_MK4/tilda-tools&lt;/div&gt;</summary>
		<author><name>Ms7821</name></author>
	</entry>
	<entry>
		<id>https://badge.emfcamp.org/w/index.php?title=TiLDA_MK4/Run_Code&amp;diff=448</id>
		<title>TiLDA MK4/Run Code</title>
		<link rel="alternate" type="text/html" href="https://badge.emfcamp.org/w/index.php?title=TiLDA_MK4/Run_Code&amp;diff=448"/>
		<updated>2018-09-18T21:58:35Z</updated>

		<summary type="html">&lt;p&gt;Ms7821: /* Windows/WSL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Through the REPL ==&lt;br /&gt;
* Todo: Please write how to do that on different operating systems&lt;br /&gt;
* todo: how to use a REPL&lt;br /&gt;
&lt;br /&gt;
'''Important''': once connected to the serial port, you'll only see output the badge sends (usually none). Hit Ctrl+C to exit from the current process and get back the REPL.&lt;br /&gt;
&lt;br /&gt;
=== Windows/WSL ===&lt;br /&gt;
==== Identify serial device ====&lt;br /&gt;
The serial device should be a COM port that only shows when you plug the badge in, e.g. COM4:&lt;br /&gt;
# Open Computer Management (compmgmt.msc)&lt;br /&gt;
# Navigate to Device Manager&lt;br /&gt;
# Expand Ports (COM &amp;amp; LPT)&lt;br /&gt;
&lt;br /&gt;
Alternatively in PowerShell:&lt;br /&gt;
&lt;br /&gt;
 Get-WMIObject Win32_SerialPort | Select-Object DeviceID,Description&lt;br /&gt;
&lt;br /&gt;
==== Connect ====&lt;br /&gt;
Open PuTTY, enter the COM port found above, e.g. COM4, select Serial, and click Open.&lt;br /&gt;
&lt;br /&gt;
Alternatively in WSL:&lt;br /&gt;
&lt;br /&gt;
 sudo screen /dev/ttyS{n}&lt;br /&gt;
&lt;br /&gt;
where {n} is the numeric part of the COM port (e.g. /dev/ttyS4 for COM4). Use Ctrl+A, D to disconnect.&lt;br /&gt;
&lt;br /&gt;
== Use the &amp;quot;mass storage&amp;quot; app ==&lt;br /&gt;
* Only works on OSX at present (2nd Sept 2018)&lt;br /&gt;
* easy to do&lt;br /&gt;
* make sure to safely eject every time&lt;br /&gt;
* has a tendency to corrupt the filesystem - link to reset instructions&lt;br /&gt;
* hard to debug errors&lt;br /&gt;
* todo: add more information&lt;br /&gt;
&lt;br /&gt;
== Use Mk4-Apps tilda_tools ==&lt;br /&gt;
* Probably most convenient, but a bit more involved:&lt;br /&gt;
* You can use &amp;quot;./tilda_tools run &amp;lt;file.py&amp;gt;&amp;quot; to run code without copying anything, but if you want to make sure you have all your libraries updated use &amp;quot;./tilda_tools app my_app&amp;quot; instead.&lt;br /&gt;
* https://badge.emfcamp.org/wiki/TiLDA_MK4/tilda-tools&lt;/div&gt;</summary>
		<author><name>Ms7821</name></author>
	</entry>
	<entry>
		<id>https://badge.emfcamp.org/w/index.php?title=TiLDA_MK4/Run_Code&amp;diff=447</id>
		<title>TiLDA MK4/Run Code</title>
		<link rel="alternate" type="text/html" href="https://badge.emfcamp.org/w/index.php?title=TiLDA_MK4/Run_Code&amp;diff=447"/>
		<updated>2018-09-18T21:57:26Z</updated>

		<summary type="html">&lt;p&gt;Ms7821: /* Through the REPL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Through the REPL ==&lt;br /&gt;
* Todo: Please write how to do that on different operating systems&lt;br /&gt;
* todo: how to use a REPL&lt;br /&gt;
&lt;br /&gt;
'''Important''': once connected to the serial port, you'll only see output the badge sends (usually none). Hit Ctrl+C to exit from the current process and get back the REPL.&lt;br /&gt;
&lt;br /&gt;
=== Windows/WSL ===&lt;br /&gt;
Firstly, identify the serial device (should be a COM port that only shows when you plug the badge in, e.g. COM4):&lt;br /&gt;
# Open Computer Management (compmgmt.msc)&lt;br /&gt;
# Navigate to Device Manager&lt;br /&gt;
# Expand Ports (COM &amp;amp; LPT)&lt;br /&gt;
&lt;br /&gt;
Alternatively in PowerShell:&lt;br /&gt;
&lt;br /&gt;
 Get-WMIObject Win32_SerialPort | Select-Object DeviceID,Description&lt;br /&gt;
&lt;br /&gt;
Then open PuTTY, enter the COM port found above, e.g. COM4, select Serial, and click Open.&lt;br /&gt;
&lt;br /&gt;
Alternatively in WSL:&lt;br /&gt;
&lt;br /&gt;
 sudo screen /dev/ttyS{n}&lt;br /&gt;
&lt;br /&gt;
where {n} is the numeric part of the COM port (e.g. /dev/ttyS4 for COM4). Use Ctrl+A, D to disconnect.&lt;br /&gt;
&lt;br /&gt;
== Use the &amp;quot;mass storage&amp;quot; app ==&lt;br /&gt;
* Only works on OSX at present (2nd Sept 2018)&lt;br /&gt;
* easy to do&lt;br /&gt;
* make sure to safely eject every time&lt;br /&gt;
* has a tendency to corrupt the filesystem - link to reset instructions&lt;br /&gt;
* hard to debug errors&lt;br /&gt;
* todo: add more information&lt;br /&gt;
&lt;br /&gt;
== Use Mk4-Apps tilda_tools ==&lt;br /&gt;
* Probably most convenient, but a bit more involved:&lt;br /&gt;
* You can use &amp;quot;./tilda_tools run &amp;lt;file.py&amp;gt;&amp;quot; to run code without copying anything, but if you want to make sure you have all your libraries updated use &amp;quot;./tilda_tools app my_app&amp;quot; instead.&lt;br /&gt;
* https://badge.emfcamp.org/wiki/TiLDA_MK4/tilda-tools&lt;/div&gt;</summary>
		<author><name>Ms7821</name></author>
	</entry>
	<entry>
		<id>https://badge.emfcamp.org/w/index.php?title=TiLDA_MK4/Run_Code&amp;diff=446</id>
		<title>TiLDA MK4/Run Code</title>
		<link rel="alternate" type="text/html" href="https://badge.emfcamp.org/w/index.php?title=TiLDA_MK4/Run_Code&amp;diff=446"/>
		<updated>2018-09-18T21:51:09Z</updated>

		<summary type="html">&lt;p&gt;Ms7821: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Through the REPL ==&lt;br /&gt;
* Todo: Please write how to do that on different operating systems&lt;br /&gt;
* todo: how to use a REPL&lt;br /&gt;
&lt;br /&gt;
'''Important''': once connected to the serial port, you'll only see output the badge sends (usually none). Hit Ctrl+C to exit from the current process and get back the REPL.&lt;br /&gt;
&lt;br /&gt;
=== Windows/WSL ===&lt;br /&gt;
Firstly, identify the serial device (should be a COM port that only shows when you plug the badge in):&lt;br /&gt;
# Open Computer Management (compmgmt.msc)&lt;br /&gt;
# Navigate to Device Manager&lt;br /&gt;
# Expand Ports (COM &amp;amp; LPT)&lt;br /&gt;
&lt;br /&gt;
Alternatively in PowerShell:&lt;br /&gt;
&lt;br /&gt;
 Get-WMIObject Win32_SerialPort | Select-Object DeviceID,Description&lt;br /&gt;
&lt;br /&gt;
Then open PuTTY, enter the COM port found above, select Serial, and click Open.&lt;br /&gt;
&lt;br /&gt;
Alternatively in WSL:&lt;br /&gt;
&lt;br /&gt;
 sudo screen /dev/ttyS{n}&lt;br /&gt;
&lt;br /&gt;
where {n} is the numeric part of the COM port (e.g. /dev/ttyS4 for COM4). Use Ctrl+A, D to disconnect.&lt;br /&gt;
&lt;br /&gt;
== Use the &amp;quot;mass storage&amp;quot; app ==&lt;br /&gt;
* Only works on OSX at present (2nd Sept 2018)&lt;br /&gt;
* easy to do&lt;br /&gt;
* make sure to safely eject every time&lt;br /&gt;
* has a tendency to corrupt the filesystem - link to reset instructions&lt;br /&gt;
* hard to debug errors&lt;br /&gt;
* todo: add more information&lt;br /&gt;
&lt;br /&gt;
== Use Mk4-Apps tilda_tools ==&lt;br /&gt;
* Probably most convenient, but a bit more involved:&lt;br /&gt;
* You can use &amp;quot;./tilda_tools run &amp;lt;file.py&amp;gt;&amp;quot; to run code without copying anything, but if you want to make sure you have all your libraries updated use &amp;quot;./tilda_tools app my_app&amp;quot; instead.&lt;br /&gt;
* https://badge.emfcamp.org/wiki/TiLDA_MK4/tilda-tools&lt;/div&gt;</summary>
		<author><name>Ms7821</name></author>
	</entry>
	<entry>
		<id>https://badge.emfcamp.org/w/index.php?title=TiLDA_MK4/Run_Code&amp;diff=445</id>
		<title>TiLDA MK4/Run Code</title>
		<link rel="alternate" type="text/html" href="https://badge.emfcamp.org/w/index.php?title=TiLDA_MK4/Run_Code&amp;diff=445"/>
		<updated>2018-09-18T21:48:59Z</updated>

		<summary type="html">&lt;p&gt;Ms7821: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Through the REPL ==&lt;br /&gt;
* Todo: Please write how to do that on different operating systems&lt;br /&gt;
* todo: how to use a REPL&lt;br /&gt;
&lt;br /&gt;
=== Windows/WSL ===&lt;br /&gt;
Firstly, identify the serial device (should be a COM port that only shows when you plug the badge in):&lt;br /&gt;
# Open Computer Management (compmgmt.msc)&lt;br /&gt;
# Navigate to Device Manager&lt;br /&gt;
# Expand Ports (COM &amp;amp; LPT)&lt;br /&gt;
&lt;br /&gt;
Alternatively in PowerShell:&lt;br /&gt;
&lt;br /&gt;
 Get-WMIObject Win32_SerialPort | Select-Object DeviceID,Description&lt;br /&gt;
&lt;br /&gt;
Then open PuTTY, enter the COM port found above, select Serial, and click Open.&lt;br /&gt;
&lt;br /&gt;
Alternatively in WSL:&lt;br /&gt;
&lt;br /&gt;
 sudo screen /dev/ttyS{n}&lt;br /&gt;
&lt;br /&gt;
where {n} is the numeric part of the COM port (e.g. /dev/ttyS4 for COM4).&lt;br /&gt;
&lt;br /&gt;
== Use the &amp;quot;mass storage&amp;quot; app ==&lt;br /&gt;
* Only works on OSX at present (2nd Sept 2018)&lt;br /&gt;
* easy to do&lt;br /&gt;
* make sure to safely eject every time&lt;br /&gt;
* has a tendency to corrupt the filesystem - link to reset instructions&lt;br /&gt;
* hard to debug errors&lt;br /&gt;
* todo: add more information&lt;br /&gt;
&lt;br /&gt;
== Use Mk4-Apps tilda_tools ==&lt;br /&gt;
* Probably most convenient, but a bit more involved:&lt;br /&gt;
* You can use &amp;quot;./tilda_tools run &amp;lt;file.py&amp;gt;&amp;quot; to run code without copying anything, but if you want to make sure you have all your libraries updated use &amp;quot;./tilda_tools app my_app&amp;quot; instead.&lt;br /&gt;
* https://badge.emfcamp.org/wiki/TiLDA_MK4/tilda-tools&lt;/div&gt;</summary>
		<author><name>Ms7821</name></author>
	</entry>
</feed>