<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.emfcamp.org/2014/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=W1bble</id>
	<title>Electromagnetic Field - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.emfcamp.org/2014/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=W1bble"/>
	<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2014/wiki/Special:Contributions/W1bble"/>
	<updated>2026-04-21T17:03:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.emfcamp.org/2014/w/index.php?title=DIY_TiLDA_Badge_Network&amp;diff=3769</id>
		<title>DIY TiLDA Badge Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2014/w/index.php?title=DIY_TiLDA_Badge_Network&amp;diff=3769"/>
		<updated>2014-10-02T14:42:35Z</updated>

		<summary type="html">&lt;p&gt;W1bble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The steps below allow you to setup your own private wireless badge network for your TiLDA badge to connect to. The wireless network lets the badge display the current time, display your name and send notification messages to the badge.&lt;br /&gt;
&lt;br /&gt;
There are quite a lot of steps to getting this working. The instructions below assume the following hardware and software:&lt;br /&gt;
* TiLDA Mke&lt;br /&gt;
* Raspberry Pi, PSU, keyboard HDMI cable, monitor/TV, Ethernet cable or Wifi&lt;br /&gt;
* 2 Ciseco radios: USB + Slice of Radio (for RPi), or a second USB radio instead&lt;br /&gt;
Actual part numbers to aid in ordering from http://shop.ciseco.co.uk/ - R017 is the slice of radio, R010 is the SRF Stick&lt;br /&gt;
* Internet connection for downloading new packages&lt;br /&gt;
* 4GB SD Card (or larger)&lt;br /&gt;
&lt;br /&gt;
If you don't have a Raspberry Pi then you may be able to substitute it with another Linux PC. &lt;br /&gt;
&lt;br /&gt;
== Network architecture ==&lt;br /&gt;
The key components of the badge network are:&lt;br /&gt;
* Master control program (MCP), this stores a central copy of all information and generates the content of the radio messages.&lt;br /&gt;
* Gateways, these have the radios and pass the radio messages to and from the MCP.&lt;br /&gt;
* Database, this stores the registered gateways, badges and users.&lt;br /&gt;
* Web server, this provides a status page and web API &lt;br /&gt;
* some example scripts which use the web API to send special messages to the badges&lt;br /&gt;
&lt;br /&gt;
For the purposes of these instructions we run all this software on a single RaspberryPi. These instructions are simplified to assume you just want to run this network for yourself and willing to run everything as the 'pi' user. &lt;br /&gt;
&lt;br /&gt;
== Installation steps ==&lt;br /&gt;
=== Installing initial OS and hardware install ===&lt;br /&gt;
* Download http://director.downloads.raspberrypi.org/raspbian/images/raspbian-2014-09-12/2014-09-09-wheezy-raspbian.zip&lt;br /&gt;
* Write to SD card&lt;br /&gt;
* Plug SD card into Rpi&lt;br /&gt;
* Connect Slice Of Radio&lt;br /&gt;
* Connect USB Ciseco radio&lt;br /&gt;
* Connect keyboard&lt;br /&gt;
* Use Ethernet cable to connect RPi to your network&lt;br /&gt;
* Connect HDMI to TV/Monitor&lt;br /&gt;
* Power On&lt;br /&gt;
&lt;br /&gt;
=== OS configuration ===&lt;br /&gt;
When the RPi has booted it will present the raspi-config UI. By default, the raspian software will try to use the serial port connected to the radio for a serial console and this must be disabled otherwise we cannot use the radio:&lt;br /&gt;
* Select 'Advanced'&lt;br /&gt;
* Select 'A7 Serial - Enable/Disable shell and kernel messages on the serial connection'&lt;br /&gt;
* Choose No&lt;br /&gt;
* Select &amp;quot;expand filesystem&amp;quot; option&lt;br /&gt;
* Select &amp;quot;finish&amp;quot; + and say yes to &amp;quot;reboot now?&amp;quot;&lt;br /&gt;
Wait for RPi to reboot&lt;br /&gt;
After reboot you can choose whether you want to carry on with HDMI + local keyboard or SSH to device using the IP address that is displayed.&lt;br /&gt;
The default login for the RPi is &amp;quot;pi&amp;quot; + &amp;quot;raspberry&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Package installation ===&lt;br /&gt;
The software relies on several packages which must be downloaded and installed. The installation will take some time. Ignore any errors about being unable to contact the Wolfram package repository.&lt;br /&gt;
  sudo apt-get update&lt;br /&gt;
  sudo apt-get install -y python-pip python-dev python-requests postgresql postgresql-server-dev-9.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Checkout Mk2-Software ===&lt;br /&gt;
The forked copy of the software below has a few additions to make the setup and installation work using these instructions&lt;br /&gt;
  cd ~&lt;br /&gt;
  git clone --branch diy-badge-network https://github.com/jburgess777/Mk2-Software.git&lt;br /&gt;
&lt;br /&gt;
=== PostgreSQL database configuration ===&lt;br /&gt;
We must add a 'pi' user and create a 'schedule' database used to store information about the gateways, badges and users. The final command will emit several lines of messages as it creates various tables and indexes.&lt;br /&gt;
  cd ~/Mk2-Software&lt;br /&gt;
  sudo -u postgres createuser -D -R -S pi&lt;br /&gt;
  sudo -u postgres createdb -O pi schedule&lt;br /&gt;
  psql -f schedule.sql schedule&lt;br /&gt;
&lt;br /&gt;
=== Setup python software packages ===&lt;br /&gt;
The badge network softwre relies on several python libraries which must be downloaded and built&lt;br /&gt;
  sudo ./setup.py develop&lt;br /&gt;
&lt;br /&gt;
=== Generate radio message signing keys ===&lt;br /&gt;
The messages sent across the badge network are signed with a cryptographic key to ensure that the badges only accept messages from an authorized network. Since we don't have the keys that are in the current TiLDA firmware we must create our own.&lt;br /&gt;
  cd ~/Mk2-Software/lib&lt;br /&gt;
  make signer&lt;br /&gt;
  make keys.txt&lt;br /&gt;
  make keys.sh&lt;br /&gt;
&lt;br /&gt;
=== Running the MCP software ===&lt;br /&gt;
Before starting the MCP we must first load the keys we generated above. When the MCP is started it will display messages about its configuration and start listening for gateways to connect. &lt;br /&gt;
  cd ~/Mk2-Software&lt;br /&gt;
  source lib/keys.sh&lt;br /&gt;
  mcp.py&lt;br /&gt;
&lt;br /&gt;
=== Running the gateway ===&lt;br /&gt;
Open another connection to the Pi (or switch tty with alt-Fx keys and login as 'pi'). &lt;br /&gt;
  gateway.py localhost&lt;br /&gt;
When you start the gateway it opens up the serial ports for the two radios and configures them to communicate with the badges:&lt;br /&gt;
  &amp;lt;nowiki&amp;gt; 2014-09-24 19:46:46,700 - UsbRadios - INFO - Found radio: /dev/ttyACM0, speed 115200&lt;br /&gt;
  2014-09-24 19:46:46,734 - UsbRadios - INFO - Found radio: /dev/ttyAMA0, speed 9600&lt;br /&gt;
  2014-09-24 19:46:46,741 - UsbRadios - INFO - Entering AT mode...&lt;br /&gt;
  2014-09-24 19:46:47,955 - UsbRadios - INFO - Reading information for /dev/ttyACM0&lt;br /&gt;
  2014-09-24 19:46:48,065 - UsbRadios - INFO - Firmware: 0.51B USB&lt;br /&gt;
  2014-09-24 19:46:49,428 - UsbRadios - INFO - Reading information for /dev/ttyAMA0&lt;br /&gt;
  2014-09-24 19:46:49,557 - UsbRadios - INFO - Firmware: 0.90B SORSRF&lt;br /&gt;
  2014-09-24 19:46:50,569 - main - INFO - MAC: 202481588515999&lt;br /&gt;
  2014-09-24 19:46:50,698 - main - INFO - Established connection to mcp&lt;br /&gt;
  2014-09-24 19:46:50,718 - Gateway - INFO - Transmitter started&lt;br /&gt;
  2014-09-24 19:46:52,764 - UsbRadios - INFO - Configuring radio 0 with [u'ATPK08', u'ATCN02', u'ATAC', u'ATDN']&lt;br /&gt;
  2014-09-24 19:46:54,081 - UsbRadios - INFO - Applied command 'ATPK08' to radio 0, got 'OK'&lt;br /&gt;
  2014-09-24 19:46:54,191 - UsbRadios - INFO - Applied command 'ATCN02' to radio 0, got 'OK'&lt;br /&gt;
  2014-09-24 19:46:54,321 - UsbRadios - INFO - Applied command 'ATAC' to radio 0, got 'OK'&lt;br /&gt;
  2014-09-24 19:46:54,449 - UsbRadios - INFO - Applied command 'ATDN' to radio 0, got 'OK'&lt;br /&gt;
  2014-09-24 19:46:54,452 - UsbRadios - INFO - Configuring radio 1 with [u'ATPK3A', u'ATCN06', u'ATAC', u'ATDN']&lt;br /&gt;
  2014-09-24 19:46:55,819 - UsbRadios - INFO - Applied command 'ATPK3A' to radio 1, got 'OK'&lt;br /&gt;
  2014-09-24 19:46:55,939 - UsbRadios - INFO - Applied command 'ATCN06' to radio 1, got 'OK'&lt;br /&gt;
  2014-09-24 19:46:56,077 - UsbRadios - INFO - Applied command 'ATAC' to radio 1, got 'OK'&lt;br /&gt;
  2014-09-24 19:46:56,214 - UsbRadios - INFO - Applied command 'ATDN' to radio 1, got 'OK'&lt;br /&gt;
  2014-09-24 19:46:56,226 - Gateway - INFO - Receiver started&lt;br /&gt;
  2014-09-24 19:46:56,767 - UsbRadios - DEBUG - Packet send via radio 0: 100&lt;br /&gt;
  2014-09-24 19:47:01,625 - UsbRadios - DEBUG - Packet send via radio 0: 200&lt;br /&gt;
  ... more radio messages every 5 seconds&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
If the software cannot initialize the radio then try again, something seems to prevent the radio from working on the first attempt. If it still doesn't work after a couple of attempts then check that you completed the first setup step which told you to turn off the serial console.&lt;br /&gt;
==== Why two radios? ====&lt;br /&gt;
The first radio is used solely to broadcast discovery information to notify the badges about the existance of the gateway. All gateways transmit on the same discovery channel and the badge will connect to the gateway with the strongest signal (RSSI). These discovery messages include information about the channel used by the second radio and the time.  Once the badge chooses a gateway it will switch to the channel which is unique to the gateway. This second radio will be used for all future communcation between the badge and the network.&lt;br /&gt;
==== MCP radio messages ====&lt;br /&gt;
The MCP instructs each geateway to send a packet every 5 seconds. This packet includes timing information telling the badges when they should communicate back to the gateway. The content of these messages is displayed in the MCP output:&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
  {&amp;quot;cid&amp;quot;:&amp;quot;*&amp;quot;, &amp;quot;duration_in_sec&amp;quot;:5.2, &amp;quot;event&amp;quot;:&amp;quot;add_transmit_window_to_all_connections&amp;quot;, &amp;quot;num_queues&amp;quot;:1, &amp;quot;origin&amp;quot;:&amp;quot;DataQueue&amp;quot;, &amp;quot;payload_len&amp;quot;:4, &amp;quot;rid&amp;quot;:45057, &amp;quot;time&amp;quot;:&amp;quot;2014-09-24 19:46:52&amp;quot;}&lt;br /&gt;
  {&amp;quot;cid&amp;quot;:1, &amp;quot;duration_in_sec&amp;quot;:5.2, &amp;quot;event&amp;quot;:&amp;quot;add_transmit_window&amp;quot;, &amp;quot;origin&amp;quot;:&amp;quot;DataQueue&amp;quot;, &amp;quot;time&amp;quot;:&amp;quot;2014-09-24 19:46:52&amp;quot;}&lt;br /&gt;
  b0010000000488e69316cbed2390e1f92ccd85016af2a55000b61abbf83a6ddf77fdb7b1c175803a163cb68a852fb5ddba9f6129329259fe581b&lt;br /&gt;
  b0010000138800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000&lt;br /&gt;
  {&amp;quot;event&amp;quot;:&amp;quot;pause_connection_for_duration&amp;quot;, &amp;quot;origin&amp;quot;:&amp;quot;MainChannelSender&amp;quot;, &amp;quot;pause_until&amp;quot;:1411588017.319312, &amp;quot;time&amp;quot;:&amp;quot;2014-09-24 19:46:52&amp;quot;}&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
The first 2 bytes of all radio messages indicate the message type, or RID. This is 'b001' for the packets above. &lt;br /&gt;
==== The first signs of communication with the badge ====&lt;br /&gt;
Once you have reached this far the badge network should be sending messages which will be picked up by the badge. Turn on badge, wait for a minute or two and then press up/down button to refresh the display. With any luck the &amp;quot;Welcome&amp;quot; at the top of the screen will be replaced with the current time and some status messages will appear at the bottom of the screen showing a randomly generated gateway ID and the radio signal strength.&lt;br /&gt;
&lt;br /&gt;
=== Update public key in badge firmware ===&lt;br /&gt;
During one of the earlier steps we generated a random key for the radio messages in this badge network. The default badge firmware only trusts messages signed by the official EMF camp signing key which we don't have. To get any further we need to update the public key in the badge firmware to make it trust the messages from your new MCP.&lt;br /&gt;
  cd ~/Mk2-Software/lib&lt;br /&gt;
  make keys.c&lt;br /&gt;
This will output the information you need to add to the firmware source code:&lt;br /&gt;
  &amp;lt;nowiki&amp;gt; # To make your badge trust messages signed by your&lt;br /&gt;
  # new key pair you must replace the public key in&lt;br /&gt;
  # EMF2014Config.h with:&lt;br /&gt;
  &lt;br /&gt;
  const uint8_t EMF_PUBLIC_KEY[40] = {&lt;br /&gt;
    ... lots of hex numbers ...&lt;br /&gt;
  };&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Open the EMF2014Config.h from the Mk2-Firmware/EMD2014 sketch. Find and replace the EMF_PUBLIC_KEY with the one that was printed above. Open the arduino IDE, connect your badge to via USB, build &amp;amp; flash the new firmware.&lt;br /&gt;
&lt;br /&gt;
=== Registering the badge on the network ===&lt;br /&gt;
After you have installed the firmware above the badge will reboot. Wait a few minutes and this time the badge should register itself to the network. The output on the gateway program should show it receiving messages from the badge, beginning &amp;quot;9002...&amp;quot;. These messages are the badge requesting a badge ID from the MCP:&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
  2014-09-24 20:08:37,274 - UsbRadios - DEBUG - Packet send via radio 0: 26100&lt;br /&gt;
  2014-09-24 20:08:42,274 - UsbRadios - DEBUG - Packet send via radio 0: 26200&lt;br /&gt;
  2014-09-24 20:08:47,274 - UsbRadios - DEBUG - Packet send via radio 0: 26300&lt;br /&gt;
  2014-09-24 20:08:50,303 - Gateway - DEBUG - Received packet with rssi -42: 0a&lt;br /&gt;
  2014-09-24 20:08:52,273 - UsbRadios - DEBUG - Packet send via radio 0: 26400&lt;br /&gt;
  2014-09-24 20:08:56,250 - Gateway - DEBUG - Received packet with rssi -42: 90020000203132503834353631343031333030360000000000000000000000000000000000000000000000000000000000000000000000000000&lt;br /&gt;
  2014-09-24 20:08:58,274 - UsbRadios - DEBUG - Packet send via radio 0: 26500&lt;br /&gt;
  2014-09-24 20:09:01,825 - Gateway - DEBUG - Received packet with rssi -42: 90020000203132503834353631343031333030360000000000000000000000000000000000000000000000000000000000000000000000000000&lt;br /&gt;
  2014-09-24 20:09:03,274 - UsbRadios - DEBUG - Packet send via radio 0: 26600&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
The MCP window should show it transmitting the signed response packets starting &amp;quot;b002...&amp;quot;&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
  b002000000268f1f16ee0a4f5fe7dcb4a69bacdc0f4038c87d368dc2527a26fe7f86a232e0804bf10645afe414a90d122d8241e200f464f2d7cf&lt;br /&gt;
  b0022031325038343536313430313330303600010000000000000000000000000000000000000000000000000000000000000000000000000000&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you now select the BadeID app on your TiLDA then it should now say that it has been assigned badge ID EMF0001.&lt;br /&gt;
&lt;br /&gt;
=== Setting the name on your badge ===&lt;br /&gt;
Each badge has a unique hardware ID which was programned into the CPU by Atmel. This hardware ID is sent to the MCP when the badge asks it to assign a badge ID. This unique hardware ID ensures that you will get the same badge ID each time you reset the badge. The MCP store this in the 'badge' table in the database:&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
  pi@raspberrypi ~ $ psql schedule&lt;br /&gt;
  psql (9.1.13)&lt;br /&gt;
  Type &amp;quot;help&amp;quot; for help.&lt;br /&gt;
  &lt;br /&gt;
  schedule=&amp;gt; select * from badge;&lt;br /&gt;
   id |               hwid               | date | gwid &lt;br /&gt;
  ----+----------------------------------+------+------&lt;br /&gt;
    1 | 20313250383435363134303133303036 |      |    1&lt;br /&gt;
  (1 row)&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
The badgeID app mentions registering on a web page but we don't have this available. Instead you can add your name and nickname directly into the database and the MCP will tell your badge to display this name next time it registers. You can personalize the name and nickname however the LCD can only display strings of up to 10 characters. The EMF0001 badge ID is the one that your badge should have obtained earlier.&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
  schedule=&amp;gt; INSERT INTO &amp;quot;user&amp;quot; VALUES ( 'My Name', 'Nickname', 'EMF0001' );&lt;br /&gt;
  INSERT 0 1&lt;br /&gt;
  schedule=&amp;gt; \q&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
To make your badge learn this new name you must hit reset and wait for it to acquire its badge ID again, check this in the badge app. Now return to the home screen and hold the badge vertically, like it is hanging on a lanyard, with the two large holes in the PCB at the top. When the EMF logo appears your name should now be shown at the top of the screen.&lt;br /&gt;
&lt;br /&gt;
== Using the badge network ==&lt;br /&gt;
=== Web interface ===&lt;br /&gt;
The MCP software runs a web interface and API on port 8888, point your web browser at:&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;http://RPi-IP-Address:8888/index.html&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notification messages ===&lt;br /&gt;
The badges and network have the ability to send a text message to a specific badge, or to all badges. The command below sends a message to all badges and this should appear on your badge after a few seconds delay:&lt;br /&gt;
  cd ~/Mk2-Software/emfbroadcaster&lt;br /&gt;
  ./flashmsg.py &amp;quot;Hello from my DIY badge network&amp;quot;&lt;br /&gt;
Or a message to a specific badge number:&lt;br /&gt;
  ./dm.py 1 &amp;quot;message to badge one&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Weather ===&lt;br /&gt;
The &amp;lt;code&amp;gt;weather.py&amp;lt;/code&amp;gt; script will send weather updates but you must register for a Met Office API key and place this in the &amp;lt;code&amp;gt;~/Mk2-Software/etc/secret_config.json&amp;lt;/code&amp;gt; file.&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
The &amp;lt;code&amp;gt;schedule.py&amp;lt;/code&amp;gt; script broadcasts schedule update to the badge. This requires additional information to be added to an 'event' table in the database. There is currently no documentation on how to do this.&lt;br /&gt;
&lt;br /&gt;
== Ideas and areas for improvement ==&lt;br /&gt;
* The badge notification messages include LED and sound fields to make the user aware of the alert but these are not implemented in badge firmware.&lt;br /&gt;
* The badge sends a packet on RID 9004 which indicates its battery status. Currently the MCP prints a message saying it received this but does nothing else with it. It might be interesting to log the battery information and RSSI into a file or database as an example of how to collect data from the badges.&lt;br /&gt;
* Enhance the EMFTris and Snake apps to tell the MCP about the highscores. Record in a log and create a web page showing the highscores for each badge. &lt;br /&gt;
* The current badge architecture was designed around the needs of a large distributed system. In an isolated network it would be nice to have a special mode which works with just a single radio. Or perhaps send the data to the badge via the USB serial so no radio is necessary at all.&lt;br /&gt;
* Add a voting app which broadcasts a question to all badges, shows the choices on the screen and uses a button to select. Send the response back to the MCP and display the results on a web page.&lt;br /&gt;
* The original Mk2-Software relies on a special radio firmware mode 'ATZD3' which indicates the end of paket boundary and RSSI. This firmware was specially made by Ciseco for EMFCamp and this feature is not present in the standard radios. The forked Mk2-Software has some tweaks to make it work with the standard firmware but this lacks the RSSI information and may not work with multiple badges. It might be possible to use one of the other radio debug modes (ATZD1 or ATZD2) which the public firmware supports to provide the same information as ATZD3.&lt;/div&gt;</summary>
		<author><name>W1bble</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2014/w/index.php?title=Memories&amp;diff=3751</id>
		<title>Memories</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2014/w/index.php?title=Memories&amp;diff=3751"/>
		<updated>2014-09-30T20:18:36Z</updated>

		<summary type="html">&lt;p&gt;W1bble: /* Photos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{link-banner}}&lt;br /&gt;
Please add links to any photos, videos, etc. of EMF2014 you have ([https://wiki-archive.emfcamp.org/2012/articles/d/o/c/Documentation.html like we did in 2012]).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Please add links in the following format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*[https://www.emfcamp.org EMF Website]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This would look like:&lt;br /&gt;
&lt;br /&gt;
*[https://www.emfcamp.org EMF Website]&lt;br /&gt;
&lt;br /&gt;
==Before Event==&lt;br /&gt;
Set up, planning, etc.&lt;br /&gt;
&lt;br /&gt;
===Articles/Blogs===&lt;br /&gt;
*[http://hackaday.com/2014/08/16/tilda-mke-the-emf-2014-badge/ Hackaday on the badge]&lt;br /&gt;
*[http://makezine.com/2014/08/15/the-amazing-emf-conference-badge/ Make magazine on the badge]&lt;br /&gt;
*[http://www.arrl.org/news/view/emf-2014-it-takes-an-amateur-radio-village ARRL: It Takes an Amateur Radio Village]&lt;br /&gt;
*[http://www.element14.com/community/groups/maker-hacker-inventor-and-hobbyist/content?filterID=contentstatus%5Bpublished%5D~language~language%5Bcpl%5D&amp;amp;query=emfcamp: Element14 Community Blog Replications]&lt;br /&gt;
*[http://http://www.webtrickery.com/emf-2014/ @w1bble Blog post with a few pics of before / during / after EMF]&lt;br /&gt;
&lt;br /&gt;
===Photos===&lt;br /&gt;
*[https://www.flickr.com/photos/chaoticeunoia/15047294495/ Kitty's photographs incl take down]&lt;br /&gt;
*[https://wiki.sonologic.net/Images/EMF2014 gmc's crappy phone cam pics]&lt;br /&gt;
*[https://plus.google.com/u/0/photos/104882304117764204022/albums/6055585085939539041 OXHACK putting the E in emc]&lt;br /&gt;
*[http://http://www.webtrickery.com/emf-2014/ @w1bble's few pics of before / during / after EMF]&lt;br /&gt;
&lt;br /&gt;
===Videos===&lt;br /&gt;
&lt;br /&gt;
==During Event==&lt;br /&gt;
The event itself.&lt;br /&gt;
&lt;br /&gt;
===Articles/Blogs===&lt;br /&gt;
*[http://www.bbc.co.uk/news/technology-29011895 Manic Modder: Inside Ben Heck's world of bonsai computing (BBC)]&lt;br /&gt;
*[http://www.bbc.co.uk/news/technology-29011889 Electromagnetic Field: Can geeks get kids into science? (BBC)]&lt;br /&gt;
*[http://www.theguardian.com/technology/2014/sep/03/electromagnetic-field-camp-emfcamp-drones-arduino-burning-man Electromagnetic Field: the UK's Burning Man? (The Guardian)]&lt;br /&gt;
*[https://storify.com/pikesley/things-i-overheard-at-emf-camp-2014 Overheard at EMF2014]&lt;br /&gt;
*[https://storify.com/pikesley/how-to-emf How to EMF]&lt;br /&gt;
*[http://motherboard.vice.com/read/the-emojli-creators-say-you-shouldnt-make-an-app The Creators of Emojli: Don't Build an App (Motherboard/Vice)]&lt;br /&gt;
*[http://motherboard.vice.com/read/inside-uks-electromagnetic-field-festival Not Your 'Traditional Hacker Camp': Inside Electromagnetic Field Festival (Motherboard/Vice)]&lt;br /&gt;
*[http://motherboard.vice.com/read/a-call-for-geeks-to-hijack-politics The British MP Who Wants Geeks to Hijack the Politics of Surveillance (Motherboard/Vice)]&lt;br /&gt;
*[http://jhaand.nl/2014/09/emf2014-electro-magnetic-fields-hacker-festival-2014/ #EMF2014 (ELECTRO MAGNETIC FIELDS HACKER FESTIVAL 2014)]&lt;br /&gt;
*[http://squirmelia.livejournal.com/453051.html Glitch Art Workshop]&lt;br /&gt;
*[http://www.mscroggs.co.uk/blog/12 MScroggs' Flexagons talk]&lt;br /&gt;
*[http://shadow.cat/blog/mark-keating/2014/13-emf/ EMF Memories]&lt;br /&gt;
*[http://motherboard.vice.com/read/the-maker-movement-is-leaving-a-trail-of-tiny-plastic-rabbits-in-its-wake The Maker Movement is Leaving a Trail of Tiny Plastic Rabbits in its Wake]&lt;br /&gt;
&lt;br /&gt;
===Photos===&lt;br /&gt;
If you have uploaded any photos to Flickr, we would love if you also add them to the group - [https://flic.kr/g/pGAy6]&lt;br /&gt;
&lt;br /&gt;
*[https://plus.google.com/photos/113943934552095226264/albums/6054537668273419873 Saturday] - [[User:TCMSLP|TCMSLP]]&lt;br /&gt;
*[https://twitter.com/search?q=emfcamp&amp;amp;src=typd&amp;amp;mode=photos Twitter photos]&lt;br /&gt;
*[https://plus.google.com/photos/+MatthewCopperwaite/albums/6053636538009652657 Friday] [https://plus.google.com/photos/+MatthewCopperwaite/albums/6053636954715546161 Saturday] [https://plus.google.com/u/0/photos/+MatthewCopperwaite/albums/6054110412172875841 Sunday] - [[User:YaMatt|YaMatt]] ([[User talk:YaMatt|talk]])&lt;br /&gt;
*[https://plus.google.com/photos/112777126606198038716/albums/6054213887214967841?authkey=CJinnqObgtShMw Various photos including Kite mapping, The Grid and drone wars]&lt;br /&gt;
*[https://www.flickr.com/photos/matstace/sets/72157647043339236/ matstace's flickr ]&lt;br /&gt;
*[https://plus.google.com/u/0/b/107012837690078606602/photos/107012837690078606602/albums/6054051185457665105 LPRS &amp;amp; The Real Wireless Mike]&lt;br /&gt;
* [[Installations:TheGrid|TheGrid]]: I (Cillian) will retweet everything I can find at [https://twitter.com/__thegrid].&lt;br /&gt;
* some photospheres: [http://bit.ly/1lwrv26]  [http://bit.ly/1redupW]  [http://bit.ly/W6ukuE]  [http://bit.ly/W6umCI] [http://bit.ly/1tK8NXx]&lt;br /&gt;
* [https://www.flickr.com/photos/barnoid/sets/72157646690458589 Barnoid's photos]&lt;br /&gt;
* [https://www.flickr.com/photos/nicecupoftea/sets/72157647140464951/ Libby's photos]&lt;br /&gt;
* [https://www.flickr.com/photos/choffee/sets/72157646533985179/ Choffee's photos]&lt;br /&gt;
* [https://wiki.sonologic.net/Images/EMF2014 gmc's crappy phone cam pics]&lt;br /&gt;
* [https://www.flickr.com/photos/nottinghack/sets/72157646710169057/ nottinghack flickr stuff]&lt;br /&gt;
* [https://www.flickr.com/photos/sophigarrett/sets/72157646845220777 Sophie's photos]&lt;br /&gt;
* [https://foto.pho.be/20140904-emfetc/ murble's photos]&lt;br /&gt;
* [https://www.flickr.com/photos/stanto/sets/72157647239775945 [[User:Stanto]]'s pics]&lt;br /&gt;
* [https://www.flickr.com/photos/chaoticeunoia/sets/72157646903781435 [[User:Maow]]'s photos]&lt;br /&gt;
* [https://www.flickr.com/photos/unnamedculprit/sets/72157646813614377/ Matt Gray's photos]&lt;br /&gt;
* [http://fotos.hq.phicoh.net/emfcamp2014/ Phicoh's photos]&lt;br /&gt;
*[http://skippy.org.uk/hacman-hits-emf-2014/ HACman hits EMF 2014 Skippy's Random Ramblings]&lt;br /&gt;
*[https://plus.google.com/photos/104753983975472200241/albums/6055964521070184017 Jarkman's photos]&lt;br /&gt;
* [https://www.google.co.uk/maps/place/Bletchley/@51.966934,-0.79379,3a,75y,57.89h,88.07t/data=!3m5!1e1!3m3!1sFO0ZbJLF2jEAAAQYCZD53A!2e0!3e11!4m2!3m1!1s0x487655170067b787:0x6ce4726b7fb4281 Amateur Radio Village Photoshere] by Paul [[User:M0TZO|M0TZO]]&lt;br /&gt;
&lt;br /&gt;
===Videos===&lt;br /&gt;
* [http://www.bbc.co.uk/news/technology-29011898 The most future-proof profession? (BBC)]&lt;br /&gt;
* [https://www.youtube.com/watch?v=wfy_zdZbTUI Laser cutter - Just Add Sharks]&lt;br /&gt;
* [https://www.flickr.com/photos/barnoid/14905261730/ TOG Duck vs BigHak Race]&lt;br /&gt;
* [https://www.youtube.com/watch?v=tualAybVbT4 Camp Holland Timelapse]&lt;br /&gt;
* [[Installations:TheGrid|TheGrid]]: [https://www.youtube.com/watch?v=bbUKrVY6BFA Me] ([[User:Pikesley|Pikesley]]) (also [http://share.gifyoutube.com/YO1GMG.gif as a gif]), and [https://vine.co/v/OB5z299EjUW Ulrich] ([[User:Rico|Rico]])&lt;br /&gt;
* [https://www.flickr.com/photos/barnoid/15115548641/ Arriving on golf cart trailer]&lt;br /&gt;
* [https://www.youtube.com/watch?v=K_kjqArTKww Bar Bot]&lt;br /&gt;
* [https://www.youtube.com/watch?v=kcrgaEGLusY More Bar Bot]&lt;br /&gt;
* [https://www.youtube.com/watch?v=8XTEpqlPzjE EMF Camp Saturday Aerial Tour]&lt;br /&gt;
* [https://www.youtube.com/watch?v=TCpmI0c8jZ8 EMF Camp Setup Aerial Tour and Crash]&lt;br /&gt;
* [https://www.youtube.com/watch?v=DFlOloCsxuA Rabbit The Soul Eater]&lt;br /&gt;
* [https://www.youtube.com/watch?v=x5KH4bUt8X8 Tom Scott's bit on the alcohol fogger]&lt;br /&gt;
* [https://www.youtube.com/watch?v=8CESVHwJ95Q Ben Heck's Extreme Camping Chair Episode] [25min] [[https://www.youtube.com/watch?v=BzgWG-AOSMk Trailer]]&lt;br /&gt;
* [https://www.youtube.com/watch?v=GsyhGHUEt-k Emojli: Behind the Scenes and Why You Should Never Build An App]&lt;br /&gt;
&lt;br /&gt;
===Audio Recordings===&lt;br /&gt;
* &amp;quot;Spray Whisky On Me&amp;quot; EMFM Radio Show: it is doubtful we can publish the copyrighted songs but I hope to edit a copy of the 2am Sunday morning show when it is available.&lt;/div&gt;</summary>
		<author><name>W1bble</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2014/w/index.php?title=Memories&amp;diff=3750</id>
		<title>Memories</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2014/w/index.php?title=Memories&amp;diff=3750"/>
		<updated>2014-09-30T20:17:50Z</updated>

		<summary type="html">&lt;p&gt;W1bble: /* Articles/Blogs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{link-banner}}&lt;br /&gt;
Please add links to any photos, videos, etc. of EMF2014 you have ([https://wiki-archive.emfcamp.org/2012/articles/d/o/c/Documentation.html like we did in 2012]).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Please add links in the following format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*[https://www.emfcamp.org EMF Website]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This would look like:&lt;br /&gt;
&lt;br /&gt;
*[https://www.emfcamp.org EMF Website]&lt;br /&gt;
&lt;br /&gt;
==Before Event==&lt;br /&gt;
Set up, planning, etc.&lt;br /&gt;
&lt;br /&gt;
===Articles/Blogs===&lt;br /&gt;
*[http://hackaday.com/2014/08/16/tilda-mke-the-emf-2014-badge/ Hackaday on the badge]&lt;br /&gt;
*[http://makezine.com/2014/08/15/the-amazing-emf-conference-badge/ Make magazine on the badge]&lt;br /&gt;
*[http://www.arrl.org/news/view/emf-2014-it-takes-an-amateur-radio-village ARRL: It Takes an Amateur Radio Village]&lt;br /&gt;
*[http://www.element14.com/community/groups/maker-hacker-inventor-and-hobbyist/content?filterID=contentstatus%5Bpublished%5D~language~language%5Bcpl%5D&amp;amp;query=emfcamp: Element14 Community Blog Replications]&lt;br /&gt;
*[http://http://www.webtrickery.com/emf-2014/ @w1bble Blog post with a few pics of before / during / after EMF]&lt;br /&gt;
&lt;br /&gt;
===Photos===&lt;br /&gt;
*[https://www.flickr.com/photos/chaoticeunoia/15047294495/ Kitty's photographs incl take down]&lt;br /&gt;
*[https://wiki.sonologic.net/Images/EMF2014 gmc's crappy phone cam pics]&lt;br /&gt;
*[https://plus.google.com/u/0/photos/104882304117764204022/albums/6055585085939539041 OXHACK putting the E in emc] &lt;br /&gt;
===Videos===&lt;br /&gt;
&lt;br /&gt;
==During Event==&lt;br /&gt;
The event itself.&lt;br /&gt;
&lt;br /&gt;
===Articles/Blogs===&lt;br /&gt;
*[http://www.bbc.co.uk/news/technology-29011895 Manic Modder: Inside Ben Heck's world of bonsai computing (BBC)]&lt;br /&gt;
*[http://www.bbc.co.uk/news/technology-29011889 Electromagnetic Field: Can geeks get kids into science? (BBC)]&lt;br /&gt;
*[http://www.theguardian.com/technology/2014/sep/03/electromagnetic-field-camp-emfcamp-drones-arduino-burning-man Electromagnetic Field: the UK's Burning Man? (The Guardian)]&lt;br /&gt;
*[https://storify.com/pikesley/things-i-overheard-at-emf-camp-2014 Overheard at EMF2014]&lt;br /&gt;
*[https://storify.com/pikesley/how-to-emf How to EMF]&lt;br /&gt;
*[http://motherboard.vice.com/read/the-emojli-creators-say-you-shouldnt-make-an-app The Creators of Emojli: Don't Build an App (Motherboard/Vice)]&lt;br /&gt;
*[http://motherboard.vice.com/read/inside-uks-electromagnetic-field-festival Not Your 'Traditional Hacker Camp': Inside Electromagnetic Field Festival (Motherboard/Vice)]&lt;br /&gt;
*[http://motherboard.vice.com/read/a-call-for-geeks-to-hijack-politics The British MP Who Wants Geeks to Hijack the Politics of Surveillance (Motherboard/Vice)]&lt;br /&gt;
*[http://jhaand.nl/2014/09/emf2014-electro-magnetic-fields-hacker-festival-2014/ #EMF2014 (ELECTRO MAGNETIC FIELDS HACKER FESTIVAL 2014)]&lt;br /&gt;
*[http://squirmelia.livejournal.com/453051.html Glitch Art Workshop]&lt;br /&gt;
*[http://www.mscroggs.co.uk/blog/12 MScroggs' Flexagons talk]&lt;br /&gt;
*[http://shadow.cat/blog/mark-keating/2014/13-emf/ EMF Memories]&lt;br /&gt;
*[http://motherboard.vice.com/read/the-maker-movement-is-leaving-a-trail-of-tiny-plastic-rabbits-in-its-wake The Maker Movement is Leaving a Trail of Tiny Plastic Rabbits in its Wake]&lt;br /&gt;
&lt;br /&gt;
===Photos===&lt;br /&gt;
If you have uploaded any photos to Flickr, we would love if you also add them to the group - [https://flic.kr/g/pGAy6]&lt;br /&gt;
&lt;br /&gt;
*[https://plus.google.com/photos/113943934552095226264/albums/6054537668273419873 Saturday] - [[User:TCMSLP|TCMSLP]]&lt;br /&gt;
*[https://twitter.com/search?q=emfcamp&amp;amp;src=typd&amp;amp;mode=photos Twitter photos]&lt;br /&gt;
*[https://plus.google.com/photos/+MatthewCopperwaite/albums/6053636538009652657 Friday] [https://plus.google.com/photos/+MatthewCopperwaite/albums/6053636954715546161 Saturday] [https://plus.google.com/u/0/photos/+MatthewCopperwaite/albums/6054110412172875841 Sunday] - [[User:YaMatt|YaMatt]] ([[User talk:YaMatt|talk]])&lt;br /&gt;
*[https://plus.google.com/photos/112777126606198038716/albums/6054213887214967841?authkey=CJinnqObgtShMw Various photos including Kite mapping, The Grid and drone wars]&lt;br /&gt;
*[https://www.flickr.com/photos/matstace/sets/72157647043339236/ matstace's flickr ]&lt;br /&gt;
*[https://plus.google.com/u/0/b/107012837690078606602/photos/107012837690078606602/albums/6054051185457665105 LPRS &amp;amp; The Real Wireless Mike]&lt;br /&gt;
* [[Installations:TheGrid|TheGrid]]: I (Cillian) will retweet everything I can find at [https://twitter.com/__thegrid].&lt;br /&gt;
* some photospheres: [http://bit.ly/1lwrv26]  [http://bit.ly/1redupW]  [http://bit.ly/W6ukuE]  [http://bit.ly/W6umCI] [http://bit.ly/1tK8NXx]&lt;br /&gt;
* [https://www.flickr.com/photos/barnoid/sets/72157646690458589 Barnoid's photos]&lt;br /&gt;
* [https://www.flickr.com/photos/nicecupoftea/sets/72157647140464951/ Libby's photos]&lt;br /&gt;
* [https://www.flickr.com/photos/choffee/sets/72157646533985179/ Choffee's photos]&lt;br /&gt;
* [https://wiki.sonologic.net/Images/EMF2014 gmc's crappy phone cam pics]&lt;br /&gt;
* [https://www.flickr.com/photos/nottinghack/sets/72157646710169057/ nottinghack flickr stuff]&lt;br /&gt;
* [https://www.flickr.com/photos/sophigarrett/sets/72157646845220777 Sophie's photos]&lt;br /&gt;
* [https://foto.pho.be/20140904-emfetc/ murble's photos]&lt;br /&gt;
* [https://www.flickr.com/photos/stanto/sets/72157647239775945 [[User:Stanto]]'s pics]&lt;br /&gt;
* [https://www.flickr.com/photos/chaoticeunoia/sets/72157646903781435 [[User:Maow]]'s photos]&lt;br /&gt;
* [https://www.flickr.com/photos/unnamedculprit/sets/72157646813614377/ Matt Gray's photos]&lt;br /&gt;
* [http://fotos.hq.phicoh.net/emfcamp2014/ Phicoh's photos]&lt;br /&gt;
*[http://skippy.org.uk/hacman-hits-emf-2014/ HACman hits EMF 2014 Skippy's Random Ramblings]&lt;br /&gt;
*[https://plus.google.com/photos/104753983975472200241/albums/6055964521070184017 Jarkman's photos]&lt;br /&gt;
* [https://www.google.co.uk/maps/place/Bletchley/@51.966934,-0.79379,3a,75y,57.89h,88.07t/data=!3m5!1e1!3m3!1sFO0ZbJLF2jEAAAQYCZD53A!2e0!3e11!4m2!3m1!1s0x487655170067b787:0x6ce4726b7fb4281 Amateur Radio Village Photoshere] by Paul [[User:M0TZO|M0TZO]]&lt;br /&gt;
&lt;br /&gt;
===Videos===&lt;br /&gt;
* [http://www.bbc.co.uk/news/technology-29011898 The most future-proof profession? (BBC)]&lt;br /&gt;
* [https://www.youtube.com/watch?v=wfy_zdZbTUI Laser cutter - Just Add Sharks]&lt;br /&gt;
* [https://www.flickr.com/photos/barnoid/14905261730/ TOG Duck vs BigHak Race]&lt;br /&gt;
* [https://www.youtube.com/watch?v=tualAybVbT4 Camp Holland Timelapse]&lt;br /&gt;
* [[Installations:TheGrid|TheGrid]]: [https://www.youtube.com/watch?v=bbUKrVY6BFA Me] ([[User:Pikesley|Pikesley]]) (also [http://share.gifyoutube.com/YO1GMG.gif as a gif]), and [https://vine.co/v/OB5z299EjUW Ulrich] ([[User:Rico|Rico]])&lt;br /&gt;
* [https://www.flickr.com/photos/barnoid/15115548641/ Arriving on golf cart trailer]&lt;br /&gt;
* [https://www.youtube.com/watch?v=K_kjqArTKww Bar Bot]&lt;br /&gt;
* [https://www.youtube.com/watch?v=kcrgaEGLusY More Bar Bot]&lt;br /&gt;
* [https://www.youtube.com/watch?v=8XTEpqlPzjE EMF Camp Saturday Aerial Tour]&lt;br /&gt;
* [https://www.youtube.com/watch?v=TCpmI0c8jZ8 EMF Camp Setup Aerial Tour and Crash]&lt;br /&gt;
* [https://www.youtube.com/watch?v=DFlOloCsxuA Rabbit The Soul Eater]&lt;br /&gt;
* [https://www.youtube.com/watch?v=x5KH4bUt8X8 Tom Scott's bit on the alcohol fogger]&lt;br /&gt;
* [https://www.youtube.com/watch?v=8CESVHwJ95Q Ben Heck's Extreme Camping Chair Episode] [25min] [[https://www.youtube.com/watch?v=BzgWG-AOSMk Trailer]]&lt;br /&gt;
* [https://www.youtube.com/watch?v=GsyhGHUEt-k Emojli: Behind the Scenes and Why You Should Never Build An App]&lt;br /&gt;
&lt;br /&gt;
===Audio Recordings===&lt;br /&gt;
* &amp;quot;Spray Whisky On Me&amp;quot; EMFM Radio Show: it is doubtful we can publish the copyrighted songs but I hope to edit a copy of the 2am Sunday morning show when it is available.&lt;/div&gt;</summary>
		<author><name>W1bble</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2014/w/index.php?title=EMF_Milliways_Dome_Pledge&amp;diff=2926</id>
		<title>EMF Milliways Dome Pledge</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2014/w/index.php?title=EMF_Milliways_Dome_Pledge&amp;diff=2926"/>
		<updated>2014-08-25T17:04:25Z</updated>

		<summary type="html">&lt;p&gt;W1bble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;At every hacker/maker camp in europe you'll find Milliways, the restaurant at the end of the universe. Or in our case the end of the field.&lt;br /&gt;
&lt;br /&gt;
Milliways are a volunteer run kitchen who tour around the camps cooking for anybody who wants food in return for donations. They have a full kitchen and even bake bread in the middle of the camp! This year Milliways are helping EMF by providing food and cooking equipment to all our set-up and tear-down volunteers, as well as reprising their usual role as a fun place to hang out and get fed. In return, EMF is providing a large marquee for them.&lt;br /&gt;
&lt;br /&gt;
Milliways have an AWESOME giant geodesic dome they bring to the camps to use as shelter - both for people eating, and for people to relax under in the evening. They're bringing it over from Germany but it costs a lot of money to do so. We'd really like to help them out but the EMF budget is totally exhausted, so we're having a whip-round to try and raise a bit more money.&lt;br /&gt;
&lt;br /&gt;
If you'd like to sit under a massive geodesic dome and drink beer next weekend, please donate a little money to the cause.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Plan:''' Try and raise some money to help cover Milliways costs bringing over a huge geodesic dome&lt;br /&gt;
&lt;br /&gt;
'''Costings:''' They're already paying for it, but we'd like to raise £500 to help them out&lt;br /&gt;
&lt;br /&gt;
'''Pledges''' (please edit to add your support)&lt;br /&gt;
* £25 - Jontyw&lt;br /&gt;
* £20 - Jane C&lt;br /&gt;
* £5 - [[User:Msemtd|Michael Erskine]]&lt;br /&gt;
* £50 - [[User:Ms7821|Mark]]&lt;br /&gt;
* £20 - [[User:ens|ens]]&lt;br /&gt;
* £30 - Crypt&lt;br /&gt;
* £10 - [[User:Markp]]&lt;br /&gt;
* £25 - Cathy A&lt;br /&gt;
* £20 - Rich C&lt;br /&gt;
* £10 - [[User:Dpslwk|Matt L]]&lt;br /&gt;
* £20 - SleepyCal (Cal Leeming)&lt;br /&gt;
* £25 - [[User:Sde|Steve E]]&lt;br /&gt;
* £50 - Nigle&lt;br /&gt;
* £10 - [[User:Sling|Sling]]&lt;br /&gt;
* £15 - Jasper&lt;br /&gt;
* £20 - [[User:df|df]]&lt;br /&gt;
* £20 - [[User:w1bble]]&lt;br /&gt;
&lt;br /&gt;
'''Total: £375'''&lt;/div&gt;</summary>
		<author><name>W1bble</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2014/w/index.php?title=EMF_Milliways_Dome_Pledge&amp;diff=2925</id>
		<title>EMF Milliways Dome Pledge</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2014/w/index.php?title=EMF_Milliways_Dome_Pledge&amp;diff=2925"/>
		<updated>2014-08-25T17:03:27Z</updated>

		<summary type="html">&lt;p&gt;W1bble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;At every hacker/maker camp in europe you'll find Milliways, the restaurant at the end of the universe. Or in our case the end of the field.&lt;br /&gt;
&lt;br /&gt;
Milliways are a volunteer run kitchen who tour around the camps cooking for anybody who wants food in return for donations. They have a full kitchen and even bake bread in the middle of the camp! This year Milliways are helping EMF by providing food and cooking equipment to all our set-up and tear-down volunteers, as well as reprising their usual role as a fun place to hang out and get fed. In return, EMF is providing a large marquee for them.&lt;br /&gt;
&lt;br /&gt;
Milliways have an AWESOME giant geodesic dome they bring to the camps to use as shelter - both for people eating, and for people to relax under in the evening. They're bringing it over from Germany but it costs a lot of money to do so. We'd really like to help them out but the EMF budget is totally exhausted, so we're having a whip-round to try and raise a bit more money.&lt;br /&gt;
&lt;br /&gt;
If you'd like to sit under a massive geodesic dome and drink beer next weekend, please donate a little money to the cause.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Plan:''' Try and raise some money to help cover Milliways costs bringing over a huge geodesic dome&lt;br /&gt;
&lt;br /&gt;
'''Costings:''' They're already paying for it, but we'd like to raise £500 to help them out&lt;br /&gt;
&lt;br /&gt;
'''Pledges''' (please edit to add your support)&lt;br /&gt;
* £25 - Jontyw&lt;br /&gt;
* £20 - Jane C&lt;br /&gt;
* £5 - [[User:Msemtd|Michael Erskine]]&lt;br /&gt;
* £50 - [[User:Ms7821|Mark]]&lt;br /&gt;
* £20 - [[User:ens|ens]]&lt;br /&gt;
* £30 - Crypt&lt;br /&gt;
* £10 - [[User:Markp]]&lt;br /&gt;
* £25 - Cathy A&lt;br /&gt;
* £20 - Rich C&lt;br /&gt;
* £10 - [[User:Dpslwk|Matt L]]&lt;br /&gt;
* £20 - SleepyCal (Cal Leeming)&lt;br /&gt;
* £25 - [[User:Sde|Steve E]]&lt;br /&gt;
* £50 - Nigle&lt;br /&gt;
* £10 - [[User:Sling|Sling]]&lt;br /&gt;
* £15 - Jasper&lt;br /&gt;
* £20 - [[User:df|df]]&lt;br /&gt;
* £20 - [[User:w1bble:w1bble]]&lt;br /&gt;
&lt;br /&gt;
'''Total: £375'''&lt;/div&gt;</summary>
		<author><name>W1bble</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2014/w/index.php?title=EMF_Milliways_Dome_Pledge&amp;diff=2924</id>
		<title>EMF Milliways Dome Pledge</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2014/w/index.php?title=EMF_Milliways_Dome_Pledge&amp;diff=2924"/>
		<updated>2014-08-25T17:02:43Z</updated>

		<summary type="html">&lt;p&gt;W1bble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;At every hacker/maker camp in europe you'll find Milliways, the restaurant at the end of the universe. Or in our case the end of the field.&lt;br /&gt;
&lt;br /&gt;
Milliways are a volunteer run kitchen who tour around the camps cooking for anybody who wants food in return for donations. They have a full kitchen and even bake bread in the middle of the camp! This year Milliways are helping EMF by providing food and cooking equipment to all our set-up and tear-down volunteers, as well as reprising their usual role as a fun place to hang out and get fed. In return, EMF is providing a large marquee for them.&lt;br /&gt;
&lt;br /&gt;
Milliways have an AWESOME giant geodesic dome they bring to the camps to use as shelter - both for people eating, and for people to relax under in the evening. They're bringing it over from Germany but it costs a lot of money to do so. We'd really like to help them out but the EMF budget is totally exhausted, so we're having a whip-round to try and raise a bit more money.&lt;br /&gt;
&lt;br /&gt;
If you'd like to sit under a massive geodesic dome and drink beer next weekend, please donate a little money to the cause.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Plan:''' Try and raise some money to help cover Milliways costs bringing over a huge geodesic dome&lt;br /&gt;
&lt;br /&gt;
'''Costings:''' They're already paying for it, but we'd like to raise £500 to help them out&lt;br /&gt;
&lt;br /&gt;
'''Pledges''' (please edit to add your support)&lt;br /&gt;
* £25 - Jontyw&lt;br /&gt;
* £20 - Jane C&lt;br /&gt;
* £5 - [[User:Msemtd|Michael Erskine]]&lt;br /&gt;
* £50 - [[User:Ms7821|Mark]]&lt;br /&gt;
* £20 - [[User:ens|ens]]&lt;br /&gt;
* £30 - Crypt&lt;br /&gt;
* £10 - [[User:Markp]]&lt;br /&gt;
* £25 - Cathy A&lt;br /&gt;
* £20 - Rich C&lt;br /&gt;
* £10 - [[User:Dpslwk|Matt L]]&lt;br /&gt;
* £20 - SleepyCal (Cal Leeming)&lt;br /&gt;
* £25 - [[User:Sde|Steve E]]&lt;br /&gt;
* £50 - Nigle&lt;br /&gt;
* £10 - [[User:Sling|Sling]]&lt;br /&gt;
* £15 - Jasper&lt;br /&gt;
* £20 - [[User:df|df]]&lt;br /&gt;
* £20 - [[User:w1bble]]&lt;br /&gt;
&lt;br /&gt;
'''Total: £375'''&lt;/div&gt;</summary>
		<author><name>W1bble</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2014/w/index.php?title=EMF_Arcade_Pledge&amp;diff=1398</id>
		<title>EMF Arcade Pledge</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2014/w/index.php?title=EMF_Arcade_Pledge&amp;diff=1398"/>
		<updated>2014-08-07T10:03:26Z</updated>

		<summary type="html">&lt;p&gt;W1bble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Have a small arcade at EMF ==&lt;br /&gt;
&lt;br /&gt;
tldr: I was wanting to bring arcades and pinball to EMF. Costs are horrifically expensive. Do people actually want the machines there and is anyone able/willing to help me out?&lt;br /&gt;
&lt;br /&gt;
After getting back from helping [http://http://www.northeastretrogaming.com/ North East Retro Gaming]'s second event ([https://plus.google.com/110911748620153984067/posts/isQP1xLLJk4 Photo's here]), I had the crazy idea of bringing some arcade machines camping with me.&lt;br /&gt;
&lt;br /&gt;
[http://awesomeretro.com/ Awesome Retro] are already bringing a van load of consoles over from the continent, so there's going to be plenty to play with, but I do kinda feel that some dedicated cabs and hopefully a pinball machine or two would be an immense addition.&lt;br /&gt;
&lt;br /&gt;
I have managed to beg and borrow enough machines from friends (mostly the lovely [http://www.retrogamesparty.co.uk/ Retro Games Party] lot) to fill a van, but logistic costs have rapidly gotten out of hand.&lt;br /&gt;
&lt;br /&gt;
I have been looking at using a tail-lift Luton box van, as it's the largest thing available without special license, and I'm hoping to squeeze between 9-12 machines into it.&lt;br /&gt;
&lt;br /&gt;
Renting a van + fuel for the week and hiring a man with a van, both work out about £660 to start in Leeds, head to Bolton to meet RGP and then down to EMF -and back again. The rental van has the downside of not coming with straps, which would potentially be a whole other megillah.&lt;br /&gt;
&lt;br /&gt;
EMF have very kindly to help out with some of the costs, but even with that, I'm still looking at being out of pocket £400 + ticket, which is somewhat out of my budget.&lt;br /&gt;
&lt;br /&gt;
After a [https://lists.emfcamp.org/pipermail/general/2014-August/000197.html very quick post and a couple of replies on the mailing list] it looks like other people think it's a crazy idea, and based on that, it should be done.&lt;br /&gt;
&lt;br /&gt;
'''''I'm asking people to pledge support for this mad plan, and hopefully even some money to help make this happen.''''' &lt;br /&gt;
&lt;br /&gt;
I'll leave off making a decision until the 13th (so that gives us a week) to gather pledges to confirm this is a very silly idea and that I'll actually be able to afford it.&lt;br /&gt;
Massive thank you in advance for your support :)&lt;br /&gt;
&lt;br /&gt;
'''Plan:'''&lt;br /&gt;
''Shove a minimum of 9 arcade machines and at least 1 pinball into as large a van as I can find and have them all on freeplay for the weekend.''&lt;br /&gt;
&lt;br /&gt;
'''Costings:'''&lt;br /&gt;
''£660 - Van + Fuel to get them delivered and collected from site.''&lt;br /&gt;
&lt;br /&gt;
Pledges (please edit to add your support)&lt;br /&gt;
* £250 -- EMF Camp Budget&lt;br /&gt;
* £100 -- GMC from Awesome Retro&lt;br /&gt;
* £ 50 -- JontyW&lt;br /&gt;
* £ 20 -- [[user:NAB|NAB]]&lt;br /&gt;
* £ 20 -- [[User:JasperWallace|Jasper]]&lt;br /&gt;
* £ 20 -- [[User:Jay|James]]&lt;br /&gt;
* £ 20 -- [[User:JimM|Jim M]]&lt;br /&gt;
* £ 20 -- [[User:w1bble|w1bble]]&lt;/div&gt;</summary>
		<author><name>W1bble</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2014/w/index.php?title=User:W1bble&amp;diff=697</id>
		<title>User:W1bble</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2014/w/index.php?title=User:W1bble&amp;diff=697"/>
		<updated>2014-06-19T19:00:14Z</updated>

		<summary type="html">&lt;p&gt;W1bble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;meh&lt;br /&gt;
&lt;br /&gt;
[http://twitter.com/w1bble @w1bble]&lt;br /&gt;
&lt;br /&gt;
http://www.webtrickery.com&lt;br /&gt;
&lt;br /&gt;
Local - [[Bletchley]]&lt;/div&gt;</summary>
		<author><name>W1bble</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2014/w/index.php?title=User:Lozarythmic&amp;diff=696</id>
		<title>User:Lozarythmic</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2014/w/index.php?title=User:Lozarythmic&amp;diff=696"/>
		<updated>2014-06-19T18:57:20Z</updated>

		<summary type="html">&lt;p&gt;W1bble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;lozarythmic@gmail.com&lt;br /&gt;
&lt;br /&gt;
Local geek, DJ, juggler, fire spinner, consumer of pies &amp;amp; pastries&lt;/div&gt;</summary>
		<author><name>W1bble</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2014/w/index.php?title=Bletchley&amp;diff=693</id>
		<title>Bletchley</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2014/w/index.php?title=Bletchley&amp;diff=693"/>
		<updated>2014-06-19T18:56:09Z</updated>

		<summary type="html">&lt;p&gt;W1bble: Created page with &amp;quot;Home of the codebreakers  http://www.bletchleypark.org Bletchley Park  Part of Milton Keynes but with more history and less roundabouts  Buckinghamshire, England&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Home of the codebreakers&lt;br /&gt;
&lt;br /&gt;
[[http://www.bletchleypark.org Bletchley Park]]&lt;br /&gt;
&lt;br /&gt;
Part of Milton Keynes but with more history and less roundabouts&lt;br /&gt;
&lt;br /&gt;
Buckinghamshire, England&lt;/div&gt;</summary>
		<author><name>W1bble</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2014/w/index.php?title=Volunteers&amp;diff=692</id>
		<title>Volunteers</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2014/w/index.php?title=Volunteers&amp;diff=692"/>
		<updated>2014-06-19T18:52:48Z</updated>

		<summary type="html">&lt;p&gt;W1bble: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{link-banner}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Don't put your name here unless you really mean it and don't edit other people's words without their permission.&lt;br /&gt;
&lt;br /&gt;
This is a page in addition to signing up to volunteer as part of the ticket buying process. Please make sure that you have bought a ticket and signed up using that method as the emails gathered there will be how we contact everyone. &lt;br /&gt;
&lt;br /&gt;
NOTE: unless you're volunteering as a first aider (and have confirmed ahead of time with the first aid team) you must buy a ticket.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|'''Wiki user'''||'''[[Volunteers/DrivingLicenceCategories|Driving licence categories]]&amp;lt;br/&amp;gt;(if willing to drive)'''||'''I'd like to'''||'''I'm willing to'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:NAB|NAB]]&lt;br /&gt;
|&lt;br /&gt;
B, BE, C1, C1E, D1, D1E (clean)&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
If I put &amp;quot;motorhome&amp;quot; and &amp;quot;marshalling&amp;quot;, it's because I meant &amp;quot;motorhome&amp;quot; and &amp;quot;marshalling&amp;quot;.&lt;br /&gt;
If I had meant &amp;quot;motor-home&amp;quot; and &amp;quot;marshaling&amp;quot;, I would have put &amp;quot;motor-home&amp;quot; and &amp;quot;marshaling&amp;quot;.&lt;br /&gt;
If you think I've made a mistake, please have the common courtesy to contact me about it&lt;br /&gt;
before jumping in and 'correcting' me.&lt;br /&gt;
For reference:&lt;br /&gt;
1) There is no hyphen in 'motorhome' (http://www.oxforddictionaries.com/definition/english/motorhome?q=motorhome), and&lt;br /&gt;
2) I am not American and this is not an American event, so I have no intention of spelling&lt;br /&gt;
'marshalling' the American way. (http://www.oxforddictionaries.com/definition/english/marshal?q=marshalling)&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* Take ownership of caravan/motorhome/trailer-tent section of site (selection of initial location, mark-up, marshalling, liaison re power/potable water/greywater/blackwater etc.)&lt;br /&gt;
* Create &amp;quot;I'm shy/alone, please talk to me&amp;quot; type badges&lt;br /&gt;
* Offer telephone conference room(s) with SIP, geo and freephone access&lt;br /&gt;
* Offer on-site telecoms&lt;br /&gt;
|&lt;br /&gt;
* Drive minibuses&lt;br /&gt;
* Run shop (basic staples)&lt;br /&gt;
* Keep loos stocked with toilet roll&lt;br /&gt;
* Pretty much anything else&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:lohapuk|lohapuk]]&lt;br /&gt;
|&lt;br /&gt;
A,B, B1 (clean)&lt;br /&gt;
|&lt;br /&gt;
* Help Deploy wireless / wired network (Certs CCNP,RHCE)&lt;br /&gt;
* Help Build tents / camp&lt;br /&gt;
|&lt;br /&gt;
* Anything to help out&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:Sling|Sling]]&lt;br /&gt;
|&lt;br /&gt;
B (but Dutch)&lt;br /&gt;
|&lt;br /&gt;
* Help with info/noc helpdesk&lt;br /&gt;
* Buildup and teardown&lt;br /&gt;
* Sysadmin&lt;br /&gt;
* Wiki maintaining &amp;amp; structuring&lt;br /&gt;
|&lt;br /&gt;
* Parking/Security&lt;br /&gt;
* Barshifts&lt;br /&gt;
* Help with cooking&lt;br /&gt;
* Probably more stuff I'm forgetting.&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:Dpslwk|'RepRap' Matt]]&lt;br /&gt;
|&lt;br /&gt;
Nope&lt;br /&gt;
|&lt;br /&gt;
* Badge Team, already working on it [[TiLDA 2]]&lt;br /&gt;
* Buildup and teardown (thought mostly i expect to be sorting badge related stuff, like deploying the R-PI radio network)&lt;br /&gt;
|&lt;br /&gt;
* Anything in between Badge hacking and running the Workshop area&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:User_4574|Nathan Lasseter]]&lt;br /&gt;
|&lt;br /&gt;
B,B1,f,k,p (clean)&lt;br /&gt;
|&lt;br /&gt;
* Help with the NOC team (LAIT1 Accredited)&lt;br /&gt;
* Lay/fly cabling/fibre&lt;br /&gt;
* Buildup and teardown&lt;br /&gt;
|&lt;br /&gt;
* Do most things once&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:danrl|danrl]]&lt;br /&gt;
|&lt;br /&gt;
B, C1, C&lt;br /&gt;
|&lt;br /&gt;
* deploy wireless / wired network&lt;br /&gt;
* build-up and tear-down&lt;br /&gt;
* IPv6 / NAT64&lt;br /&gt;
* Colocation&lt;br /&gt;
* Making teh NOC tent a fancy place to chill^M^Mwork hard&lt;br /&gt;
|&lt;br /&gt;
* rescue golf carts from ditches&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:markp|markp]]&lt;br /&gt;
|&lt;br /&gt;
B, B1, f, k. p (clean)&lt;br /&gt;
|&lt;br /&gt;
* network / power cabling &amp;amp; termination&lt;br /&gt;
* build-up and tear-down&lt;br /&gt;
* transport (have estate car and trailer)&lt;br /&gt;
* lighting&lt;br /&gt;
* have access to mifare card/badge printing facilities&lt;br /&gt;
* assist with camping facilities&lt;br /&gt;
|&lt;br /&gt;
* help out wherever I'm needed&lt;br /&gt;
(can only be on-site Friday to Monday, but happy to help weekend before)&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:bigcw|bigcw]]&lt;br /&gt;
|&lt;br /&gt;
B, B+E&lt;br /&gt;
|&lt;br /&gt;
* Get involved.  Will help with anything.  Very good at 'getting things done'.&lt;br /&gt;
|&lt;br /&gt;
* Connectivity (15 years experience in ISP industry)&lt;br /&gt;
* Power (former event lighting engineer)&lt;br /&gt;
* Transport (have Range Rover and trailer license)&lt;br /&gt;
* Anything else (lots of local knowledge, contacts, etc)&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:simonvc|Simon Vans-Colina]]&lt;br /&gt;
|&lt;br /&gt;
A,B,BE,B2,f,k,p&lt;br /&gt;
|&lt;br /&gt;
* Anything really&lt;br /&gt;
|&lt;br /&gt;
* Dont have a car, but can drive one if needed.&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:Si1entDave|Dave Wilson]]&lt;br /&gt;
|&lt;br /&gt;
B, B1&lt;br /&gt;
|&lt;br /&gt;
* Most things involving cables - I am also known as SparkyDave, head of site electrics for Profound Decisions LRP events&lt;br /&gt;
* My attendance will be contingent on my employer, Warwicknet, providing the connectivity - in which case they will give me the time off to attend :-)&lt;br /&gt;
* I also have a Defender which I am rather good at using to position trailers/generators/etc on fields&lt;br /&gt;
|&lt;br /&gt;
* I'll muck in with most things, but definitely specialise in electrics and networking.&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:gmc|gmc]]&lt;br /&gt;
|&lt;br /&gt;
B, AM&lt;br /&gt;
|&lt;br /&gt;
* drive a manitou&lt;br /&gt;
* man the HQ&lt;br /&gt;
* do radio&lt;br /&gt;
* organize stuff&lt;br /&gt;
* A/V related stuff&lt;br /&gt;
* all of the above preferably in a supervisory / gophery kinda way&lt;br /&gt;
* build-up / tear-down&lt;br /&gt;
|&lt;br /&gt;
* pick up trash&lt;br /&gt;
* herald a lecture venue&lt;br /&gt;
* driving&lt;br /&gt;
* bar-shifts&lt;br /&gt;
* ...&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:sleepycal|sleepycal]]&lt;br /&gt;
|&lt;br /&gt;
B,B1 (clean)&lt;br /&gt;
|&lt;br /&gt;
* Anything network related (NOC support, cabling, maintenance etc)&lt;br /&gt;
* Any aspect of site build-up/tear-down&lt;br /&gt;
* Prep work / planning&lt;br /&gt;
* Anything workshop related&lt;br /&gt;
* On-site help/emergency team (someone you can flag down any time/place if you need help)&lt;br /&gt;
|&lt;br /&gt;
* Anything to help out&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:Big Kate|Big Kate]]&lt;br /&gt;
|&lt;br /&gt;
B, BE, C1, C1E, D1, D1E, Blue Badge  &lt;br /&gt;
|&lt;br /&gt;
* Heralding/Speaker desk - On the day introduction to events etc &lt;br /&gt;
* Green Room Team:Content - Building a green room &lt;br /&gt;
* Making sure presenters have met there Heralds, hand off process etc&lt;br /&gt;
* Team:Rehash - Assuming its the same crew from OHM &lt;br /&gt;
* Queering the community i.e. LGBT etc community aspects&lt;br /&gt;
* Disability Access issues &lt;br /&gt;
|&lt;br /&gt;
* Build up and tear down &lt;br /&gt;
* (as best I can - given my disabilities)&lt;br /&gt;
* Drive Vehicles - upto 7.5 Tonnes&lt;br /&gt;
* (I have a disabled/ blue badge) &lt;br /&gt;
* (easier parking/ pickup/ drop off) &lt;br /&gt;
* Logistics and Operations &lt;br /&gt;
* Usual gophering type stuff &lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:drrk|Kimball]]&lt;br /&gt;
|&lt;br /&gt;
None&lt;br /&gt;
|&lt;br /&gt;
* &amp;lt;s&amp;gt;Buildup&amp;lt;/s&amp;gt;Due to change of job I can't be there before the Friday now :(&lt;br /&gt;
* Badge Firmware&lt;br /&gt;
* Sysadmin&lt;br /&gt;
* AV/Radio&lt;br /&gt;
|&lt;br /&gt;
* Anything else&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:Critical|Critical]]&lt;br /&gt;
|&lt;br /&gt;
B, BE, C1, C1E, D1, D1E  &lt;br /&gt;
|&lt;br /&gt;
* Build up and tear down &lt;br /&gt;
* Anything Network / IT / AV related&lt;br /&gt;
* Meet / greet / help&lt;br /&gt;
|&lt;br /&gt;
* Whatever is needed&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:chris_martin|chris_martin]]&lt;br /&gt;
|&lt;br /&gt;
0&lt;br /&gt;
|&lt;br /&gt;
* Build up and tear down &lt;br /&gt;
* FULLY SIA LICENSED &amp;gt;&amp;gt;&amp;gt; marshaling&lt;br /&gt;
* bar-shifts&lt;br /&gt;
|&lt;br /&gt;
* Whatever is needed&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:lozarythmic|lozarythmic]]&lt;br /&gt;
|&lt;br /&gt;
AM, A, B, B1 (clean)&lt;br /&gt;
|&lt;br /&gt;
* Networking&lt;br /&gt;
* Fire Marshall&lt;br /&gt;
* Bar Work&lt;br /&gt;
|&lt;br /&gt;
* Whatever is needed&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:JimM|Jim MacArthur]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
* Build up/tear down&lt;br /&gt;
* Bar Work&lt;br /&gt;
|&lt;br /&gt;
* Whatever is needed&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:RattyMaHatty|Ratty]]&lt;br /&gt;
|&lt;br /&gt;
B, BE, C1, C1E, D1, D1E, fklnp (a few points)&lt;br /&gt;
|&lt;br /&gt;
* M$ Windows fixing&lt;br /&gt;
* PC/Server hardware engineer&lt;br /&gt;
* Networking&lt;br /&gt;
* Bar Work&lt;br /&gt;
* Driving&lt;br /&gt;
|&lt;br /&gt;
* Whatever is needed&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:ens|ens]]&lt;br /&gt;
|&lt;br /&gt;
None - but willing ;)&lt;br /&gt;
|&lt;br /&gt;
* Media/Editing stuff (Can provide lend of broadcast-standard video gear if needed, aswell as editing gear) &lt;br /&gt;
* You need an electro-hacker-trippy-ambient DJ? hook me up.&lt;br /&gt;
* Build-up or Tear-down.&lt;br /&gt;
* Heralding.&lt;br /&gt;
* Helping those who are giving talks to get sorted.&lt;br /&gt;
|&lt;br /&gt;
* Help sourcing physical resources for the site.&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:pioneer|pioneer]]&lt;br /&gt;
|&lt;br /&gt;
B,B+E,kfp (clean)&lt;br /&gt;
|&lt;br /&gt;
* Help Deploy wireless / wired network - Anything network related.. I have my own RJ45 Cripmer :p&lt;br /&gt;
* Help with VoIP system if deployed&lt;br /&gt;
* Sysadmin, NOC Help, Server admin&lt;br /&gt;
* Power, Lighting, AV - Part time sound engineer with access to PA systems, AV gear, projectors etc&lt;br /&gt;
* Build-up and tear-down&lt;br /&gt;
|&lt;br /&gt;
* I can loan a PA System&lt;br /&gt;
* can also loan networking/wifi + server equipment if needed, just ask and I might have it.&lt;br /&gt;
* I'll Help with most things, but I specialise in electrics, networking / server admin.&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:AK47|AK47]]&lt;br /&gt;
|&lt;br /&gt;
B&lt;br /&gt;
|&lt;br /&gt;
* NOC&lt;br /&gt;
* WiFi&lt;br /&gt;
* VoIP&lt;br /&gt;
* General networking stuff&lt;br /&gt;
|&lt;br /&gt;
* Anything else&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Pure|Joe Roberts]]&lt;br /&gt;
| None&lt;br /&gt;
|&lt;br /&gt;
* Help desk (WiFi connecting, server stuff, techy stuff!)&lt;br /&gt;
* Build up and tear down&lt;br /&gt;
* Talking to people&lt;br /&gt;
* (DBS Approved)&lt;br /&gt;
| Anything I can possibly do!&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:immunda|Phil Howell]]&lt;br /&gt;
|&lt;br /&gt;
B1, B, f, k, p (clean)&lt;br /&gt;
|&lt;br /&gt;
* Help out with driving (has estate car if helpful)&lt;br /&gt;
* A/V stuff (have PA gear that can be used)&lt;br /&gt;
* Help with networking stuff&lt;br /&gt;
|&lt;br /&gt;
* Whatever is needed&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:BuildTheRobots|Daniel Fligg]]&lt;br /&gt;
|&lt;br /&gt;
AM, A, B1, B, (f,k,p,q) (clean, since April 08)&lt;br /&gt;
|&lt;br /&gt;
* Enjoys driving&lt;br /&gt;
* Experience running PAs / Bands&lt;br /&gt;
* Networks &amp;amp; Communications (Team:Phone)&lt;br /&gt;
* Lots of marshaling experience.&lt;br /&gt;
|&lt;br /&gt;
* Whatever else is needed&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:Arran|Arran Gallagher]]&lt;br /&gt;
|&lt;br /&gt;
None&lt;br /&gt;
|&lt;br /&gt;
* Help with the NOC&lt;br /&gt;
* Deploy wireless / wired network &lt;br /&gt;
* Sysadmin&lt;br /&gt;
|&lt;br /&gt;
* Help with build up and tear down&lt;br /&gt;
* Provide assistance to attendees&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:ianthe88|Ianthe Sutherland]]&lt;br /&gt;
|&lt;br /&gt;
None&lt;br /&gt;
|&lt;br /&gt;
* Have a first aid certificate so happy to be noted as a first aider&lt;br /&gt;
* Meet &amp;amp; greet&lt;br /&gt;
|&lt;br /&gt;
* Whatever is needed&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:greenhac|PeterJ]]&lt;br /&gt;
|&lt;br /&gt;
- &lt;br /&gt;
|&lt;br /&gt;
* Security/Car Park (EMF 2012 Security Alumnus)  &lt;br /&gt;
|&lt;br /&gt;
* Whatever needs doing&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:StuartL|StuartL]]&lt;br /&gt;
|&lt;br /&gt;
A, B, BE, C1, C1E, D1, D1E, f, k, l, n, p (clean)&lt;br /&gt;
|&lt;br /&gt;
* Drive minibuses/shuttle people generally&lt;br /&gt;
* Drive pretty much anything on/off road, incl heavy equipment&lt;br /&gt;
* Do Netwerk Shtuff&lt;br /&gt;
|&lt;br /&gt;
* Drive/operate/recover vehicles&lt;br /&gt;
* Design/implement network&lt;br /&gt;
* Provide network switch(es), cables&lt;br /&gt;
* Provide vehicle with tow-bar, if it's useful&lt;br /&gt;
* Provide generator (2.5kVA)&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:mdg|mdg]]&lt;br /&gt;
|&lt;br /&gt;
N/A&lt;br /&gt;
|&lt;br /&gt;
* Bar Work&lt;br /&gt;
|&lt;br /&gt;
* Sysadmin if needed&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:pobk|pobk]]&lt;br /&gt;
|&lt;br /&gt;
B1/B/f/k/p/q (Clean)&lt;br /&gt;
|&lt;br /&gt;
* Where required&lt;br /&gt;
* I volunteer for St John Ambulance and hold advanced first aid quals (Medgasses, AED, spinal, fractures etc). Happy to provide medical cover... May even be able to drag long kit. &lt;br /&gt;
|&lt;br /&gt;
* Whatever needs doing.&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:mattg|mattg]]&lt;br /&gt;
|&lt;br /&gt;
B1/B/f/k/p/q (Clean)&lt;br /&gt;
|&lt;br /&gt;
* Drive things&lt;br /&gt;
* Help with infrastructure&lt;br /&gt;
* anything else that needs doing.&lt;br /&gt;
|&lt;br /&gt;
* Help with AV/stage stuff + streaming/recording etc.&lt;br /&gt;
* be friendly face to punters&lt;br /&gt;
* may be available for some of get-in.&lt;br /&gt;
* Whatever else needs doing.&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:Mpresson|mpresson]]&lt;br /&gt;
|&lt;br /&gt;
A, B, BE, C1, C1E, D1, D1E, f, k, l, n, p (clean)&lt;br /&gt;
|&lt;br /&gt;
* Drive minibuses/shuttle people generally&lt;br /&gt;
* Bar work&lt;br /&gt;
|&lt;br /&gt;
* Pretty much anything within reason&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Begin user block --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[User:w1bble|w1bble]]&lt;br /&gt;
|&lt;br /&gt;
B, C1E, D1E (clean but a scrap of messy old paper)&lt;br /&gt;
|&lt;br /&gt;
* Be local to EMF [[Bletchley]] so can help before &amp;amp; poss after&lt;br /&gt;
* Take pictures&lt;br /&gt;
* Sysadmin if needed&lt;br /&gt;
* Be responsible for $offspring1 (Oliver age 11)&lt;br /&gt;
|&lt;br /&gt;
* Pretty much anything within reason (noting offspring requirement)&lt;br /&gt;
&amp;lt;!-- End user block --&amp;gt;&lt;/div&gt;</summary>
		<author><name>W1bble</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2014/w/index.php?title=User:W1bble&amp;diff=687</id>
		<title>User:W1bble</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2014/w/index.php?title=User:W1bble&amp;diff=687"/>
		<updated>2014-06-19T18:34:31Z</updated>

		<summary type="html">&lt;p&gt;W1bble: Created page with &amp;quot;meh  @w1bble  http://www.webtrickery.com&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;meh&lt;br /&gt;
&lt;br /&gt;
@w1bble&lt;br /&gt;
&lt;br /&gt;
http://www.webtrickery.com&lt;/div&gt;</summary>
		<author><name>W1bble</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2014/w/index.php?title=Villages:milliways&amp;diff=686</id>
		<title>Villages:milliways</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2014/w/index.php?title=Villages:milliways&amp;diff=686"/>
		<updated>2014-06-19T18:33:29Z</updated>

		<summary type="html">&lt;p&gt;W1bble: /* Participants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= the milliways village =&lt;br /&gt;
&lt;br /&gt;
milliways is a village that appears on hacker camps. More to come soon.&lt;br /&gt;
&lt;br /&gt;
= Participants =&lt;br /&gt;
&lt;br /&gt;
# [[User:Mc.fly]]&lt;br /&gt;
# [[User:Rehwanne]]&lt;br /&gt;
# [[User:w1bble]]&lt;br /&gt;
(milliways users, just add yourself)&lt;br /&gt;
&lt;br /&gt;
Users on millways wiki: 5 confirmed, 7 interests&lt;br /&gt;
&lt;br /&gt;
= what we bring =&lt;br /&gt;
&lt;br /&gt;
* the dome &lt;br /&gt;
* the food trailer&lt;br /&gt;
    if we get help here that can be partly used to make food for the volunteers&lt;br /&gt;
* possibly one to two more tents&lt;br /&gt;
&lt;br /&gt;
= what we need =&lt;br /&gt;
&lt;br /&gt;
* 400V 16A, better 400V 32A connector (info how long cable we need. we'll bring our own connector board.) https://media-crossfer.de/images/400000068_001.jpg&lt;br /&gt;
&lt;br /&gt;
* water for the kitchen would be awesome&lt;br /&gt;
&lt;br /&gt;
* space for the dome&lt;br /&gt;
&lt;br /&gt;
* permit to drive on the camp with the Land Rover for the food runs.&lt;br /&gt;
&lt;br /&gt;
= web page =&lt;br /&gt;
&lt;br /&gt;
https://wiki.milliways.info/wiki/EMF2014&lt;br /&gt;
&lt;br /&gt;
= contact =&lt;br /&gt;
contact [[User:Mc.fly]] for more info.&lt;/div&gt;</summary>
		<author><name>W1bble</name></author>
	</entry>
</feed>