<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.suws.org.uk/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TylerWard</id>
	<title>SUWS-wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://www.suws.org.uk/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TylerWard"/>
	<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/Special:Contributions/TylerWard"/>
	<updated>2026-04-29T13:47:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Workshop:2023/05/21&amp;diff=6073</id>
		<title>Workshop:2023/05/21</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Workshop:2023/05/21&amp;diff=6073"/>
		<updated>2023-05-21T23:06:43Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: Removed duplicate infobox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WorkshopInfo&lt;br /&gt;
|time=15:00&lt;br /&gt;
|date=2023-05-21&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=2023-05-21&lt;br /&gt;
|location=Building 32&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Task list ==&lt;br /&gt;
* New switches&lt;br /&gt;
** SWITCH-B32 was already racked&lt;br /&gt;
*** Setup a crosslink and gradually moved interfaces across including SFP.&lt;br /&gt;
*** Powered down old switch.  New switch is on UPS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Authentik for user authentication (rather than Keycloak)&lt;br /&gt;
** Dan has set this up on sso.sown.org.uk&lt;br /&gt;
** Can currently log users into monitor2 (Icinga 2) and netbox.&lt;br /&gt;
** Dave has created a source application for Soton authentication ans submitted a ticket to iSolutions for registering an app with Azure AD.&lt;br /&gt;
** Can be configured for other applications (e.g. Mediawiki, WordPress, etc.) and for SSH into servers using LDAP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Website issues&lt;br /&gt;
** Tyler will setup a basic web host as a Docker container on marconi&lt;br /&gt;
** Dave will get the DNS for www.sown.org.uk to point at marconi.  He will need to check on what currently points as this from other applications first.&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Workshop:2023/05/21&amp;diff=6070</id>
		<title>Workshop:2023/05/21</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Workshop:2023/05/21&amp;diff=6070"/>
		<updated>2023-05-21T15:03:22Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: Created page with &amp;quot;{{WorkshopInfo |time=15:00 |date=2023-05-21 |endtime=20:00 |enddate=2023-05-21 |location=Building 32 }} == Task list ==  * New switches  * Website issues&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WorkshopInfo&lt;br /&gt;
|time=15:00&lt;br /&gt;
|date=2023-05-21&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=2023-05-21&lt;br /&gt;
|location=Building 32&lt;br /&gt;
}}&lt;br /&gt;
== Task list ==&lt;br /&gt;
* New switches&lt;br /&gt;
* Website issues&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Workshop:2023/03/12&amp;diff=6062</id>
		<title>Workshop:2023/03/12</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Workshop:2023/03/12&amp;diff=6062"/>
		<updated>2023-03-13T20:36:09Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WorkshopInfo&lt;br /&gt;
|time=15:00&lt;br /&gt;
|date=2023-03-12&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=2023-03-12&lt;br /&gt;
|location=32/3089&lt;br /&gt;
}}&lt;br /&gt;
= Task list =&lt;br /&gt;
== Upgrade AUTH2 to Ubuntu 20.04 ==&lt;br /&gt;
Hopefully last ever OS upgrade for AUTH2. So we can completely remove Quagga and BGP.&lt;br /&gt;
* Successfully upgraded but included few snags&lt;br /&gt;
** PHP 5.6 ondrej package repository needed to be re-enabled and packages upgraded&lt;br /&gt;
** /usr/bin/php needed to be repointed from 8.2 to 5.6&lt;br /&gt;
** Disabled most strict modes for newly upgraded MySQL v8.0.32&lt;br /&gt;
** Kohana&#039;s /srv/www/default/application/classes/model/entity.php need to be manually updated to always set &amp;lt;code&amp;gt;$this-&amp;gt;lastModified = new \DateTime();&amp;lt;/code&amp;gt; in save function.  Otherwise Kohana tries to initially explicitly set this to NULL but should not be set so the database can do this automatically because of this config: &amp;lt;code&amp;gt;`last_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT &#039;time the row was last modified&#039;,&amp;lt;/code&amp;gt;&lt;br /&gt;
** FreeRadius 3 config needed re-inserting /etc/freeradius/3.0/&lt;br /&gt;
** OpenVPN issues:&lt;br /&gt;
*** To be documented&lt;br /&gt;
** Apache issues: &lt;br /&gt;
*** SOWN&#039;s ca.key was too small.&lt;br /&gt;
*** More to be documented &lt;br /&gt;
* Quagga was successfully removed and now only Bird2 remains which uses OSPF&lt;br /&gt;
&lt;br /&gt;
== New [https://www.router-switch.com/sg350-28p-datasheet-pdf.html SG350-28] Switches ==&lt;br /&gt;
* Connected current console cable for Cisco 3750G and was immediately able to establish a session through GW-B32.&lt;br /&gt;
* Finish installing (using Ansible playbooks) new GW servers.&lt;br /&gt;
* Console interface looks much like that for certain DLink/NetGear managed switches&lt;br /&gt;
* Tim upgraded both switches to [https://software.cisco.com/download/home/286288261/type/282463181/release/2.5.9.15 latest firmware] using FAT32 formatted USB pen&lt;br /&gt;
* Tyler was able to directly import this device into NetBox&lt;br /&gt;
&lt;br /&gt;
== Rack second replacement UPS ==&lt;br /&gt;
* First replacement UPS successfully unracked and placed in the corner of the server room.&lt;br /&gt;
* Box for second replacement UPS retained if first replacement needs to be returned.&lt;br /&gt;
* Old rack rails for original UPS thrown away (in WEEE cage).&lt;br /&gt;
* One of new set of UPS rack rails installed.&lt;br /&gt;
* Network module from first replacement UPS moved to second replacement.&lt;br /&gt;
* Second replacement UPS racked and powered up with no issues.&lt;br /&gt;
* All redundant power supplies server have one PSU connected to UPS, including lear and goneril from OFERTIE project.  KVM, GW-B32 and BACKUP-B32-1 also connected on their single PSU.  &lt;br /&gt;
* Switch not yet transferred. Will wit until next workshop when we have confidence in new UPS.&lt;br /&gt;
* Tyler has modelled power connections in NetBox.&lt;br /&gt;
* Unused cables with second replacement UPS put in Misc RUB box.&lt;br /&gt;
* Unused rack rails, vertical mounting brackets and instruction booklets taken down to Dave&#039;s office.&lt;br /&gt;
&lt;br /&gt;
== IPMI monitoring checks ==&lt;br /&gt;
No progress&lt;br /&gt;
&lt;br /&gt;
== Move VMs from VMS-B32-1 to VMS-B53-1 ==&lt;br /&gt;
No progress&lt;br /&gt;
&lt;br /&gt;
== SUWS Wiki Issues ==&lt;br /&gt;
* Still some issues with timelines for SUWS [[Meetings]], [[Outings]] and [[Workshops]] wiki pages.&lt;br /&gt;
** No progress&lt;br /&gt;
* Links to RSS and iCal feeds do not work&lt;br /&gt;
** PHP file for generated simple URLs for these needs to be deployed within Docker.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous Tasks ==&lt;br /&gt;
* Tyler tidied up the various cables in the back of the rack.&lt;br /&gt;
* Tyler took photos of front of servers and added to NetBox.&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Workshop:2023/02/11&amp;diff=6052</id>
		<title>Workshop:2023/02/11</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Workshop:2023/02/11&amp;diff=6052"/>
		<updated>2023-02-11T16:37:52Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: /* Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WorkshopInfo&lt;br /&gt;
|time=15:00&lt;br /&gt;
|date=2023-02-11&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=2023-02-11&lt;br /&gt;
|location=Building 32&lt;br /&gt;
}}&lt;br /&gt;
== Task list ==&lt;br /&gt;
* Remove excessive RAM from NEW-1 server&lt;br /&gt;
* Install new servers with Ubuntu 22.04 on both NEW-1 and NEW-2&lt;br /&gt;
* Finish sorting out Marconi restore&lt;br /&gt;
** Install Semantic Result Formats MediaWiki plugin and configure.  Check to see if Events and Projects pages now work properly.&lt;br /&gt;
** Make bespoke version of the Personal Tools and Page Tools menus so they show text rather than just icons in the wiki&#039;s grey top menu bar.&lt;br /&gt;
** Reinstate the Next Event bar at the top of the page to the left of the social media icons&lt;br /&gt;
** Update to Google analytics 4&lt;br /&gt;
* Create new VM for managing authentication and install [https://www.keycloak.org/|KeyCloak] using a Docker container&lt;br /&gt;
* Migrate VMS-B32-1 VMs to VMS-B53-1 and convert into LXD containers&lt;br /&gt;
* Start building new servers into replacement gateway servers&lt;br /&gt;
* Add Zepler WebSDR page to WordPress to remove SUWS WebSDR we recently removed as WebSDR at Farnham no longer exists.&lt;br /&gt;
** Archive information about the defunct Farnham WebSDR somewhere.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
* Google analytics is not active after the rebuild of marconi and will therefore not be migrated&lt;br /&gt;
* Wiki semantic forms have been updated which has renabled the timeline&lt;br /&gt;
* The projects page has been fixed, required removing the ? symbols before the variable names&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Template:ProjectList&amp;diff=6051</id>
		<title>Template:ProjectList</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Template:ProjectList&amp;diff=6051"/>
		<updated>2023-02-11T16:35:37Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: Update documentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This is the &amp;quot;ProjectList&amp;quot; template.&lt;br /&gt;
It should be called in the following format:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ProjectListIntro}}&lt;br /&gt;
{{ProjectList&lt;br /&gt;
|Page=Powerpole_Distribution&lt;br /&gt;
|Has title=Powerpole Distribution Box Project&lt;br /&gt;
|Has status=Completed&lt;br /&gt;
|Has user page=User:TylerWard&lt;br /&gt;
|Has image=PoweroleDistroPhoto.jpg&lt;br /&gt;
|Has description=A DC power distribution unit using anderson powerpole connectors&lt;br /&gt;
}}&lt;br /&gt;
{{ProjectListOutro}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Example: ====&lt;br /&gt;
&lt;br /&gt;
{{ProjectListIntro}}&lt;br /&gt;
{{ProjectList&lt;br /&gt;
|Page=Powerpole_Distribution&lt;br /&gt;
|Has title=Powerpole Distribution Box Project&lt;br /&gt;
|Has status=Completed&lt;br /&gt;
|Has user page=User:TylerWard&lt;br /&gt;
|Has image=PoweroleDistroPhoto.jpg&lt;br /&gt;
|Has description=A DC power distribution unit using anderson powerpole connectors&lt;br /&gt;
}}&lt;br /&gt;
{{ProjectListOutro}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Edit the page to see the template text.&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;! {{#if: {{{Has image}}} | [[File:{{{Has image}}}|300px|{{{Has title}}}]] | [[File:missingimg.png|300px|No image available]]}}&lt;br /&gt;
| &amp;lt;h4&amp;gt;[[{{{Page}}}|{{{Has title}}}]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Status: {{{Has status}}}&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Lead: [[{{{Has user page}}}]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{{Has description}}}&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Template:ProjectList&amp;diff=6050</id>
		<title>Template:ProjectList</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Template:ProjectList&amp;diff=6050"/>
		<updated>2023-02-11T16:33:03Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: Update to use new name syntax&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This is the &amp;quot;ProjectList&amp;quot; template.&lt;br /&gt;
It should be called in the following format:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ProjectList&lt;br /&gt;
|?Page=Powerpole_Distribution&lt;br /&gt;
|?Has title=Powerpole Distribution Box Project&lt;br /&gt;
|?Has status=Completed&lt;br /&gt;
|?Has user page=User:TylerWard&lt;br /&gt;
|?Has image=PoweroleDistroPhoto.jpg&lt;br /&gt;
|?Has description=A DC power distribution unit using anderson powerpole connectors&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Example: ====&lt;br /&gt;
&lt;br /&gt;
{{ProjectListIntro}}&lt;br /&gt;
{{ProjectList&lt;br /&gt;
|Page=Powerpole_Distribution&lt;br /&gt;
|Has title=Powerpole Distribution Box Project&lt;br /&gt;
|Has status=Completed&lt;br /&gt;
|Has user page=User:TylerWard&lt;br /&gt;
|Has image=PoweroleDistroPhoto.jpg&lt;br /&gt;
|Has description=A DC power distribution unit using anderson powerpole connectors&lt;br /&gt;
}}&lt;br /&gt;
{{ProjectListOutro}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Edit the page to see the template text.&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;! {{#if: {{{Has image}}} | [[File:{{{Has image}}}|300px|{{{Has title}}}]] | [[File:missingimg.png|300px|No image available]]}}&lt;br /&gt;
| &amp;lt;h4&amp;gt;[[{{{Page}}}|{{{Has title}}}]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Status: {{{Has status}}}&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Lead: [[{{{Has user page}}}]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{{Has description}}}&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Template:ProjectListOutro&amp;diff=6049</id>
		<title>Template:ProjectListOutro</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Template:ProjectListOutro&amp;diff=6049"/>
		<updated>2023-02-11T16:14:48Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: fix url&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Table end formatting for the [[Template:ProjectList|ProjectList]] template&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;|}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Workshop:2023/02/11&amp;diff=6048</id>
		<title>Workshop:2023/02/11</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Workshop:2023/02/11&amp;diff=6048"/>
		<updated>2023-02-11T16:04:35Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: /* Task list */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WorkshopInfo&lt;br /&gt;
|time=15:00&lt;br /&gt;
|date=2023-02-11&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=2023-02-11&lt;br /&gt;
|location=Building 32&lt;br /&gt;
}}&lt;br /&gt;
== Task list ==&lt;br /&gt;
* Remove excessive RAM from NEW-1 server&lt;br /&gt;
* Install new servers with Ubuntu 22.04 on both NEW-1 and NEW-2&lt;br /&gt;
* Finish sorting out Marconi restore&lt;br /&gt;
** Install Semantic Result Formats MediaWiki plugin and configure.  Check to see if Events and Projects pages now work properly.&lt;br /&gt;
** Make bespoke version of the Personal Tools and Page Tools menus so they show text rather than just icons in the wiki&#039;s grey top menu bar.&lt;br /&gt;
** Reinstate the Next Event bar at the top of the page to the left of the social media icons&lt;br /&gt;
** Update to Google analytics 4&lt;br /&gt;
* Create new VM for managing authentication and install [https://www.keycloak.org/|KeyCloak] using a Docker container&lt;br /&gt;
* Migrate VMS-B32-1 VMs to VMS-B53-1 and convert into LXD containers&lt;br /&gt;
* Start building new servers into replacement gateway servers&lt;br /&gt;
* Add Zepler WebSDR page to WordPress to remove SUWS WebSDR we recently removed as WebSDR at Farnham no longer exists.&lt;br /&gt;
** Archive information about the defunct Farnham WebSDR somewhere.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
* Google analytics is not active after the rebuild of marconi and will therefore not be migrated&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Workshop:2023/02/11&amp;diff=6047</id>
		<title>Workshop:2023/02/11</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Workshop:2023/02/11&amp;diff=6047"/>
		<updated>2023-02-11T15:35:13Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: Add GA4 task&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WorkshopInfo&lt;br /&gt;
|time=15:00&lt;br /&gt;
|date=2023-02-11&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=2023-02-11&lt;br /&gt;
|location=Building 32&lt;br /&gt;
}}&lt;br /&gt;
== Task list ==&lt;br /&gt;
* Remove excessive RAM from NEW-1 server&lt;br /&gt;
* Install new servers with Ubuntu 22.04 on both NEW-1 and NEW-2&lt;br /&gt;
* Finish sorting out Marconi restore&lt;br /&gt;
** Install Semantic Result Formats MediaWiki plugin and configure.  Check to see if Events and Projects pages now work properly.&lt;br /&gt;
** Make bespoke version of the Personal Tools and Page Tools menus so they show text rather than just icons in the wiki&#039;s grey top menu bar.&lt;br /&gt;
** Reinstate the Next Event bar at the top of the page to the left of the social media icons&lt;br /&gt;
** Update to Google analytics 4&lt;br /&gt;
* Create new VM for managing authentication and install [https://www.keycloak.org/|KeyCloak] using a Docker container&lt;br /&gt;
* Migrate VMS-B32-1 VMs to VMS-B53-1 and convert into LXD containers&lt;br /&gt;
* Start building new servers into replacement gateway servers&lt;br /&gt;
* Add Zepler WebSDR page to WordPress to remove SUWS WebSDR we recently removed as WebSDR at Farnham no longer exists.&lt;br /&gt;
** Archive information about the defunct Farnham WebSDR somewhere.&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Outing:2020/03/14&amp;diff=5875</id>
		<title>Outing:2020/03/14</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Outing:2020/03/14&amp;diff=5875"/>
		<updated>2020-03-01T12:38:15Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: List of kit and activities&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OutingInfo&lt;br /&gt;
|time=09:00&lt;br /&gt;
|date=2020/03/14&lt;br /&gt;
|endtime=18:00&lt;br /&gt;
|enddate=2020/03/14&lt;br /&gt;
|location=Location to be confirmed&lt;br /&gt;
}}&lt;br /&gt;
== Science and Engineering Family Day ==&lt;br /&gt;
&lt;br /&gt;
The planning for this is in progress. Please contact Freddie (M0KYT) if you are interested in helping at all during the day.&lt;br /&gt;
&lt;br /&gt;
== Time and Location ==&lt;br /&gt;
&lt;br /&gt;
Location will be on Highfield Campus. The event opens at 10:30 and closes at 16:30. We will need to arrive earlier in order to move kit and generally organise ourselves.&lt;br /&gt;
&lt;br /&gt;
== Activities ==&lt;br /&gt;
&lt;br /&gt;
* Support&lt;br /&gt;
** Radio Power supply&lt;br /&gt;
** Books&lt;br /&gt;
** Cool things&lt;br /&gt;
&lt;br /&gt;
* SSTV demo&lt;br /&gt;
** Pi sstv unit&lt;br /&gt;
*** PSU&lt;br /&gt;
*** mounting bits&lt;br /&gt;
** FT8900&lt;br /&gt;
** laptop&lt;br /&gt;
*** Soundcard (Depending on laptop)&lt;br /&gt;
** radio link cable (Tyler)&lt;br /&gt;
*** antenna for FT8900 (Tyler)&lt;br /&gt;
** explainer sheet&lt;br /&gt;
&lt;br /&gt;
* GSM demo (Josh)&lt;br /&gt;
** GSM basestation&lt;br /&gt;
** GSM handsets&lt;br /&gt;
** explainer sheet&lt;br /&gt;
&lt;br /&gt;
* Morse code&lt;br /&gt;
** Morse key&lt;br /&gt;
*** optional: iambic morse key&lt;br /&gt;
** Morse sounder (Ic7000 as backup)&lt;br /&gt;
** Morse cheat sheet&lt;br /&gt;
** Morse pre recorded demos/software to play morse&lt;br /&gt;
*** Laptop for demos&lt;br /&gt;
&lt;br /&gt;
* Actual radio&lt;br /&gt;
** Flight case&lt;br /&gt;
*** Ft920&lt;br /&gt;
** Mast&lt;br /&gt;
** antennas&lt;br /&gt;
*** as many as can fit&lt;br /&gt;
*** 160M beam&lt;br /&gt;
*** HF beam&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Workshop:2019/11/10&amp;diff=5855</id>
		<title>Workshop:2019/11/10</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Workshop:2019/11/10&amp;diff=5855"/>
		<updated>2019-11-10T19:35:22Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WorkshopInfo&lt;br /&gt;
|time=12:00&lt;br /&gt;
|date=2019/11/10&lt;br /&gt;
|endtime=18:00&lt;br /&gt;
|enddate=2019/11/10&lt;br /&gt;
|location=59/1257&lt;br /&gt;
}}&lt;br /&gt;
== SOWN Workshop Task List ==&lt;br /&gt;
* Setting a Continuous Integration (CI) environment for building SOWN&#039;s OpenWRT packages.  &lt;br /&gt;
* Work on fixing [https://github.com/sown/tasks/issues?q=is%3Aissue+is%3Aopen+label%3A%22firmware+development%22 firmware bugs]&lt;br /&gt;
* Porting more server data from the admin site to NetBox.&lt;br /&gt;
* Investigating use of Icinga2 as a replacement monitoring service&lt;br /&gt;
&lt;br /&gt;
=== unnetboxed sown stuff ===&lt;br /&gt;
&lt;br /&gt;
MONITOR2&lt;br /&gt;
NETBOX&lt;br /&gt;
ODROID&lt;br /&gt;
STAFF-WQM&lt;br /&gt;
ZEPLER-WEBSDR&lt;br /&gt;
STUDENT-WQM&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Inventory:FT-920&amp;diff=5678</id>
		<title>Inventory:FT-920</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Inventory:FT-920&amp;diff=5678"/>
		<updated>2019-05-23T18:28:10Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InventoryInfo&lt;br /&gt;
|title=FT-920&lt;br /&gt;
|item_type=Radio&lt;br /&gt;
|item_state=Needs Fixing&lt;br /&gt;
|acquired_date=2013/01/01&lt;br /&gt;
|location=Inventory:Mobile Operating Case&lt;br /&gt;
|description=FT-920 HF to 6m All mode transceiver. Repair required to one of the dials.&lt;br /&gt;
|loan_start_date=2015/01/15&lt;br /&gt;
|loan_end_date=2015/01/15&lt;br /&gt;
}}&lt;br /&gt;
=== Included accessories ===&lt;br /&gt;
&lt;br /&gt;
* Power cable with powerpoles&lt;br /&gt;
* Microphone&lt;br /&gt;
* 6.35mm headphone splitter&lt;br /&gt;
* 2 * 6.35-&amp;gt;3.5 headphone adapters&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Outing_Recipies/Large_HF_Station&amp;diff=5677</id>
		<title>Outing Recipies/Large HF Station</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Outing_Recipies/Large_HF_Station&amp;diff=5677"/>
		<updated>2019-05-23T18:23:37Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: Created page with &amp;quot;{{OutingRecipie |Title=Large HF Station |OperatingMode = HF |MinimumPeopleRequired = 6/8  |SetupTime = 45-60 minutes |PackupTime = 20-30 minutes }}  == Large HF Station ==  Th...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OutingRecipie&lt;br /&gt;
|Title=Large HF Station&lt;br /&gt;
|OperatingMode = HF&lt;br /&gt;
|MinimumPeopleRequired = 6/8&lt;br /&gt;
&lt;br /&gt;
|SetupTime = 45-60 minutes&lt;br /&gt;
|PackupTime = 20-30 minutes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Large HF Station ==&lt;br /&gt;
&lt;br /&gt;
This recipe if for a larger HF station which can be operated from a the grass outside susu.&lt;br /&gt;
&lt;br /&gt;
* Setup: approx 45-60 minutes&lt;br /&gt;
* Pack-down: approx 20-30 minutes&lt;br /&gt;
* Suitable locations: Campus, Common(With much effort), Further afield (With van)&lt;br /&gt;
&lt;br /&gt;
=== Ingredients ===&lt;br /&gt;
&lt;br /&gt;
* HF antennas such as&lt;br /&gt;
** 20M end fed Zep antenna&lt;br /&gt;
** dipoles&lt;br /&gt;
* [[Mobile operating station]]&lt;br /&gt;
** FT920&lt;br /&gt;
** 64Ah battery&lt;br /&gt;
* IC7000&lt;br /&gt;
* PL259-PL259 Coax cable&lt;br /&gt;
* Gazebo&lt;br /&gt;
&lt;br /&gt;
=== Setup instructions ===&lt;br /&gt;
&lt;br /&gt;
# Wheel flightcase and other kit out to the grass area outside susu&lt;br /&gt;
# Simultanuousy do the following&lt;br /&gt;
## put up Gazebo&lt;br /&gt;
## Deploy tables from flight-case and setup kit&lt;br /&gt;
## setup radios&lt;br /&gt;
## String endfed zep or dipole between two trees with one end of coax connected.&lt;br /&gt;
# Connect Antenna and battery to radio.&lt;br /&gt;
# Operate.&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Outing_Recipies/20m_HF_Station&amp;diff=5676</id>
		<title>Outing Recipies/20m HF Station</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Outing_Recipies/20m_HF_Station&amp;diff=5676"/>
		<updated>2019-05-23T18:02:28Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OutingRecipie&lt;br /&gt;
|Title=20M HF Station&lt;br /&gt;
|OperatingMode = HF&lt;br /&gt;
|MinimumPeopleRequired = 2/3&lt;br /&gt;
&lt;br /&gt;
|SetupTime = 30-45 minutes&lt;br /&gt;
|PackupTime = 20-30 minutes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== 20M HF Station ==&lt;br /&gt;
&lt;br /&gt;
This recipe if for a simple 20M HF station which can be operated from a portable location.&lt;br /&gt;
&lt;br /&gt;
* Setup: approx 30-45 minutes&lt;br /&gt;
* Pack-down: approx 20-30 minutes&lt;br /&gt;
* Suitable locations: Campus, Common(With trolley or car), Further afield (With car)&lt;br /&gt;
&lt;br /&gt;
=== Ingredients ===&lt;br /&gt;
&lt;br /&gt;
* 20M end fed Zep antenna&lt;br /&gt;
* IC7000&lt;br /&gt;
* 64Ah battery&lt;br /&gt;
* PL259-PL259 Coax cable&lt;br /&gt;
* Operating table&lt;br /&gt;
* Operating chair (Not currently owned by club)&lt;br /&gt;
&lt;br /&gt;
=== Setup instructions ===&lt;br /&gt;
&lt;br /&gt;
# String endfed zep between two trees with one end of coax connected.&lt;br /&gt;
# Connect Antenna and battery to radio.&lt;br /&gt;
# Operate.&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Outing_Recipies/20m_HF_Station&amp;diff=5675</id>
		<title>Outing Recipies/20m HF Station</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Outing_Recipies/20m_HF_Station&amp;diff=5675"/>
		<updated>2019-05-23T17:59:24Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: Fixed numbered list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OutingRecipie&lt;br /&gt;
|Title=20M HF Station&lt;br /&gt;
|OperatingMode = HF&lt;br /&gt;
|MinimumPeopleRequired = 2/3&lt;br /&gt;
&lt;br /&gt;
|SetupTime = 30-45 minutes&lt;br /&gt;
|PackupTime = 20-30 minutes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== 20M HF Station ==&lt;br /&gt;
&lt;br /&gt;
This recipe if for a simple 20M HF station which can be operated from a portable location.&lt;br /&gt;
&lt;br /&gt;
* Setup: approx 30-45 minutes&lt;br /&gt;
* Pack-down: approx 20-30 minutes&lt;br /&gt;
* Suitable locations: Campus, Common(With flight case or car), Further afield (With car)&lt;br /&gt;
&lt;br /&gt;
=== Ingredients ===&lt;br /&gt;
&lt;br /&gt;
* 20M end fed Zep antenna&lt;br /&gt;
* IC7000&lt;br /&gt;
* 64Ah battery&lt;br /&gt;
* PL259-PL259 Coax cable&lt;br /&gt;
* Operating table&lt;br /&gt;
* Operating chair (Not currently owned by club)&lt;br /&gt;
&lt;br /&gt;
=== Setup instructions ===&lt;br /&gt;
&lt;br /&gt;
# String endfed zep between two trees with one end of coax connected.&lt;br /&gt;
# Connect Antenna and battery to radio.&lt;br /&gt;
# Operate.&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Projects&amp;diff=5642</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Projects&amp;diff=5642"/>
		<updated>2018-12-06T19:25:48Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;font-size: 1.2em;&amp;quot;&amp;gt;&#039;&#039;&#039;This page lists a range of projects being worked on by the society and our members.&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{toclimit|limit=1}}&lt;br /&gt;
&lt;br /&gt;
== Active Project List ==&lt;br /&gt;
&lt;br /&gt;
These are projects that are actively being worked on.&lt;br /&gt;
&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[Category:Project]]&lt;br /&gt;
[[Has status::!~Completed]]&lt;br /&gt;
[[Has status::!~New]]&lt;br /&gt;
[[Has status::!~Deployed]]&lt;br /&gt;
[[Has status::!~On Hold]]&lt;br /&gt;
| ?=Page&lt;br /&gt;
| ?Has title&lt;br /&gt;
| ?Has status&lt;br /&gt;
| ?Has user page&lt;br /&gt;
| ?Has image&lt;br /&gt;
| ?Has description&lt;br /&gt;
| format=template&lt;br /&gt;
| limit=999&lt;br /&gt;
| link=none&lt;br /&gt;
| offset=0&lt;br /&gt;
| named args=yes&lt;br /&gt;
| template=ProjectList&lt;br /&gt;
| introtemplate=ProjectListIntro&lt;br /&gt;
| outrotemplate=ProjectListOutro&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Deployed projects ==&lt;br /&gt;
&lt;br /&gt;
These are projects which are currently deployed. &lt;br /&gt;
These projects will have ongoing maintenance and upgrades but are not in active development. &lt;br /&gt;
&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[Category:Project]]&lt;br /&gt;
[[Has status::~Deployed]]&lt;br /&gt;
| ?=Page&lt;br /&gt;
| ?Has title&lt;br /&gt;
| ?Has status&lt;br /&gt;
| ?Has user page&lt;br /&gt;
| ?Has image&lt;br /&gt;
| ?Has description&lt;br /&gt;
| format=template&lt;br /&gt;
| limit=999&lt;br /&gt;
| link=none&lt;br /&gt;
| offset=0&lt;br /&gt;
| named args=yes&lt;br /&gt;
| template=ProjectList&lt;br /&gt;
| introtemplate=ProjectListIntro&lt;br /&gt;
| outrotemplate=ProjectListOutro&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Completed projects ==&lt;br /&gt;
&lt;br /&gt;
These are previous projects which have been completed&lt;br /&gt;
&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[Category:Project]]&lt;br /&gt;
[[Has status::~Completed]]&lt;br /&gt;
| ?=Page&lt;br /&gt;
| ?Has title&lt;br /&gt;
| ?Has status&lt;br /&gt;
| ?Has user page&lt;br /&gt;
| ?Has image&lt;br /&gt;
| ?Has description&lt;br /&gt;
| format=template&lt;br /&gt;
| limit=999&lt;br /&gt;
| link=none&lt;br /&gt;
| offset=0&lt;br /&gt;
| named args=yes&lt;br /&gt;
| template=ProjectList&lt;br /&gt;
| introtemplate=ProjectListIntro&lt;br /&gt;
| outrotemplate=ProjectListOutro&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Inactive projects ==&lt;br /&gt;
&lt;br /&gt;
These projects are either concept ideas for projects or projects which aren&#039;t currently being worked on development&lt;br /&gt;
&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[Category:Project]]&lt;br /&gt;
[[Has status::~New||~On Hold]]&lt;br /&gt;
| ?=Page&lt;br /&gt;
| ?Has title&lt;br /&gt;
| ?Has status&lt;br /&gt;
| ?Has user page&lt;br /&gt;
| ?Has image&lt;br /&gt;
| ?Has description&lt;br /&gt;
| format=template&lt;br /&gt;
| limit=999&lt;br /&gt;
| link=none&lt;br /&gt;
| offset=0&lt;br /&gt;
| named args=yes&lt;br /&gt;
| template=ProjectList&lt;br /&gt;
| introtemplate=ProjectListIntro&lt;br /&gt;
| outrotemplate=ProjectListOutro&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Meeting:2018/10/11&amp;diff=5576</id>
		<title>Meeting:2018/10/11</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Meeting:2018/10/11&amp;diff=5576"/>
		<updated>2018-10-03T11:26:12Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MeetingInfo&lt;br /&gt;
|time=18:00&lt;br /&gt;
|date=2018/10/11&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=2018/10/11&lt;br /&gt;
|location=59/1257&lt;br /&gt;
}}&lt;br /&gt;
== This Weeks Talks ==&lt;br /&gt;
&lt;br /&gt;
* SUWS committee - Intro Recap for those who missed the first one&lt;br /&gt;
* Henry K - Amateur radio licencing&lt;br /&gt;
* Tyler W - Club projects&lt;br /&gt;
* Dave N - The SOWN project&lt;br /&gt;
&lt;br /&gt;
== Amateur Radio ==&lt;br /&gt;
&lt;br /&gt;
=== Recurring Points ===&lt;br /&gt;
&lt;br /&gt;
* Exams&lt;br /&gt;
* [[Projects]]&lt;br /&gt;
* Callsign updates&lt;br /&gt;
&lt;br /&gt;
=== AOB ===&lt;br /&gt;
&lt;br /&gt;
== Joint Agenda ==&lt;br /&gt;
&lt;br /&gt;
=== This Month&#039;s Events ===&lt;br /&gt;
&lt;br /&gt;
=== Next Month&#039;s Events ===&lt;br /&gt;
&lt;br /&gt;
=== Recurring Points ===&lt;br /&gt;
&lt;br /&gt;
* Finances&lt;br /&gt;
* User accounts and mailing list subscriptions&lt;br /&gt;
* External contacts and queries&lt;br /&gt;
* Students&#039; Union business&lt;br /&gt;
* General Data Protection Regulation (GDPR)&lt;br /&gt;
&lt;br /&gt;
=== AOB ===&lt;br /&gt;
&lt;br /&gt;
== SOWN ==&lt;br /&gt;
See [[sown:Meetings|SOWN Agenda]]&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Meeting:2018/10/04&amp;diff=5575</id>
		<title>Meeting:2018/10/04</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Meeting:2018/10/04&amp;diff=5575"/>
		<updated>2018-10-03T11:22:32Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MeetingInfo&lt;br /&gt;
|time=18:00&lt;br /&gt;
|date=2018/10/04&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=2018/10/04&lt;br /&gt;
|location=59/1257&lt;br /&gt;
}}&lt;br /&gt;
== This Weeks Talk ==&lt;br /&gt;
&lt;br /&gt;
SUWS committee - Introduction to the wireless society and what we do.&lt;br /&gt;
&lt;br /&gt;
* Stuff to bring&lt;br /&gt;
** Projects&lt;br /&gt;
** IC7000&lt;br /&gt;
** Banner&lt;br /&gt;
** SDR&lt;br /&gt;
&lt;br /&gt;
=== This Month&#039;s Events ===&lt;br /&gt;
&lt;br /&gt;
* [[Meeting:2018/10/11|11th October - Get involved meeting]]&lt;br /&gt;
* [[Outing:2018/10/18|18th October - Introductory outing]]&lt;br /&gt;
* [[Social:2018/10/25|25th October - Social evening]]&lt;br /&gt;
&lt;br /&gt;
=== Next Month&#039;s Events ===&lt;br /&gt;
&lt;br /&gt;
* [[Meeting:2018/11/1|1st November - Meeting]]&lt;br /&gt;
* [[Workshop:2018/11/8|8th November - Workshop]]&lt;br /&gt;
&lt;br /&gt;
=== Breif meeting ===&lt;br /&gt;
&lt;br /&gt;
* Funding from SUSU&lt;br /&gt;
* SOWN KVM cabling installed&lt;br /&gt;
* new membership process&lt;br /&gt;
* mailing list subscriptions&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Outing:Bunfight2018&amp;diff=5523</id>
		<title>Outing:Bunfight2018</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Outing:Bunfight2018&amp;diff=5523"/>
		<updated>2018-09-25T17:12:31Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: /* Kit */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OutingInfo&lt;br /&gt;
|time=08:00&lt;br /&gt;
|date=2018/09/26&lt;br /&gt;
|endtime=18:00&lt;br /&gt;
|enddate=2018/09/26&lt;br /&gt;
|location=SUSU Courtyard&lt;br /&gt;
}}&lt;br /&gt;
=== Risk Assessment===&lt;br /&gt;
https://www.suws.org.uk/wiki/RiskAssessment/Bunfight_2018&lt;br /&gt;
=== Activities ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Radio Demos ====&lt;br /&gt;
&lt;br /&gt;
* PIsstv&lt;br /&gt;
** PI box&lt;br /&gt;
** Battery pack&lt;br /&gt;
** USB power supply&lt;br /&gt;
** Laptop w QSSTV&lt;br /&gt;
** laptop PSU&lt;br /&gt;
** FT8900 and cables (tyler)&lt;br /&gt;
** MINIDIN to 3.5mm Recieve cable (tyler)&lt;br /&gt;
** BNC adapter block for radio (tyler)&lt;br /&gt;
&lt;br /&gt;
* HF-20M&lt;br /&gt;
** End fed&lt;br /&gt;
** Coax (PL259-PL259)&lt;br /&gt;
** FT920&lt;br /&gt;
&lt;br /&gt;
* Triband&lt;br /&gt;
** IC7000&lt;br /&gt;
** Triband&lt;br /&gt;
** Tripod mast&lt;br /&gt;
** coax (PL259-N)&lt;br /&gt;
&lt;br /&gt;
* SDR&lt;br /&gt;
** AirSpy + HF&lt;br /&gt;
** Discone?&lt;br /&gt;
** laptop (Cori)&lt;br /&gt;
&lt;br /&gt;
* Data Modes / FT8 etc&lt;br /&gt;
** FT991 (Cori)&lt;br /&gt;
** Laptop (Cori)&lt;br /&gt;
** End Fed (Cori)&lt;br /&gt;
&lt;br /&gt;
* Support equipment&lt;br /&gt;
** battery&lt;br /&gt;
** inverter and powerpole distro&lt;br /&gt;
&lt;br /&gt;
==== Display items ====&lt;br /&gt;
&lt;br /&gt;
* Books&lt;br /&gt;
* pull up banner&lt;br /&gt;
* hanging banners&lt;br /&gt;
* sown nodes&lt;br /&gt;
* Morse sounder&lt;br /&gt;
* Powerpole distro&lt;br /&gt;
&lt;br /&gt;
==== Core signup stuff ====&lt;br /&gt;
&lt;br /&gt;
* signup laptop&lt;br /&gt;
* paper for signups&lt;br /&gt;
&lt;br /&gt;
=== Kit ===&lt;br /&gt;
&lt;br /&gt;
==== B53 ====&lt;br /&gt;
&lt;br /&gt;
* Book box&lt;br /&gt;
* IC-7000&lt;br /&gt;
* Morse box&lt;br /&gt;
* airspy&lt;br /&gt;
* end fed zep&lt;br /&gt;
* FT-707???&lt;br /&gt;
* Tool Box&lt;br /&gt;
* Outing crate&lt;br /&gt;
* laptops*2&lt;br /&gt;
* power-pole distro&lt;br /&gt;
* banner&lt;br /&gt;
&lt;br /&gt;
==== Cage ====&lt;br /&gt;
&lt;br /&gt;
* Tripod&lt;br /&gt;
* Mobile operating station&lt;br /&gt;
** FT-920&lt;br /&gt;
* Triband&lt;br /&gt;
* Yagis&lt;br /&gt;
* Dish&lt;br /&gt;
* Coax&lt;br /&gt;
&lt;br /&gt;
==== 32 ====&lt;br /&gt;
&lt;br /&gt;
* demo sown nodes&lt;br /&gt;
* Morse sounder V1+V2&lt;br /&gt;
&lt;br /&gt;
==== Elsewhere ====&lt;br /&gt;
&lt;br /&gt;
* laptops&lt;br /&gt;
* FT8900&lt;br /&gt;
* 4way&lt;br /&gt;
&lt;br /&gt;
=== People ===&lt;br /&gt;
&lt;br /&gt;
*People at the Bunfight stand&lt;br /&gt;
** Cori&lt;br /&gt;
*People for Setup &lt;br /&gt;
**Setup from 8&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Pi-SSTV_zero&amp;diff=5504</id>
		<title>Pi-SSTV zero</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Pi-SSTV_zero&amp;diff=5504"/>
		<updated>2018-09-24T17:07:28Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: Created project for the Pi Zero SSTV transmitter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Project&lt;br /&gt;
|Title=Pi-SSTV Zero&lt;br /&gt;
|Status=In Progress&lt;br /&gt;
|Project Lead=User:Stealthbird97&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Project to build a mini SSTV transmitter using a Pi Zero.&lt;br /&gt;
&lt;br /&gt;
==== Components ====&lt;br /&gt;
&lt;br /&gt;
* Pi Zero or Pi Zero Wireless (will also work with a pi1 or model A pi)&lt;br /&gt;
* Pi case&lt;br /&gt;
* Micro SD card&lt;br /&gt;
* Pi Camera&lt;br /&gt;
* Pi camera adapter (one is included in the official case)&lt;br /&gt;
* Power supply, either a battery or mains supply&lt;br /&gt;
&lt;br /&gt;
==== Upgrades ====&lt;br /&gt;
&lt;br /&gt;
see [[Pifm_pihat]]&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Morse_sounder/Key_Assembly&amp;diff=5503</id>
		<title>Morse sounder/Key Assembly</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Morse_sounder/Key_Assembly&amp;diff=5503"/>
		<updated>2018-09-23T18:05:32Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Morse Sounder Iambic Key Assembly Instructions ==&lt;br /&gt;
&lt;br /&gt;
=== Components ===&lt;br /&gt;
&lt;br /&gt;
* 1 x Key PCB (also includes sounder back panels)&lt;br /&gt;
* 1 x 1593P enclosure&lt;br /&gt;
* 1 x battery holer&lt;br /&gt;
* 1 x 3.5mm jack&lt;br /&gt;
* 1 x switch&lt;br /&gt;
* 2 x AT42QT1011 (capacitive sense IC)&lt;br /&gt;
* 2 x IRFML82244TRPBF Transistors&lt;br /&gt;
* 2 x 22K Resisitors&lt;br /&gt;
* 2 x 2.2nF Capacitor&lt;br /&gt;
* 2 * 100nF Capacitor&lt;br /&gt;
* 1 X length of ribbon (optional)&lt;br /&gt;
&lt;br /&gt;
==== Tools Required ====&lt;br /&gt;
* Soldering iron - ideally with a small tip in order to do the surface mount components.&lt;br /&gt;
* Side-cutters&lt;br /&gt;
* (Recommended) Helping hands or other PCB support tool.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
1. Separate the pcbs from one another and clean up any lumps after separating.&lt;br /&gt;
&lt;br /&gt;
2. Check the fit of the paddles into the front panel, there will likely be some points that need filing down to get a good fit it will be quite tight fit as this will avoid putting stress on the rear solver joints.  &lt;br /&gt;
&lt;br /&gt;
3. Remove the paddles from the panel and solder the components onto the pack of the front panel.&lt;br /&gt;
&lt;br /&gt;
4. Reinstall the paddles and solder them to the panel.&lt;br /&gt;
&lt;br /&gt;
5. Install the 3.5mm jack and switch and secure with their nuts.&lt;br /&gt;
[[File:Key_assembly_instructions_5.jpg|none|600px]]&lt;br /&gt;
&lt;br /&gt;
6. Solder the wires from the jack to the pads on the panel and also solder a wire from the switch to the VCC pad on the panel.&lt;br /&gt;
[[File:Key_assembly_instructions_6.jpg|none|600px]]&lt;br /&gt;
&lt;br /&gt;
7. Solder the black wire from the battery pack to the panel and the red wire to the switch.&lt;br /&gt;
[[File:Key_assembly_instructions_7.jpg|none|600px]]&lt;br /&gt;
&lt;br /&gt;
8. Cut of the two PCB support pillars on the side of the case with the switch and jack.&lt;br /&gt;
[[File:Key_assembly_instructions_8.jpg|none|600px]]&lt;br /&gt;
&lt;br /&gt;
9. Install the panel into the case and the battery pack into the back.&lt;br /&gt;
[[File:Key_assembly_instructions_11.jpg|none|600px]]&lt;br /&gt;
&lt;br /&gt;
10. Optional: glue the ribbon to the bottom of the battery pack (this can be used to help pull the batteries out) and glue the battery holder into the case.&lt;br /&gt;
&lt;br /&gt;
11. Secure the case together with the screws.&lt;br /&gt;
[[File:Key_assembly_instructions_12.jpg|none|600px]]&lt;br /&gt;
&lt;br /&gt;
12. Check for correct operation and use.&lt;br /&gt;
[[File:Key_assembly_instructions_13.jpg|none|600px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=File:Key_assembly_instructions_13.jpg&amp;diff=5502</id>
		<title>File:Key assembly instructions 13.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=File:Key_assembly_instructions_13.jpg&amp;diff=5502"/>
		<updated>2018-09-23T18:02:41Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=File:Key_assembly_instructions_12.jpg&amp;diff=5501</id>
		<title>File:Key assembly instructions 12.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=File:Key_assembly_instructions_12.jpg&amp;diff=5501"/>
		<updated>2018-09-23T18:02:31Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=File:Key_assembly_instructions_11.jpg&amp;diff=5500</id>
		<title>File:Key assembly instructions 11.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=File:Key_assembly_instructions_11.jpg&amp;diff=5500"/>
		<updated>2018-09-23T18:02:21Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=File:Key_assembly_instructions_8.jpg&amp;diff=5499</id>
		<title>File:Key assembly instructions 8.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=File:Key_assembly_instructions_8.jpg&amp;diff=5499"/>
		<updated>2018-09-23T18:02:08Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=File:Key_assembly_instructions_7.jpg&amp;diff=5498</id>
		<title>File:Key assembly instructions 7.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=File:Key_assembly_instructions_7.jpg&amp;diff=5498"/>
		<updated>2018-09-23T18:01:58Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=File:Key_assembly_instructions_6.jpg&amp;diff=5497</id>
		<title>File:Key assembly instructions 6.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=File:Key_assembly_instructions_6.jpg&amp;diff=5497"/>
		<updated>2018-09-23T18:01:47Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=File:Key_assembly_instructions_5.jpg&amp;diff=5496</id>
		<title>File:Key assembly instructions 5.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=File:Key_assembly_instructions_5.jpg&amp;diff=5496"/>
		<updated>2018-09-23T18:01:30Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Morse_sounder&amp;diff=5495</id>
		<title>Morse sounder</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Morse_sounder&amp;diff=5495"/>
		<updated>2018-09-23T17:24:18Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Project&lt;br /&gt;
|Title=Morse Sounder&lt;br /&gt;
|Status=Completed&lt;br /&gt;
|Project Lead=User:TylerWard&lt;br /&gt;
|Description=To design a morse code sidetone generator. The finished version of which will be made into a kit that can be used as an intermediate project.&lt;br /&gt;
|Image=MorseSounderSetRender.jpg&lt;br /&gt;
}}&lt;br /&gt;
=== Designs and source code ===&lt;br /&gt;
&lt;br /&gt;
see [https://github.com/SUWS/morse-practice-oscillator Github project]&lt;br /&gt;
&lt;br /&gt;
=== Kit cost ===&lt;br /&gt;
&lt;br /&gt;
*  approximate costs (when a few are ordered at once)&lt;br /&gt;
** PCBs &#039;&#039;&#039;£10&#039;&#039;&#039;&lt;br /&gt;
** Sounder components inc case &#039;&#039;&#039;£25&#039;&#039;&#039;&lt;br /&gt;
** iambic key components inc case &#039;&#039;&#039;£10&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Feature List ===&lt;br /&gt;
&lt;br /&gt;
* 1/4in jack key input&lt;br /&gt;
* internal speaker&lt;br /&gt;
* Paddle key support&lt;br /&gt;
* Adjustable Tone,Volume,Weight, and Rate&lt;br /&gt;
* 1/4in Headphone Jack&lt;br /&gt;
* 12v input&lt;br /&gt;
* Included capacitive iambic key&lt;br /&gt;
&lt;br /&gt;
=== Assembly Documentation ===&lt;br /&gt;
&lt;br /&gt;
* [[Morse_sounder/Key_Assembly|Key Assembly]]&lt;br /&gt;
* [[Morse_sounder/Sounder_Assembly|Sounder Assembly]]&lt;br /&gt;
&lt;br /&gt;
=== Sources and links ===&lt;br /&gt;
&lt;br /&gt;
* Rev1.0 audio path based on designs by [http://www.solorb.com/elect/hamcirc/sidetone/ Forrest Cook (WB0RIO)]&lt;br /&gt;
* Capacitive Iambic key uses circuit from [https://m0ukd.com/homebrew/capacitive-cw-touch-key-circuits/ John Parfrey (M0UKD)]&lt;br /&gt;
* Project uses CC By icons from Dave Gandy (power icon (also remixed to make the dial and jack labels)) and Hanan (headphone icon)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Component links&lt;br /&gt;
** [http://www.farnell.com/datasheets/1662526.pdf speaker]&lt;br /&gt;
** [http://www.digikey.co.uk/product-search/en?keywords=P082D vol/tone dial]&lt;br /&gt;
** [http://onecall.farnell.com/hammond/1593pbk/case-abs-black-28x65x90mm/dp/930209?ost=1593PBK case]&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Morse_sounder&amp;diff=5494</id>
		<title>Morse sounder</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Morse_sounder&amp;diff=5494"/>
		<updated>2018-09-23T17:23:52Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Project&lt;br /&gt;
|Title=Morse Sounder&lt;br /&gt;
|Status=Complete&lt;br /&gt;
|Project Lead=User:TylerWard&lt;br /&gt;
|Description=To design a morse code sidetone generator. The finished version of which will be made into a kit that can be used as an intermediate project.&lt;br /&gt;
|Image=MorseSounderSetRender.jpg&lt;br /&gt;
}}&lt;br /&gt;
=== Designs and source code ===&lt;br /&gt;
&lt;br /&gt;
see [https://github.com/SUWS/morse-practice-oscillator Github project]&lt;br /&gt;
&lt;br /&gt;
=== Kit cost ===&lt;br /&gt;
&lt;br /&gt;
*  approximate costs (when a few are ordered at once)&lt;br /&gt;
** PCBs &#039;&#039;&#039;£10&#039;&#039;&#039;&lt;br /&gt;
** Sounder components inc case &#039;&#039;&#039;£25&#039;&#039;&#039;&lt;br /&gt;
** iambic key components inc case &#039;&#039;&#039;£10&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Feature List ===&lt;br /&gt;
&lt;br /&gt;
* 1/4in jack key input&lt;br /&gt;
* internal speaker&lt;br /&gt;
* Paddle key support&lt;br /&gt;
* Adjustable Tone,Volume,Weight, and Rate&lt;br /&gt;
* 1/4in Headphone Jack&lt;br /&gt;
* 12v input&lt;br /&gt;
* Included capacitive iambic key&lt;br /&gt;
&lt;br /&gt;
=== Assembly Documentation ===&lt;br /&gt;
&lt;br /&gt;
* [[Morse_sounder/Key_Assembly|Key Assembly]]&lt;br /&gt;
* [[Morse_sounder/Sounder_Assembly|Sounder Assembly]]&lt;br /&gt;
&lt;br /&gt;
=== Sources and links ===&lt;br /&gt;
&lt;br /&gt;
* Rev1.0 audio path based on designs by [http://www.solorb.com/elect/hamcirc/sidetone/ Forrest Cook (WB0RIO)]&lt;br /&gt;
* Capacitive Iambic key uses circuit from [https://m0ukd.com/homebrew/capacitive-cw-touch-key-circuits/ John Parfrey (M0UKD)]&lt;br /&gt;
* Project uses CC By icons from Dave Gandy (power icon (also remixed to make the dial and jack labels)) and Hanan (headphone icon)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Component links&lt;br /&gt;
** [http://www.farnell.com/datasheets/1662526.pdf speaker]&lt;br /&gt;
** [http://www.digikey.co.uk/product-search/en?keywords=P082D vol/tone dial]&lt;br /&gt;
** [http://onecall.farnell.com/hammond/1593pbk/case-abs-black-28x65x90mm/dp/930209?ost=1593PBK case]&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=IC-7000_Control_Cable&amp;diff=5491</id>
		<title>IC-7000 Control Cable</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=IC-7000_Control_Cable&amp;diff=5491"/>
		<updated>2018-09-22T12:05:42Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Project&lt;br /&gt;
|Title=IC-7000 Control Cable&lt;br /&gt;
|Status=New&lt;br /&gt;
|Project Lead=User:Sciguy16&lt;br /&gt;
|Image=IC7000-control-cable.jpg&lt;br /&gt;
}}&lt;br /&gt;
The club owns an Icom IC-7000, which supports remote control over a serial link. We would like to construct a computer interface cable for this.&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
&lt;br /&gt;
* USB input&lt;br /&gt;
* PTT control&lt;br /&gt;
* audio in/out&lt;br /&gt;
* Audio/ptt isolation&lt;br /&gt;
&lt;br /&gt;
==== Optional ====&lt;br /&gt;
&lt;br /&gt;
* inbuilt serial for supported radios&lt;br /&gt;
* Dual radio&lt;br /&gt;
* monitor headphone/speaker connections&lt;br /&gt;
&lt;br /&gt;
=== Potential parts ====&lt;br /&gt;
&lt;br /&gt;
* pcm2902c&lt;br /&gt;
* tusb4041i&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Outing:Bunfight2018&amp;diff=5490</id>
		<title>Outing:Bunfight2018</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Outing:Bunfight2018&amp;diff=5490"/>
		<updated>2018-09-22T11:51:28Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: /* Kit */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OutingInfo&lt;br /&gt;
|time=08:00&lt;br /&gt;
|date=2018/09/26&lt;br /&gt;
|endtime=18:00&lt;br /&gt;
|enddate=2018/09/26&lt;br /&gt;
|location=Grass between Students&#039; Union buildings&lt;br /&gt;
}}&lt;br /&gt;
=== Risk Assessment===&lt;br /&gt;
https://www.suws.org.uk/wiki/RiskAssessment/Bunfight_2018&lt;br /&gt;
=== Activities ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Radio Demos ====&lt;br /&gt;
&lt;br /&gt;
* PIsstv&lt;br /&gt;
** PI box&lt;br /&gt;
** Battery pack&lt;br /&gt;
** USB power supply&lt;br /&gt;
** Laptop w MMSSTV or equivalent&lt;br /&gt;
** laptop PSU&lt;br /&gt;
** FT8900 and cables&lt;br /&gt;
** MINIDIN to 3.5mm Recieve cable&lt;br /&gt;
** BNC adapter block for radio&lt;br /&gt;
&lt;br /&gt;
* HF-20M&lt;br /&gt;
** End fed&lt;br /&gt;
** Coax (PL259-PL259)&lt;br /&gt;
** FT920&lt;br /&gt;
&lt;br /&gt;
* Triband&lt;br /&gt;
** IC7000&lt;br /&gt;
** Triband&lt;br /&gt;
** Tripod mast&lt;br /&gt;
** coax (PL259-N)&lt;br /&gt;
&lt;br /&gt;
* SDR&lt;br /&gt;
** AirSpy + HF&lt;br /&gt;
** Discone?&lt;br /&gt;
** laptop&lt;br /&gt;
&lt;br /&gt;
* Data Modes / FT8 etc&lt;br /&gt;
** FT991 (Cori)&lt;br /&gt;
** Laptop (Cori)&lt;br /&gt;
** End Fed (Cori)&lt;br /&gt;
&lt;br /&gt;
* Support equipment&lt;br /&gt;
** battery&lt;br /&gt;
** inverter and powerpole distro&lt;br /&gt;
&lt;br /&gt;
==== Display items ====&lt;br /&gt;
&lt;br /&gt;
* Books&lt;br /&gt;
* pull up banner&lt;br /&gt;
* hanging banners&lt;br /&gt;
* sown nodes&lt;br /&gt;
* Morse sounder&lt;br /&gt;
* Powerpole distro&lt;br /&gt;
&lt;br /&gt;
==== Core signup stuff ====&lt;br /&gt;
&lt;br /&gt;
* signup laptop&lt;br /&gt;
* paper for signups&lt;br /&gt;
&lt;br /&gt;
=== Kit ===&lt;br /&gt;
&lt;br /&gt;
==== B53 ====&lt;br /&gt;
&lt;br /&gt;
* Book box&lt;br /&gt;
* IC-7000&lt;br /&gt;
* Morse box&lt;br /&gt;
* FT-707???&lt;br /&gt;
* Tool Box&lt;br /&gt;
* Outing crate&lt;br /&gt;
* laptops&lt;br /&gt;
* power-pole distro&lt;br /&gt;
&lt;br /&gt;
==== Cage ====&lt;br /&gt;
&lt;br /&gt;
* Tripod&lt;br /&gt;
* Mobile operating station&lt;br /&gt;
** FT-920&lt;br /&gt;
** end fed zep&lt;br /&gt;
* Triband&lt;br /&gt;
* Yagis&lt;br /&gt;
* Dish&lt;br /&gt;
* Coax&lt;br /&gt;
&lt;br /&gt;
==== 32 ====&lt;br /&gt;
&lt;br /&gt;
* demo sown nodes&lt;br /&gt;
&lt;br /&gt;
==== Elsewhere ====&lt;br /&gt;
&lt;br /&gt;
* laptops&lt;br /&gt;
* Morse sounder V1+V2&lt;br /&gt;
* FT8900&lt;br /&gt;
* 4way&lt;br /&gt;
&lt;br /&gt;
=== People ===&lt;br /&gt;
&lt;br /&gt;
*People at the Bunfight stand&lt;br /&gt;
** Cori&lt;br /&gt;
*People for Setup &lt;br /&gt;
**Setup from 8&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Outing:Bunfight2018&amp;diff=5489</id>
		<title>Outing:Bunfight2018</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Outing:Bunfight2018&amp;diff=5489"/>
		<updated>2018-09-22T11:48:09Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: /* Activities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OutingInfo&lt;br /&gt;
|time=08:00&lt;br /&gt;
|date=2018/09/26&lt;br /&gt;
|endtime=18:00&lt;br /&gt;
|enddate=2018/09/26&lt;br /&gt;
|location=Grass between Students&#039; Union buildings&lt;br /&gt;
}}&lt;br /&gt;
=== Risk Assessment===&lt;br /&gt;
https://www.suws.org.uk/wiki/RiskAssessment/Bunfight_2018&lt;br /&gt;
=== Activities ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Radio Demos ====&lt;br /&gt;
&lt;br /&gt;
* PIsstv&lt;br /&gt;
** PI box&lt;br /&gt;
** Battery pack&lt;br /&gt;
** USB power supply&lt;br /&gt;
** Laptop w MMSSTV or equivalent&lt;br /&gt;
** laptop PSU&lt;br /&gt;
** FT8900 and cables&lt;br /&gt;
** MINIDIN to 3.5mm Recieve cable&lt;br /&gt;
** BNC adapter block for radio&lt;br /&gt;
&lt;br /&gt;
* HF-20M&lt;br /&gt;
** End fed&lt;br /&gt;
** Coax (PL259-PL259)&lt;br /&gt;
** FT920&lt;br /&gt;
&lt;br /&gt;
* Triband&lt;br /&gt;
** IC7000&lt;br /&gt;
** Triband&lt;br /&gt;
** Tripod mast&lt;br /&gt;
** coax (PL259-N)&lt;br /&gt;
&lt;br /&gt;
* SDR&lt;br /&gt;
** AirSpy + HF&lt;br /&gt;
** Discone?&lt;br /&gt;
** laptop&lt;br /&gt;
&lt;br /&gt;
* Data Modes / FT8 etc&lt;br /&gt;
** FT991 (Cori)&lt;br /&gt;
** Laptop (Cori)&lt;br /&gt;
** End Fed (Cori)&lt;br /&gt;
&lt;br /&gt;
* Support equipment&lt;br /&gt;
** battery&lt;br /&gt;
** inverter and powerpole distro&lt;br /&gt;
&lt;br /&gt;
==== Display items ====&lt;br /&gt;
&lt;br /&gt;
* Books&lt;br /&gt;
* pull up banner&lt;br /&gt;
* hanging banners&lt;br /&gt;
* sown nodes&lt;br /&gt;
* Morse sounder&lt;br /&gt;
* Powerpole distro&lt;br /&gt;
&lt;br /&gt;
==== Core signup stuff ====&lt;br /&gt;
&lt;br /&gt;
* signup laptop&lt;br /&gt;
* paper for signups&lt;br /&gt;
&lt;br /&gt;
=== Kit ===&lt;br /&gt;
&lt;br /&gt;
==== B53 ====&lt;br /&gt;
&lt;br /&gt;
* Book box&lt;br /&gt;
* IC-7000&lt;br /&gt;
* Morse box&lt;br /&gt;
* FT-707???&lt;br /&gt;
* Tool Box&lt;br /&gt;
* Outing crate&lt;br /&gt;
* laptops&lt;br /&gt;
* power-pole distro&lt;br /&gt;
&lt;br /&gt;
==== Cage ====&lt;br /&gt;
&lt;br /&gt;
* Tripod&lt;br /&gt;
* Mobile operating station&lt;br /&gt;
** FT-920&lt;br /&gt;
** end fed zep&lt;br /&gt;
* Triband&lt;br /&gt;
* Yagis&lt;br /&gt;
* Coax&lt;br /&gt;
&lt;br /&gt;
==== 32 ====&lt;br /&gt;
&lt;br /&gt;
* demo sown nodes&lt;br /&gt;
&lt;br /&gt;
==== Elsewhere ====&lt;br /&gt;
&lt;br /&gt;
* laptops&lt;br /&gt;
* Morse sounder&lt;br /&gt;
&lt;br /&gt;
=== People ===&lt;br /&gt;
&lt;br /&gt;
*People at the Bunfight stand&lt;br /&gt;
** Cori&lt;br /&gt;
*People for Setup &lt;br /&gt;
**Setup from 8&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Outing:Bunfight2018&amp;diff=5488</id>
		<title>Outing:Bunfight2018</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Outing:Bunfight2018&amp;diff=5488"/>
		<updated>2018-09-22T11:36:41Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: /* Kit */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OutingInfo&lt;br /&gt;
|time=08:00&lt;br /&gt;
|date=2018/09/26&lt;br /&gt;
|endtime=18:00&lt;br /&gt;
|enddate=2018/09/26&lt;br /&gt;
|location=Grass between Students&#039; Union buildings&lt;br /&gt;
}}&lt;br /&gt;
=== Risk Assessment===&lt;br /&gt;
https://www.suws.org.uk/wiki/RiskAssessment/Bunfight_2018&lt;br /&gt;
=== Activities ===&lt;br /&gt;
&lt;br /&gt;
* PIsstv&lt;br /&gt;
** PI box&lt;br /&gt;
** power supply&lt;br /&gt;
** Laptop&lt;br /&gt;
** Mini antenna&lt;br /&gt;
** Recieve cable&lt;br /&gt;
* HF-20M&lt;br /&gt;
** End fed&lt;br /&gt;
** Coax (PL259-PL259)&lt;br /&gt;
** FT920&lt;br /&gt;
* Triband&lt;br /&gt;
** IC7000&lt;br /&gt;
** Triband&lt;br /&gt;
** Tripod mast&lt;br /&gt;
** coax (PL259-N)&lt;br /&gt;
* SDR&lt;br /&gt;
** AirSpy + HF&lt;br /&gt;
** Discone?&lt;br /&gt;
** laptop&lt;br /&gt;
* Data Modes / FT8 etc&lt;br /&gt;
** FT991 (Cori)&lt;br /&gt;
** Laptop (Cori)&lt;br /&gt;
** End Fed (Cori)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Display items&lt;br /&gt;
** Books&lt;br /&gt;
** banners&lt;br /&gt;
** sown nodes&lt;br /&gt;
* MISC&lt;br /&gt;
** battery&lt;br /&gt;
** inverter and powerpole distro&lt;br /&gt;
&lt;br /&gt;
=== Kit ===&lt;br /&gt;
&lt;br /&gt;
==== B53 ====&lt;br /&gt;
&lt;br /&gt;
* Book box&lt;br /&gt;
* IC-7000&lt;br /&gt;
* Morse box&lt;br /&gt;
* FT-707???&lt;br /&gt;
* Tool Box&lt;br /&gt;
* Outing crate&lt;br /&gt;
* laptops&lt;br /&gt;
* power-pole distro&lt;br /&gt;
&lt;br /&gt;
==== Cage ====&lt;br /&gt;
&lt;br /&gt;
* Tripod&lt;br /&gt;
* Mobile operating station&lt;br /&gt;
** FT-920&lt;br /&gt;
** end fed zep&lt;br /&gt;
* Triband&lt;br /&gt;
* Yagis&lt;br /&gt;
* Coax&lt;br /&gt;
&lt;br /&gt;
==== 32 ====&lt;br /&gt;
&lt;br /&gt;
* demo sown nodes&lt;br /&gt;
&lt;br /&gt;
==== Elsewhere ====&lt;br /&gt;
&lt;br /&gt;
* laptops&lt;br /&gt;
* Morse sounder&lt;br /&gt;
&lt;br /&gt;
=== People ===&lt;br /&gt;
&lt;br /&gt;
*People at the Bunfight stand&lt;br /&gt;
** Cori&lt;br /&gt;
*People for Setup &lt;br /&gt;
**Setup from 8&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Meeting:2018/11/01/EGM&amp;diff=5485</id>
		<title>Meeting:2018/11/01/EGM</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Meeting:2018/11/01/EGM&amp;diff=5485"/>
		<updated>2018-09-13T19:02:53Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: Created page with &amp;quot;{{MeetingInfo |time=18:00 |date=2018/11/01 |endtime=20:00 |enddate=2018/11/01 |location=59/1257 }} == This Weeks Talk ==    There is no talk scheduled for this meeting yet....&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MeetingInfo&lt;br /&gt;
|time=18:00&lt;br /&gt;
|date=2018/11/01&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=2018/11/01&lt;br /&gt;
|location=59/1257&lt;br /&gt;
}}&lt;br /&gt;
== This Weeks Talk ==&lt;br /&gt;
&lt;br /&gt;
There is no talk scheduled for this meeting yet.&lt;br /&gt;
&lt;br /&gt;
== Amateur Radio ==&lt;br /&gt;
&lt;br /&gt;
=== Recurring Points ===&lt;br /&gt;
&lt;br /&gt;
* Exams&lt;br /&gt;
* [[Projects]]&lt;br /&gt;
* Callsign updates&lt;br /&gt;
&lt;br /&gt;
=== AOB ===&lt;br /&gt;
&lt;br /&gt;
== Joint Agenda ==&lt;br /&gt;
&lt;br /&gt;
=== This Month&#039;s Events ===&lt;br /&gt;
&lt;br /&gt;
=== Next Month&#039;s Events ===&lt;br /&gt;
&lt;br /&gt;
=== Recurring Points ===&lt;br /&gt;
&lt;br /&gt;
* Finances&lt;br /&gt;
* User accounts and mailing list subscriptions&lt;br /&gt;
* External contacts and queries&lt;br /&gt;
* Students&#039; Union business&lt;br /&gt;
* General Data Protection Regulation (GDPR)&lt;br /&gt;
&lt;br /&gt;
=== AOB ===&lt;br /&gt;
&lt;br /&gt;
== SOWN ==&lt;br /&gt;
See [[sown:Meetings|SOWN Agenda]]&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Social:2018/10/25&amp;diff=5484</id>
		<title>Social:2018/10/25</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Social:2018/10/25&amp;diff=5484"/>
		<updated>2018-09-13T18:53:01Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: Created page with &amp;quot;{{SocialInfo |time=18:00 |date=2018/10/25 |endtime=20:00 |enddate=2018/10/25 |location=Location to be confirmed }} == Start of year social ==    Social to be confirmed probabl...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SocialInfo&lt;br /&gt;
|time=18:00&lt;br /&gt;
|date=2018/10/25&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=2018/10/25&lt;br /&gt;
|location=Location to be confirmed&lt;br /&gt;
}}&lt;br /&gt;
== Start of year social ==&lt;br /&gt;
&lt;br /&gt;
Social to be confirmed probably one of the following&lt;br /&gt;
* Gaming&lt;br /&gt;
* Movie evening&lt;br /&gt;
* Bowling&lt;br /&gt;
* Insert your idea here&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Outing:2018/10/18&amp;diff=5483</id>
		<title>Outing:2018/10/18</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Outing:2018/10/18&amp;diff=5483"/>
		<updated>2018-09-13T18:50:28Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OutingInfo&lt;br /&gt;
|time=18:00&lt;br /&gt;
|date=2018/10/18&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=2018/10/18&lt;br /&gt;
|location=Grass between Students&#039; Union buildings&lt;br /&gt;
}}&lt;br /&gt;
Radio operation on campus to let people get on the air.&lt;br /&gt;
&lt;br /&gt;
== Equipment list ==&lt;br /&gt;
&lt;br /&gt;
* Portable operating station&lt;br /&gt;
* IC7000&lt;br /&gt;
* HF end fed&lt;br /&gt;
* 2M vertical&lt;br /&gt;
* Satellite antennas&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Outing:1018/10/18&amp;diff=5482</id>
		<title>Outing:1018/10/18</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Outing:1018/10/18&amp;diff=5482"/>
		<updated>2018-09-13T18:22:05Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: TylerWard moved page Outing:1018/10/18 to Outing:2018/10/18&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Outing:2018/10/18]]&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Outing:2018/10/18&amp;diff=5481</id>
		<title>Outing:2018/10/18</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Outing:2018/10/18&amp;diff=5481"/>
		<updated>2018-09-13T18:22:04Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: TylerWard moved page Outing:1018/10/18 to Outing:2018/10/18&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OutingInfo&lt;br /&gt;
|time=18:00&lt;br /&gt;
|date=1018/10/18&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=1018/10/18&lt;br /&gt;
|location=Grass between Students&#039; Union buildings&lt;br /&gt;
}}&lt;br /&gt;
Radio operation on campus to let people get on the air.&lt;br /&gt;
&lt;br /&gt;
== Equipment list ==&lt;br /&gt;
&lt;br /&gt;
* Portable operating station&lt;br /&gt;
* IC7000&lt;br /&gt;
* HF end fed&lt;br /&gt;
* 2M vertical&lt;br /&gt;
* Satellite antennas&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Outing:2018/10/18&amp;diff=5480</id>
		<title>Outing:2018/10/18</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Outing:2018/10/18&amp;diff=5480"/>
		<updated>2018-09-13T18:21:20Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OutingInfo&lt;br /&gt;
|time=18:00&lt;br /&gt;
|date=1018/10/18&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=1018/10/18&lt;br /&gt;
|location=Grass between Students&#039; Union buildings&lt;br /&gt;
}}&lt;br /&gt;
Radio operation on campus to let people get on the air.&lt;br /&gt;
&lt;br /&gt;
== Equipment list ==&lt;br /&gt;
&lt;br /&gt;
* Portable operating station&lt;br /&gt;
* IC7000&lt;br /&gt;
* HF end fed&lt;br /&gt;
* 2M vertical&lt;br /&gt;
* Satellite antennas&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Outing:2018/10/18&amp;diff=5479</id>
		<title>Outing:2018/10/18</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Outing:2018/10/18&amp;diff=5479"/>
		<updated>2018-09-13T18:20:53Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: Created page with &amp;quot;{{OutingInfo |time=18:00 |date=1018/10/18 |endtime=20:00 |enddate=1018/10/18 |location=Grass between Students&amp;#039; Union buildings }} Radio operation on campus to let people get o...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OutingInfo&lt;br /&gt;
|time=18:00&lt;br /&gt;
|date=1018/10/18&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=1018/10/18&lt;br /&gt;
|location=Grass between Students&#039; Union buildings&lt;br /&gt;
}}&lt;br /&gt;
Radio operation on campus to let people get on the air.&lt;br /&gt;
&lt;br /&gt;
== Equipment list ==&lt;br /&gt;
&lt;br /&gt;
Portable operating station&lt;br /&gt;
IC7000&lt;br /&gt;
HF end fed&lt;br /&gt;
2M vertical&lt;br /&gt;
Satellite antennas&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Meeting:2018/10/11&amp;diff=5478</id>
		<title>Meeting:2018/10/11</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Meeting:2018/10/11&amp;diff=5478"/>
		<updated>2018-09-13T18:18:22Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: Created page with &amp;quot;{{MeetingInfo |time=18:00 |date=2018/10/11 |endtime=20:00 |enddate=2018/10/11 |location=59/1257 }} == This Weeks Talk ==    SUWS committee - Intro Recap for those who missed t...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MeetingInfo&lt;br /&gt;
|time=18:00&lt;br /&gt;
|date=2018/10/11&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=2018/10/11&lt;br /&gt;
|location=59/1257&lt;br /&gt;
}}&lt;br /&gt;
== This Weeks Talk ==&lt;br /&gt;
&lt;br /&gt;
SUWS committee - Intro Recap for those who missed the first one&lt;br /&gt;
Henry K - Amateur radio licencing&lt;br /&gt;
Dave N - The SOWN project&lt;br /&gt;
&lt;br /&gt;
== Amateur Radio ==&lt;br /&gt;
&lt;br /&gt;
=== Recurring Points ===&lt;br /&gt;
&lt;br /&gt;
* Exams&lt;br /&gt;
* [[Projects]]&lt;br /&gt;
* Callsign updates&lt;br /&gt;
&lt;br /&gt;
=== AOB ===&lt;br /&gt;
&lt;br /&gt;
== Joint Agenda ==&lt;br /&gt;
&lt;br /&gt;
=== This Month&#039;s Events ===&lt;br /&gt;
&lt;br /&gt;
=== Next Month&#039;s Events ===&lt;br /&gt;
&lt;br /&gt;
=== Recurring Points ===&lt;br /&gt;
&lt;br /&gt;
* Finances&lt;br /&gt;
* User accounts and mailing list subscriptions&lt;br /&gt;
* External contacts and queries&lt;br /&gt;
* Students&#039; Union business&lt;br /&gt;
* General Data Protection Regulation (GDPR)&lt;br /&gt;
&lt;br /&gt;
=== AOB ===&lt;br /&gt;
&lt;br /&gt;
== SOWN ==&lt;br /&gt;
See [[sown:Meetings|SOWN Agenda]]&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Meeting:2018/10/04&amp;diff=5477</id>
		<title>Meeting:2018/10/04</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Meeting:2018/10/04&amp;diff=5477"/>
		<updated>2018-09-13T18:14:28Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MeetingInfo&lt;br /&gt;
|time=18:00&lt;br /&gt;
|date=2018/10/04&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=2018/10/04&lt;br /&gt;
|location=59/1257&lt;br /&gt;
}}&lt;br /&gt;
== This Weeks Talk ==&lt;br /&gt;
&lt;br /&gt;
SUWS committee - Introduction to the wireless society and what we do.&lt;br /&gt;
&lt;br /&gt;
== Amateur Radio ==&lt;br /&gt;
&lt;br /&gt;
=== Recurring Points ===&lt;br /&gt;
&lt;br /&gt;
* Exams&lt;br /&gt;
* [[Projects]]&lt;br /&gt;
* Callsign updates&lt;br /&gt;
&lt;br /&gt;
=== AOB ===&lt;br /&gt;
&lt;br /&gt;
== Joint Agenda ==&lt;br /&gt;
&lt;br /&gt;
=== This Month&#039;s Events ===&lt;br /&gt;
&lt;br /&gt;
=== Next Month&#039;s Events ===&lt;br /&gt;
&lt;br /&gt;
=== Recurring Points ===&lt;br /&gt;
&lt;br /&gt;
* Finances&lt;br /&gt;
* User accounts and mailing list subscriptions&lt;br /&gt;
* External contacts and queries&lt;br /&gt;
* Students&#039; Union business&lt;br /&gt;
* General Data Protection Regulation (GDPR)&lt;br /&gt;
&lt;br /&gt;
=== AOB ===&lt;br /&gt;
&lt;br /&gt;
== SOWN ==&lt;br /&gt;
See [[sown:Meetings|SOWN Agenda]]&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Meeting:2018/10/04&amp;diff=5476</id>
		<title>Meeting:2018/10/04</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Meeting:2018/10/04&amp;diff=5476"/>
		<updated>2018-09-13T18:14:17Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: Created page with &amp;quot;{{MeetingInfo |time=18:00 |date=2018/10/04 |endtime=20:00 |enddate=2018/10/04 |location=06/1083 }} == This Weeks Talk ==    SUWS committee - Introduction to the wireless socie...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MeetingInfo&lt;br /&gt;
|time=18:00&lt;br /&gt;
|date=2018/10/04&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=2018/10/04&lt;br /&gt;
|location=06/1083&lt;br /&gt;
}}&lt;br /&gt;
== This Weeks Talk ==&lt;br /&gt;
&lt;br /&gt;
SUWS committee - Introduction to the wireless society and what we do.&lt;br /&gt;
&lt;br /&gt;
== Amateur Radio ==&lt;br /&gt;
&lt;br /&gt;
=== Recurring Points ===&lt;br /&gt;
&lt;br /&gt;
* Exams&lt;br /&gt;
* [[Projects]]&lt;br /&gt;
* Callsign updates&lt;br /&gt;
&lt;br /&gt;
=== AOB ===&lt;br /&gt;
&lt;br /&gt;
== Joint Agenda ==&lt;br /&gt;
&lt;br /&gt;
=== This Month&#039;s Events ===&lt;br /&gt;
&lt;br /&gt;
=== Next Month&#039;s Events ===&lt;br /&gt;
&lt;br /&gt;
=== Recurring Points ===&lt;br /&gt;
&lt;br /&gt;
* Finances&lt;br /&gt;
* User accounts and mailing list subscriptions&lt;br /&gt;
* External contacts and queries&lt;br /&gt;
* Students&#039; Union business&lt;br /&gt;
* General Data Protection Regulation (GDPR)&lt;br /&gt;
&lt;br /&gt;
=== AOB ===&lt;br /&gt;
&lt;br /&gt;
== SOWN ==&lt;br /&gt;
See [[sown:Meetings|SOWN Agenda]]&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Meeting:2018/09/27&amp;diff=5475</id>
		<title>Meeting:2018/09/27</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Meeting:2018/09/27&amp;diff=5475"/>
		<updated>2018-09-13T17:43:13Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: Created page with &amp;quot;{{MeetingInfo |time=18:00 |date=2018/09/27 |endtime=20:00 |enddate=2018/09/27 |location=59/1257 }} == This Weeks Talk ==    Welcome back to existing members (news and updates...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MeetingInfo&lt;br /&gt;
|time=18:00&lt;br /&gt;
|date=2018/09/27&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=2018/09/27&lt;br /&gt;
|location=59/1257&lt;br /&gt;
}}&lt;br /&gt;
== This Weeks Talk ==&lt;br /&gt;
&lt;br /&gt;
Welcome back to existing members (news and updates from the summer).&lt;br /&gt;
&lt;br /&gt;
== Amateur Radio ==&lt;br /&gt;
&lt;br /&gt;
=== Recurring Points === &lt;br /&gt;
&lt;br /&gt;
* Exams&lt;br /&gt;
* [[Projects]]&lt;br /&gt;
* Callsign updates&lt;br /&gt;
&lt;br /&gt;
=== AOB ===&lt;br /&gt;
&lt;br /&gt;
== Joint Agenda ==&lt;br /&gt;
&lt;br /&gt;
=== This Month&#039;s Events ===&lt;br /&gt;
&lt;br /&gt;
=== Next Month&#039;s Events ===&lt;br /&gt;
&lt;br /&gt;
=== Recurring Points ===&lt;br /&gt;
&lt;br /&gt;
* Finances&lt;br /&gt;
* User accounts and mailing list subscriptions&lt;br /&gt;
* External contacts and queries&lt;br /&gt;
* Students&#039; Union business&lt;br /&gt;
* General Data Protection Regulation (GDPR)&lt;br /&gt;
&lt;br /&gt;
=== AOB ===&lt;br /&gt;
&lt;br /&gt;
== SOWN ==&lt;br /&gt;
See [[sown:Meetings|SOWN Agenda]]&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Workshop:2018/09/13&amp;diff=5474</id>
		<title>Workshop:2018/09/13</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Workshop:2018/09/13&amp;diff=5474"/>
		<updated>2018-09-13T15:24:43Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WorkshopInfo&lt;br /&gt;
|time=18:00&lt;br /&gt;
|date=2018/09/13&lt;br /&gt;
|endtime=20:00&lt;br /&gt;
|enddate=2018/09/13&lt;br /&gt;
|location=06/1083&lt;br /&gt;
}}&lt;br /&gt;
== Task list ==&lt;br /&gt;
* [[Events|Events]] Calendar for new academic year&lt;br /&gt;
* Room booking for new academic year&lt;br /&gt;
* Welcome events planning&lt;br /&gt;
* [[Outing:Bunfight2018|Bunfight planning]]&lt;br /&gt;
* Any SUSU business&lt;br /&gt;
* Add user profiles to wiki for those happy or have given permission to do so.&lt;br /&gt;
* Projects review&lt;br /&gt;
* Wordpress posts&lt;br /&gt;
&lt;br /&gt;
=== SOWN tasks ===&lt;br /&gt;
* Fit new RAM in [[sown:Sown-vms]]&lt;br /&gt;
* [[sown:todo:task/633|Figure out and fix why ttls-eap-mschapv2 RADIUS check is failing on auth2]] - Can this be resolved?&lt;br /&gt;
* [[sown:todo:task/660|Fix eapol_test.so on www so works with PHP 7.0]] - gdb ans strace have not been much help.&lt;br /&gt;
* [[sown:todo:task/637|review v4 firewall on sown-gw, tidy up and appropriately comment]] - Is this complete?&lt;br /&gt;
* [[sown:todo:task/647|Figure out why snmpd is missing on node303 and add it manually]]&lt;br /&gt;
* [[sown:todo:task/654|Add check to test whether SOWN users can login to RADIUS-backed services on www.sown.org.uk]] - How can this best be done?  Typically when this fails AUTH2/EAPOL-SOWN is not OK but a user end check would be more reliable and could be setup to nag us more often.&lt;br /&gt;
* [[sown:todo:task/659|Sort out policy-based routing so www can connect to the sown-git database on sown-auth2 over v6]] - Need to check if this is still an issue.&lt;br /&gt;
* [[sown:todo:task/663|Update CONNTRACK, FORWARD and FIREWALL checks so they are associated with HAFW and configured with the appropriate IPs if they are not already]] - These need to be updated to be associated to be for HAFW.  They also need to be changed to use [[sown:Backup2]] again.  As this save checks flapping when [[sown:Sown-vms]] is rebooted that runs [[sown:Sown-monitor-new]] which is currently used for these checks.&lt;br /&gt;
* [[sown:todo:task/626|Build a serial (DS9097E one wire) temperature sensor we can plug into a B32 server.]] - Dependent on [[User:Cmalton]]&lt;br /&gt;
* [[sown:todo:task/666|Figure out what to do with node UPGRADEABLE checks]] - We should not upgrade packages on nodes, so this check is a bit superfluous but is there something we should monitor, so we know which nodes need upgrading either on recall on remotely.&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=SOWN&amp;diff=5471</id>
		<title>SOWN</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=SOWN&amp;diff=5471"/>
		<updated>2018-09-10T16:49:13Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Project&lt;br /&gt;
|Title=Southampton Open Wireless Network&lt;br /&gt;
|Status=Ongoing&lt;br /&gt;
|Project Lead=User:DavidNewman&lt;br /&gt;
|Image=SOWN-logo-w270.png&lt;br /&gt;
|Description=SOWN (the Southampton Open Wireless Network) is a project which aims to build a free-to-use wireless network in Southampton&lt;br /&gt;
}}&lt;br /&gt;
See http://www.sown.org.uk/&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=T500_Modification&amp;diff=5470</id>
		<title>T500 Modification</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=T500_Modification&amp;diff=5470"/>
		<updated>2018-09-10T16:48:18Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: Completed this project&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Project&lt;br /&gt;
|Title=T500 Modifications&lt;br /&gt;
|Status=Completed&lt;br /&gt;
|Project Lead=User:Sciguy16&lt;br /&gt;
|Image=T500.png&lt;br /&gt;
}}&lt;br /&gt;
The club owns a Tait T535 and a Tait T520C. These were meant to be quite easy to modify for operation on amateur bands, so this is what we tried to do.&lt;br /&gt;
&lt;br /&gt;
Unfortunately the radios where in a poorer state that we had hoped and after much time spent on them we decided that the one we had managed to get working was all we were likely to get working without significant amounts of extra time.&lt;br /&gt;
&lt;br /&gt;
== Conversion notes ==&lt;br /&gt;
&lt;br /&gt;
One of the radios works on transmit. Channel 1 is 145.200 and channel 2 is a shade under 186.000. Receive is unconfirmed, calculations suggest weird frequencies in the 130 MHz range and the 190 MHz range.&lt;br /&gt;
TODO: alter the solder bridges to shift RX to somewhere sensible and test.&lt;br /&gt;
&lt;br /&gt;
=== T535 ===&lt;br /&gt;
&lt;br /&gt;
* Can be easily modified for 2m or 4m operation&lt;br /&gt;
** Channel 1 has been set to 145.350 MHz with the jumper settings below&lt;br /&gt;
** Channel 2?&lt;br /&gt;
&lt;br /&gt;
These are the jumper settings for 145.350 MHz, as per http://www.davidmpye.com/?q=node/17&lt;br /&gt;
&amp;lt;!-- Awk script for generating a table: { print &amp;quot;|-\n| &amp;quot; $1 &amp;quot;||&amp;quot; $2 &amp;quot;||&amp;quot; $3} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &lt;br /&gt;
! RX&lt;br /&gt;
! TX&lt;br /&gt;
|-&lt;br /&gt;
| N9||c||o&lt;br /&gt;
|-&lt;br /&gt;
| N8||o||c&lt;br /&gt;
|-&lt;br /&gt;
| N7||o||c&lt;br /&gt;
|-&lt;br /&gt;
| N6||o||o&lt;br /&gt;
|-&lt;br /&gt;
| N5||o||c&lt;br /&gt;
|-&lt;br /&gt;
| N4||c||c&lt;br /&gt;
|-&lt;br /&gt;
| N3||o||c&lt;br /&gt;
|-&lt;br /&gt;
| N2||o||o&lt;br /&gt;
|-&lt;br /&gt;
| N1||o||c&lt;br /&gt;
|-&lt;br /&gt;
| N0||o||o&lt;br /&gt;
|-&lt;br /&gt;
| A5||o||c&lt;br /&gt;
|-&lt;br /&gt;
| A4||c||o&lt;br /&gt;
|-&lt;br /&gt;
| A3||c||c&lt;br /&gt;
|-&lt;br /&gt;
| A2||c||c&lt;br /&gt;
|-&lt;br /&gt;
| A1||c||c&lt;br /&gt;
|-&lt;br /&gt;
| A0||c||c&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
http://www.davidmpye.com/?q=node/16&lt;br /&gt;
&lt;br /&gt;
=== T520C ===&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Mobile_operating_station&amp;diff=5469</id>
		<title>Mobile operating station</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Mobile_operating_station&amp;diff=5469"/>
		<updated>2018-09-10T16:44:56Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Project&lt;br /&gt;
|Title=Mobile operating station&lt;br /&gt;
|Status=Completed&lt;br /&gt;
|Project Lead=TylerWard&lt;br /&gt;
|Description=A portable and easy to deploy radio operating station&lt;br /&gt;
|Image=MobileOperatingStation.jpg&lt;br /&gt;
}}&lt;br /&gt;
The mobile operating station is mounted in a [http://www.tsgstore.co.uk/rhino-flightcase-16u-dj-rack-table-mixer-case 16U flight case] which has two deploy-able tables on either side of the rack.&lt;br /&gt;
&lt;br /&gt;
=== Tasks ===&lt;br /&gt;
&lt;br /&gt;
* Add SUWS logo to case&lt;br /&gt;
* plan and mount initial equipment&lt;br /&gt;
* produce list of future upgrades&lt;br /&gt;
&lt;br /&gt;
=== Upgrade ideas ===&lt;br /&gt;
&lt;br /&gt;
* Raspberry Pi with LCD or E-ink display that connects to the serial port on the FT-920 and displays a frequency readout and the relevant section of the bandplan&lt;br /&gt;
* Pi with an SDR connected to the RF output of the 920 to display a waterfall around the current frequency&lt;br /&gt;
* build and install the [[Rackmount Battery Unit]]&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
	<entry>
		<id>https://www.suws.org.uk/wiki/index.php?title=Mobile_operating_station&amp;diff=5468</id>
		<title>Mobile operating station</title>
		<link rel="alternate" type="text/html" href="https://www.suws.org.uk/wiki/index.php?title=Mobile_operating_station&amp;diff=5468"/>
		<updated>2018-09-10T16:44:28Z</updated>

		<summary type="html">&lt;p&gt;TylerWard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Project&lt;br /&gt;
|Title=Mobile operating station&lt;br /&gt;
|Status=Completed&lt;br /&gt;
|Project Lead=TylerWard&lt;br /&gt;
|Description=A portable and easy to deploy radio operating station&lt;br /&gt;
|Image=MobileOperatingStation.jpg&lt;br /&gt;
}}&lt;br /&gt;
The mobile operating station is mounted in a [http://www.tsgstore.co.uk/rhino-flightcase-16u-dj-rack-table-mixer-case 16U flight case] which has two deploy-able tables on either side of the rack.&lt;br /&gt;
&lt;br /&gt;
=== Tasks ===&lt;br /&gt;
&lt;br /&gt;
* Add SUWS logo to case&lt;br /&gt;
* plan and mount initial equipment&lt;br /&gt;
* produce list of future upgrades&lt;br /&gt;
* build and install the [[Rackmount Battery Unit]]&lt;br /&gt;
&lt;br /&gt;
=== Upgrade ideas ===&lt;br /&gt;
&lt;br /&gt;
* Raspberry Pi with LCD or E-ink display that connects to the serial port on the FT-920 and displays a frequency readout and the relevant section of the bandplan&lt;br /&gt;
* Pi with an SDR connected to the RF output of the 920 to display a waterfall around the current frequency&lt;/div&gt;</summary>
		<author><name>TylerWard</name></author>
	</entry>
</feed>