<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Beyond the keyboard</title>
	<atom:link href="http://beyondthekeeboard.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://beyondthekeeboard.wordpress.com</link>
	<description>Peter Kaptein&#039;s &#34;working towards interactive spaces&#34; blog</description>
	<lastBuildDate>Fri, 27 Jan 2012 19:25:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='beyondthekeeboard.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Beyond the keyboard</title>
		<link>http://beyondthekeeboard.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://beyondthekeeboard.wordpress.com/osd.xml" title="Beyond the keyboard" />
	<atom:link rel='hub' href='http://beyondthekeeboard.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Hardware: Building a light bridge</title>
		<link>http://beyondthekeeboard.wordpress.com/2011/12/10/hardware-building-a-light-bridge/</link>
		<comments>http://beyondthekeeboard.wordpress.com/2011/12/10/hardware-building-a-light-bridge/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 13:41:02 +0000</pubDate>
		<dc:creator>Peter Kaptein</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hacking electronics]]></category>
		<category><![CDATA[Alarm system]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Light Bridge]]></category>
		<category><![CDATA[Light sensor]]></category>
		<category><![CDATA[Sensor]]></category>
		<category><![CDATA[Simple Shematics]]></category>

		<guid isPermaLink="false">http://beyondthekeeboard.wordpress.com/?p=1439</guid>
		<description><![CDATA[[First draft, updated] Basis A light bridge in its simplest form is a light source and a light receptor. When the light source can no longer be &#8220;seen&#8221; by the receptor, the bridge is &#8220;broken&#8221;. Light bridges are most common in shops where, when you enter, some kind of &#8220;ding dong&#8221; chime is activated. What [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1439&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>[First draft, updated]</p>
<h2>Basis</h2>
<p>A light bridge in its simplest form is a light source and a light receptor. When the light source can no longer be &#8220;seen&#8221; by the receptor, the bridge is &#8220;broken&#8221;.</p>
<p>Light bridges are most common in shops where, when you enter, some kind of &#8220;ding dong&#8221; chime is activated.</p>
<div id="attachment_1426" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge.png"><img class="size-full wp-image-1426" title="lightbridge" src="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge.png?w=594&#038;h=297" alt="" width="594" height="297" /></a><p class="wp-caption-text">Light bridge</p></div>
<h2>What you can use it for</h2>
<ol>
<li><strong>Sensing movement in your house</strong> &#8211; Is there movement? How much? Can you correlate the data between multiple Light Bridges?</li>
<li><strong>Simple alarm system</strong> &#8211; Is there movement while you are away? Should there be? Who coult it be?</li>
<li><strong>Checking if the cat is still alive</strong> &#8211; This is what triggered this project in my case. Is the cat still alive? Is she still moving through the house on day 3, 4, 5 and 6 after we left?</li>
</ol>
<h2>Types of Light Bridges and which will be covered in this article</h2>
<ol>
<li><strong>Visible light</strong>- Covered in this article. The simplest form is using a bright visible light source, in our case bright LEDs, and an LDR. The LDR is a resistor sensitive for visible light. The more light falls on the surface of the light sensitive resistor, the less resistance it has. The problem with normal LEDS is that the light disperses. Meaning two things:
<ol>
<ol>
<li><strong>Visible</strong> &#8211; At night it will light the envorinment</li>
<li><strong>Loss</strong> &#8211; A lot of light is &#8220;lost&#8221; as it does not reach the LDR but is shone upon the surroundings</li>
</ol>
</ol>
</li>
<li><strong>Laser light</strong> &#8211; Not covered in this article (yet). Laser light is a focused bundle of light, with a minimal dispersion. This means that most of the light from the LED will reach the LDR and that it will be less visible at night.</li>
<li><strong>Infrared light</strong> &#8211; Covered in this article. To cut all visible light, you can move to using infrared LEDs and an infrared receiver</li>
</ol>
<h2>Reliability</h2>
<div>
<ol>
<li><strong>Derived information</strong> &#8211; What you sense is derived information. In most cases, when the Light Bridge is broken, this is due to someone moving through it / blocking the light source.</li>
<li><strong>Assumption</strong> &#8211; When the light sensor &#8220;senses&#8221; something, we assume it is someone or something moving through the light beam, blocking the light. In reality, anything might have happened.</li>
<li><strong>Broken Light Source</strong> - When the Light Source breaks, no light, or not enough light reaches the sensor and the Light Sensor will register &#8220;Activity&#8221;. What really happens is that the Light Source is broken</li>
<li><strong>Too much light: does not measure &#8220;activity&#8221;</strong> &#8211; This is specific for the solution using an LDR. When the environment is saturated with light, the light sensor might never register &#8220;activity&#8221; as &#8211; even without the Light Source, the LDR registers enough environmental light to conduct</li>
<li><strong>Your components</strong> &#8211; Your components might be of bad quality, leading to an early death under normal circumstances</li>
<li><strong>My schematics</strong> &#8211; I might have made a mistake in my calculations, leading to too much current running through components that can only stand a fraction of that and thus die before their real time is due (which is in most cases after more than 30 years of constant operation)</li>
</ol>
</div>
<h2>Related articles</h2>
<div>
<ol>
<li><strong>Building a Wireless State Bridge</strong> &#8211; [To be written] As we might want multiple Light Bridges around the location, wires become tedious at a certain point and Wireless is one way to go. Where you can use sophisticated solutions like XBee and Pololu Wixels (described in the article) you can also save a lot of mony by a Do It yourself solution</li>
<li><strong>Programming your Arduinoto to act as an IO board</strong> &#8211; [To be written] If your real processing is done on a computer, you might want to use your Arduino device simply as a IO board, passing all readouts from all Input-pins directly to your computer</li>
</ol>
</div>
<h2>Basic workings of the Light Bridge</h2>
<div id="attachment_1442" class="wp-caption alignnone" style="width: 414px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge_blockdiagram.png"><img class="size-full wp-image-1442" title="lightbridge_blockdiagram" src="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge_blockdiagram.png?w=594" alt=""   /></a><p class="wp-caption-text">Light Bridge block diagram</p></div>
<p>The light bridge consists of two parts:</p>
<ol>
<li><strong>The light source (a)</strong> &#8211; Which is either a bright LED, a Laser LED or an Infrared LED</li>
<li><strong>The light sensor (b)</strong> &#8211; Which receives the light and will change state based on:</li>
<ol>
<li><strong>Recieving light</strong> &#8211; Meaning that everything is OK and nothing is happening</li>
<li><strong>Not receiving light</strong> &#8211; Which means that something is blocking the light source and something is happening</li>
</ol>
</ol>
<p>The output of the Light Sensor reflects the &#8220;state&#8221; of our Light Bridge, which is &#8220;low&#8221; when all is well and &#8220;high&#8221; when something blocks the light source.</p>
<h2>Passing data to your processor: using a Wired and wireless State Bridge</h2>
<div>
<dl>
<dt><a href="http://beyondthekeeboard.files.wordpress.com/2011/12/base_block.png"><img title="base_block" src="http://beyondthekeeboard.files.wordpress.com/2011/12/base_block.png?w=574&#038;h=381" alt="" width="574" height="381" /></a></dt>
<dd>Using a wired and wireless State Bridge</dd>
</dl>
</div>
<ol>
<li><strong>Wired State Bridge</strong> - Means that we will run wires from the Light bridge to the device that will take that state and act upon it (either a electronic chime or something else)</li>
<li><strong>Wireless State Bridge</strong> - Means that we will use a radio transmitter to broadcast the state &#8211; in this case &#8211; &#8220;broken&#8221; &#8211; over the air</li>
<li><strong>State Processor</strong> &#8211; Your PC, laptop, netbook or Android device, linked to an Arduino, Android IOIO or similar IO board</li>
</ol>
<h2>Wireless State Bridge</h2>
<p>As our base-station responding on anything passing the Light Bridge will be on another location, we will use a wireless State bridge, which can be an existing solution based on &#8211; for instance &#8211; a wirless doorbell, or something you build yourself. Both solutions for a Wireless State Bridge will be explained in a separate article here [to be written].</p>
<h2>States &#8211; and what it means</h2>
<p>In any process-technology, including electronics and informatics, we talk about a &#8220;state&#8221; when something can be two things or more.</p>
<p>For instance, the base-states of a fridge can be: &#8220;empty&#8221;, &#8220;full&#8221;, &#8220;clean&#8221;, &#8220;dirty&#8221;, &#8220;open&#8221;, &#8220;closed&#8221;, &#8220;cooling&#8221; and &#8220;not cooling&#8221; and any shade in between.</p>
<p>As discussed the Light bridge has two states: &#8220;no activity&#8221; and &#8220;activity sensed&#8221; which is derived from &#8220;light is hitting our sensor, so we assume all is well&#8221; and &#8220;no light is hitting our sesor, so we assume something is blocking the path and activity is sensed&#8221;.</p>
<p>We respond and want to respond on activity, which is the &#8220;up&#8221; part of the little icon we use for state.</p>
<p>In the schematic below, you will find a solution that connects module MOD1 to GND, using T2 as a &#8220;power switch&#8221;, allowing current to flow through that module when the Light Bridge is broken.</p>
<h2><strong>1: The LDR Light Bridge</strong></h2>
<p>The LDR Light bridge is the most simple Light Bridge to start with.</p>
<p>In this example we use a 12 Volt schematics, but with some minor adjustmens (different values for the resistors) you can make it into a 5 Volt Light Bridge. The main reasons why you might want to do that are:</p>
<ol>
<li><strong>Lower costs for power supply</strong> &#8211; 5 Volt phone chargers are in principle sufficient to power this Light Bridge.</li>
<li><strong>Arduino</strong> &#8211; Arduino has a 12Volt Power in, but actually runs on 5 Volt. When connecte to a USB, 5 Volt is all you get</li>
</ol>
<div>It uses 2 Transistors, 3 Resistors, a LDR, a Potentiometer (variable Resistor) and 3 LEDs of which 2 are bright white LEDs you find in LED flashlights and the likes.</div>
<p>I focused on simplicity before anything and building this schematic for the first time should be possible in one hour.</p>
<p>When you are done building and testing the Light Bridge, please take care</p>
<h2><strong>1.1: Schematics of a simple 12 Volt LDR Light Bridge</strong></h2>
<div id="attachment_1464" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge4.png"><img class="size-full wp-image-1464" title="lightbridge" src="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge4.png?w=594&#038;h=276" alt="" width="594" height="276" /></a><p class="wp-caption-text">Schematics of a simple Light Bridge (click to enlarge)</p></div>
<p>This light bridge uses only two transistors, 4 resistors and a potentiometer / variable resistor to do all the work.</p>
<p>It will switch any connected module &#8220;on&#8221; by pulling M3 down / closing the circuit to the GND when the Light Source is no longer registered by the Light Sensor.</p>
<h3>Choice of parts</h3>
<p>I choose parts which are most common, and will not be in your way when you buy them due to obscurity.</p>
<p>In my case I am using the parts in standard &#8220;200 Resistor/Capacitor/Transistor/Diode&#8221; packages provided by Velleman, but similar packages are sold by DIY electronics parties in the likes of Velleman and Radio Shack.</p>
<h3>Labelling</h3>
<ol>
<li><strong><strong>Ω, k and </strong>kΩ</strong> &#8211; Represents the resistance measured in Ohm and kilo-Ohms. For example: 1k or 1kΩ is 1000 Ohm</li>
</ol>
<h3>Parts list and role of each part</h3>
<ol>
<li><strong>R1: 1kΩ</strong> &#8211; This resistor reduces the current to below 10 milli Ampere. As the maximum current for each diode is 20 milli Ampere, it will assure a long livity for your diodes</li>
<li><strong>LDR1</strong> &#8211; A run of the mill LDR. This is a Light Sensitive Resistor and the centerpiece of this design</li>
<li><strong>R2: 50 kΩ potentiometer</strong> &#8211; You use this potentiometer to set the sensitivity of the Sensor. Together with the LDR this potentiometer basically forms a voltage divider. As the resistance increases on the LDR when light reduces, the potentiometer will &#8220;pull down&#8221; the voltage level on the Basis of the trnasistor to the point where it will stop conducting current between Emitter and Collector, thus switching &#8220;open&#8221;</li>
<li><strong>T1: BC457B</strong> &#8211; An NPN transistor, used to amplify or multiply the voltage differences created between the LDR and the potentiometer. A slight change in Voltage on the Basis is multiplied/amplified between Collector and Emitter of T1</li>
<li><strong>R3: 400kΩ &#8211; T</strong>his resistor &#8220;pulls up&#8221; the voltage on the Collector of T1 and reduces the current-flow through the Basis of T2</li>
<li><strong>T2: BC337B</strong> &#8211; An NPN transistor like the BC547 but with a larger allowed current throughput. Where the BC547 only allows to a maximum of 0.2 Ampere, the BC337 allows for 0.8 Ampere. We connected the Basis to the Collector of T1, using the &#8220;pull up&#8221; to switch T2 &#8220;on&#8221; and &#8220;off&#8221;. This way we reverse the state of the first part of our Sensor, which is &#8220;on&#8221; when it registers light and &#8220;off&#8221; when it registers no light</li>
<li><strong>LED3: red or green indicator LED</strong> &#8211; This is your indicator of the registered State. It will help you to fine-tune the Light Sensor. It should be on when no light is registered and off when light is registered by the Sensor</li>
<li><strong>R4: 2k2Ω</strong> &#8211; This resistor limits the current running through the LED to below 10 milli Ampere</li>
<li><strong>D1: 1N4007</strong> &#8211; This Diode pulls up the voltage level of the Emitter of T2 to 0,6 Volts. As the Collector of T1 never really is pulled to 0 Volts we use this Diode to raise the Basis of T2 above that level so that for T2 it is. The 1N4007 is a general purpose and  allows for 1A of current flowing through, so it will be</li>
</ol>
<div>
<h2><strong>1.2: Building the 12 Volt LDR Light Bridge</strong></h2>
<dl>
<dt><a href="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge_layout4.png"><img title="lightbridge_layout" src="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge_layout4.png?w=594&#038;h=395" alt="" width="594" height="395" /></a></dt>
<dd>Layout of the Light Bridge (click to enlarge)</dd>
</dl>
<h2><em>Board</em></h2>
<p>Use a experimentation board with 3 holes per copper strip. As you will be working with Transistors, you will have several junctions with 3 components.</p>
<h2><em>Color coding</em></h2>
<p>I color-coded the copper strips for easy reference and &#8220;paper debugging&#8221; of the schematics/layout. The color-coded strips mark the  copper strips you will use to solder the components. The view is top-down (top side of the board). Additionally I inserted a Bottom view.</p>
<p>The coding is as follows:</p>
<ol>
<li><strong>Red</strong> - Is the 12V power line. All red copper strips should be connected to each other</li>
<li><strong>Blue</strong> - are all other connections or junctions &#8220;in between&#8221;. These are not necessaraly connected to other strips (and in most cases not)</li>
<li><strong>Dark grey</strong> - Is the GND. All dark grey copper strips should be connected to each other</li>
</ol>
<h2><em>Connected strips</em></h2>
<p>In the drawing you will find red, green and dark grey strips connected. You can do this simply by using one of the wires of your components to bridge the gap between the copper strips.</p>
<h2><em>1: The light source</em></h2>
<p>The light source is a very simple schematic and can be done on 4 strips of copper.</p>
<p>Connect the 12V and GND to the circuit board of the Light Sensor to power it from the same source: to save you another Power adapter. Make sure the connecting wire is at least 40 centimeters longer than your opening is wide.</p>
<p>Some points of attention:</p>
<ol>
<li><strong>LED1 and LED2</strong> - Make sure the &#8220;flat side&#8221; of the LEDs point in the right direction. What helps to double-check is to associate the flat side with the GND / Volt Minus pole</li>
</ol>
<h2><em>2: The Light Sensor</em></h2>
<p>The Light Sensor board will have three wires going out:</p>
<ol>
<li><strong>To your Power Source</strong> - In most cases this is to a plug you can use to plug in any 12 V power plug</li>
<li><strong>To the Light Source</strong> - To power your two LEDs</li>
<li><strong>To the Module</strong> - Which you will power when the Light Bridge is broken</li>
</ol>
<p>Some points of attention:</p>
<ol>
<li><strong>LED3</strong> - Make sure LED3 has the &#8220;flat side&#8221; of the ring pointing down, as that is the flow of power through it. If you connect it the other way around, it will simply block and not light up.</li>
<li><strong>R2</strong> - R2 is only connected with two points. The third connector of R2 is not used</li>
<li><strong>T1 and T2</strong> - Make sure you mount them in the right position, flat face pointing towards the LDR. If you switch the transistor (and connect it the wrong way around) it will be dead the moment you power your circuit</li>
<li><strong>Wire1</strong> - Wired 1 runs on the under-side of the board, to connect the copper strips that provide 12V (red) to your different components</li>
<li><strong>LDR1, pin 2</strong> - Connect the copper strip of LDR1, pin 2 to the copper strip that holds the Basis of T1</li>
</ol>
<h2><strong>1.3: Shielding the sensor and building a casing</strong></h2>
<p>As the LDR is very senstive to any light source, you want to take extra care of shielding out any other source but your own Light Source.The simplest way to do this is by building a &#8220;tunnel&#8221; in which the LDR is deep in shadows and the only light that can reach it is the one from your Light Source.</p>
<p>I found that the tunnel between the LDR and the outside world ideally is 10 centimeters deep.</p>
<p>Depending on where your light is coming from, you need to do some experiments on what is the most ideal setup.</p>
</div>
<h2><strong>1.4: Understanding the LDR Light Bridge</strong></h2>
<div id="attachment_1465" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge_measure1.png"><img class="size-full wp-image-1465" title="lightbridge_measure" src="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge_measure1.png?w=594&#038;h=285" alt="" width="594" height="285" /></a><p class="wp-caption-text">Understanding the Light Bridge (click to enlarge)</p></div>
<ol>
<li><strong>State 1: Light on sensor</strong> &#8211; When the LDR in our Light Sensor receives light from any source, its resistance value will drop, &#8220;pulling&#8221; the Voltage &#8220;up&#8221; at the junction point where the Basis of T1 is connected</li>
<ol>
<li><strong>T1 &#8220;closes&#8221; the &#8220;connection&#8221; between Collector/Emitter</strong> &#8211; Due to the raise of voltage on the Basis of T1, the Collector/Emitter will start to conduct, &#8220;closing&#8221; the circuit it is part of</li>
<li><strong>T2 &#8220;opens&#8221;</strong> &#8211; As T1 has pulled down the Voltage on its Collector (see Measure point M2), the Basis of T2 is pulled down was well, preventing T2 to &#8220;close&#8221; between Collector and Emitter</li>
<li><strong>MOD1 is not connected to the GND</strong> &#8211; As T2 is &#8220;open&#8221;, MOD1 is not connected to the GND and for MOD1 it is as if the power switch is set to &#8220;off&#8221;</li>
</ol>
<li><strong>State 2: No light on sensor (&#8220;dark&#8221;)</strong> &#8211; When the light source is blocked, the LDR no longer receives light and its resistance value will go up to &#8220;infinity&#8221;, leading to a drop of voltage on the Basis of T1 as it is &#8220;pulled down&#8221; by Potentiometer R1</li>
<ol>
<li><strong>T1 &#8220;opens&#8221; the connection between Collector/Emitter</strong> &#8211; Due to the drop of voltage on the Basis of T1, the Collector/Emitter will stop to conduct, &#8220;opening&#8221; the circuit it is part of</li>
<li><strong>T2 &#8220;closes&#8221;</strong> &#8211; As T1 opens, the resistor R3 will &#8220;pull up&#8221; the Basis of T2, allowing it to &#8220;close&#8221; the connection between Collector/Emitter and pulling Collector down to GND</li>
<li><strong>MOD1 is connected to the GND</strong> &#8211; Via the now &#8220;closed&#8221; connection between GND and the &#8220;GND&#8221; provided to the Module, MOD1 now receives 12 Volt power and will start doing whatever it is designed for</li>
</ol>
</ol>
<h2><em>Recalculating the resistors for different voltages</em></h2>
<p>This circuit is designed for 12Volts, but 12Volts might not be the smartest choice.</p>
<h3>5 Volt</h3>
<p>5 Volt might be your most conveniant choice as 5 Volt power supplies (the ones to charge your mobile phones) are almost half the price of 12 Volts power supplies (6 euro for a 5V phone charger compared to 12 Euro for a 12 Volt transformer).</p>
<p>For 5 Volt, we roughly reduce the resistance by 2 or 3. This might not be the most scientific approach, but for this kind of circuits precision is not really required, so as long as you do not blow up your components, you are fine.</p>
<ol>
<li><strong>R1: 220 Ω</strong> - Each LDR takes about 1.4 Volts. Added up (as they are in serial) this is 2.8 Volts. The remaining Voltage is 5 Volt &#8211; 2.8 Volt = 2.2 Volt. As we allow roughly 10 mA to pass, we divide the remaining Voltage by 0.01 (10 milli) which gives us: 2.2V / 0.01A = 220 Ω</li>
<li><strong>LDR1</strong> - Unchanged</li>
<li><strong>R2: 50 kΩ potentiometer</strong> - Unchanged</li>
<li><strong>T1: BC457B</strong> - Unchanged</li>
<li><strong>R3: 100kΩ &#8211; </strong>We roughly divide it by two, keeping the maximum current through Basis Emitter around 50 micro-Ampere and well below the threshold where you will kill T2</li>
<li><strong>T2: BC337B</strong> - Unchanged</li>
<li><strong>LED3: red or green indicator LED</strong> - Unchanged</li>
<li><strong>R4: 1kΩ</strong> - This resistor limits the current running through the LED well below 10 milli Ampere</li>
<li><strong>D1: 1N4007</strong> - Unchanged</li>
</ol>
<h2><strong>2: Schematics for the Infrared Light Bridge</strong></h2>
<p>[To be added]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beyondthekeeboard.wordpress.com/1439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beyondthekeeboard.wordpress.com/1439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beyondthekeeboard.wordpress.com/1439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beyondthekeeboard.wordpress.com/1439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beyondthekeeboard.wordpress.com/1439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beyondthekeeboard.wordpress.com/1439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beyondthekeeboard.wordpress.com/1439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beyondthekeeboard.wordpress.com/1439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beyondthekeeboard.wordpress.com/1439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beyondthekeeboard.wordpress.com/1439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beyondthekeeboard.wordpress.com/1439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beyondthekeeboard.wordpress.com/1439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beyondthekeeboard.wordpress.com/1439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beyondthekeeboard.wordpress.com/1439/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1439&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beyondthekeeboard.wordpress.com/2011/12/10/hardware-building-a-light-bridge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cffc2ff7b980a5f5f76c22bddba4f361?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peter kaptein</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge.png" medium="image">
			<media:title type="html">lightbridge</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge_blockdiagram.png" medium="image">
			<media:title type="html">lightbridge_blockdiagram</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/12/base_block.png" medium="image">
			<media:title type="html">base_block</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge4.png" medium="image">
			<media:title type="html">lightbridge</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge_layout4.png" medium="image">
			<media:title type="html">lightbridge_layout</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge_measure1.png" medium="image">
			<media:title type="html">lightbridge_measure</media:title>
		</media:content>
	</item>
		<item>
		<title>Research: Building Schrödingers box</title>
		<link>http://beyondthekeeboard.wordpress.com/2011/12/04/research-building-schrodingers-boxbox/</link>
		<comments>http://beyondthekeeboard.wordpress.com/2011/12/04/research-building-schrodingers-boxbox/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 23:16:56 +0000</pubDate>
		<dc:creator>Peter Kaptein</dc:creator>
				<category><![CDATA[5: Research]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hacking Android]]></category>
		<category><![CDATA[Hacking Roomware]]></category>

		<guid isPermaLink="false">http://beyondthekeeboard.wordpress.com/?p=1424</guid>
		<description><![CDATA[The problem We travel. We have a cat. The cat is old. The cat can not come with us in most of all cases. We currently have no-one to take care of the cat when we are gone. As the cat is old, she can die while we are gone. We want to know if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1424&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>The problem</h2>
<div id="attachment_1425" class="wp-caption alignnone" style="width: 529px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/12/schreudingrscat.png"><img class="size-full wp-image-1425" title="schreudingrscat" src="http://beyondthekeeboard.files.wordpress.com/2011/12/schreudingrscat.png?w=594" alt=""   /></a><p class="wp-caption-text">Schrödinger&#039;s cat-dilemma: is it dead or alive?</p></div>
<p>We travel. We have a cat. The cat is old. The cat can not come with us in most of all cases. We currently have no-one to take care of the cat when we are gone. As the cat is old, she can die while we are gone.</p>
<p>We want to know if she is well.</p>
<h2>Observing the cat by its movements</h2>
<p>As long as the cat is alive, she will move through the house. If we can observe these movements, we can establish with certain certainty that she is alive. Movements are:</p>
<ol>
<li>To the kitchen to feed herself</li>
<li>To the living room to sleep in her hammock or observe the pigeons on the roofs of the houses at the other side of the street</li>
<li>To the bathroom to relieve herself</li>
</ol>
<h2>Requirements</h2>
<ol>
<li><strong>Movement-detector </strong>- We need something to moniter the cats movements. The simplest solutions are to use a light bridge or infrared-sensor. We go more into detail about this later</li>
<li><strong>Wireless transmission of states</strong> &#8211; To avoid running cables through the house, I want to use wireless technology.</li>
<li><strong>IO board to connect to computer/server</strong> &#8211; When we receive the signals, we need some kind of technology to feed it into a computer</li>
<li><strong>Computer/server</strong> &#8211; To broadcast the state of the cat: dead/alive, we need a computer/server</li>
</ol>
<h2>Jumping towards the conclusion of this blog: Learning basic electronics</h2>
<p>As I was researching several options including cheap electronics like 6 euro wireless doorbells and Infrared movement sensors, I found none really satisfied me.</p>
<p>Using wireless parts like XBee and Pololu Wixels to send the state of each sensor feels like overkill: like calling a cab to cross the street. Most parts in the chain can be solved by using very basic electronic components.</p>
<h2><em>Additional blog posts: basic schematics to build sensors and do wireless IO</em></h2>
<p>As my own knowledge of the basic electronics needed for this project is very limited, I will need to do some research and re-vitalize my knowledge: which will be posted in later posts.</p>
<p>Bottom line of these posts:<strong></strong></p>
<ol>
<li><strong>Building your own sensors and electronic components</strong> &#8211; For solutions like Arduino, Pololu Wixels and the IOIO board for Android</li>
<li><strong>How does it work?</strong> &#8211; Basic descriptions of each part and how they work and work together</li>
</ol>
<p>Using:</p>
<ol>
<li><strong>General purpose components</strong> &#8211; Like transistors, capacitors and resistors: which are multi-purpose and which you can buy in any electronics shop<br />
<strong></strong></li>
<li><strong>Simple schematics</strong> &#8211; Which are easy to grasp and easy to build</li>
<li><strong>Simple explanations</strong> &#8211; Which will be easy to understand for people who never did any electronics</li>
</ol>
<h2>Basic setup of the Schrödinger Box</h2>
<div id="attachment_1427" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/12/setup_schreudingers.png"><img class="size-full wp-image-1427" title="setup_schreudingers" src="http://beyondthekeeboard.files.wordpress.com/2011/12/setup_schreudingers.png?w=594&#038;h=564" alt="" width="594" height="564" /></a><p class="wp-caption-text">Basic setup of the wireless observers in the Schrödinger box</p></div>
<p>To know with some certainty if the cat is still alive, we need to observe either the cat or the environment.</p>
<p>We choose to observe the environment for certain state-changes, in this case movement, to use as the basis of our assumption that the cat is still alive.</p>
<h2><em>Movement in house == &#8220;cat is alive&#8221;</em></h2>
<p>In other words: if we can somehow sense that something is moving through the house while we are gone, we can assume with high probability that the cat is still alive.</p>
<h2 class="size-full wp-image-1426">Possible solutions</h2>
<ol>
<li><strong>Infrared movement-sensor</strong> &#8211; After testing with a low cost Infrared sensor, I discarded that solution. The 6 euro sensor simply is not reliable in its response. It is very sensitive to surrounding light, the additional light sensor interferes too much and the so-called PIR (Infrared sensor) seems to be only responding when I trigger it from very close distance</li>
<li><strong>Light bridge</strong> &#8211; The alternative is to use a light bridge. A light bridge consists of two parts: a light source, shining on a light-sensor. If the light hits the sensor, all is well. If the light-source is not detected, something is passing the bridge and &#8220;breaking&#8221; it, marked as &#8220;activity&#8221; in the illustration above. The schematics for a light bridge is very simple and easy to build</li>
<li><strong>Wireless doorbell</strong> &#8211; In the first prototype I chose two 6 euro wireless doorbells to broadcast the state of our activity-detector. Used separately, the doorbells function fine. When you activate the transmitter of one, the other remains silent. When you activate the transmitter of the other, the one remains silent. However, when connected to my experimental setup, both receivers start to influence each other, leading to both receivers being triggered when one doorbell is activated and not responding at all when the other is activated.</li>
<li><strong>2 transistor FM transmitter</strong> &#8211; About 25 years ago I built a very simple FM transmitter, consisting of 2 transistors and a hand full of resistors and capacitors. The schematic is shown below</li>
</ol>
<div id="attachment_1426" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge.png"><img class="size-full wp-image-1426" title="lightbridge" src="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge.png?w=594&#038;h=297" alt="" width="594" height="297" /></a><p class="wp-caption-text">Light bridge, &quot;activity&quot; is sensed when the light source is no longer registered by the sensor</p></div>
<h2>Advancing the possible solutions</h2>
<ol>
<li><strong>One receiver, many transmitters</strong> &#8211; To avoid the issues I had with the electronic doorbells, I decided to go for a &#8220;one receiver, many transmitters&#8221; solution. This solution has some disadvantages and limitations, but most are irrelevant for this project as we only have one cat. One receiver, many transmitters means that:</li>
<ol>
<li><strong>All transmitters broadcast on the same frequency</strong> &#8211; As you only have one receiver, you can only tune that receiver to one radio channel an d receive one state at the time.</li>
<li><strong>You can not receive more than one signal </strong>- If more than one transmitter is activated at the same time, their signals will &#8220;compete&#8221; for reception. In most cases, the strongest signal will win. So only one of the two signals will be received</li>
<li><strong>You can not use this when you have simultaneous updates</strong> &#8211; Since only one signal will be registered and processed</li>
</ol>
<li><strong>Using a different signal per sensor</strong> &#8211; To distinguish each sensor, we will be using a different tone / wave length per sensor. For instance:</li>
<ol>
<li><strong>Sensor 1: 100 Hz</strong> &#8211; a low humming tone, representing Sensor 1</li>
<li><strong>Sensor 2: 1000 Hz</strong> &#8211; a higher pitched tone, representing Sensor 2</li>
<li><strong>Sensor 2: 2000 Hz</strong> &#8211; even higher</li>
</ol>
<li><strong>Interference</strong> &#8211; The 2-transistor FM transmitter is quite basic and will &#8220;echo&#8221; its signal over multiple radio channels, apart from the channel we want and need to broadcast on.</li>
<ol>
<li><strong>Only short bursts</strong> &#8211; As our signal will be sent for only a short amount of time (less than one second when the cat passes) and is quite weak, we can assume it will not spoil the radio-listening pleasure of our neighbors</li>
</ol>
<li><strong>Wave / sound generator</strong> &#8211; To create the specific tone/signal per sensor, we need a wave/sound-generator.</li>
<li><strong>High and low-pass filters</strong> &#8211; To filter out specific the signals from each specific sensors, we need to filter out each specific tone/signal/wave length and feed that to a &#8220;switch&#8221; on the receiving side</li>
<li><strong>FM receiver</strong> &#8211; To receive the signals from our Sensors we need an FM receiver. As FM receivers are relatively complex (definitely more complex than FM transmitters) we use a cheap receiver from wherever we can find one</li>
<li><strong>Tuning the transmitters and the receiver</strong> &#8211; Each transmitter will be tuned to broadcast on the same channel. Using the individual tone/wave generators as input for each transmitter and using the speaker of the FM radio/receiver, we can easily test and fine-tune the transmitters by simply tuning the transmitter until we hear the beeping sound on our receiver</li>
</ol>
<h2>Block schema for simple wireless activity monitor</h2>
<div id="attachment_1429" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/12/blockschema.png"><img class="size-full wp-image-1429" title="blockschema" src="http://beyondthekeeboard.files.wordpress.com/2011/12/blockschema.png?w=594&#038;h=203" alt="" width="594" height="203" /></a><p class="wp-caption-text">Block schema of our solution</p></div>
<p>Brief:</p>
<ol>
<li><strong>Activity registered by sensor</strong> &#8211; Cat breaks light bridge</li>
<li><strong>Power switch</strong> &#8211; &#8220;Activity&#8221; is sensed and used to turn on the &#8220;Power Switch&#8221; for the Wave Generator and Transmitter</li>
<li><strong>100 Hz signal transmitted</strong> &#8211; Wave Generator starts generating 100HZ signal which is broadcast on FM by the Transmitter</li>
<li><strong>100Hz signal received</strong> &#8211; The Receiver receives the signal and passes it to the Filters</li>
<li><strong>100Hz signal filtered</strong> &#8211; The 100Hz filter filters out the 100Hz signal and creates a &#8220;pulse&#8221; which is sent to &#8220;pin 1&#8243; of the IO board</li>
<li><strong>Activity registered by IO board</strong> &#8211; The IO board registers the activity related to the sensor that registered activity</li>
</ol>
<dl class="wp-caption ">
<dt><a href="http://beyondthekeeboard.files.wordpress.com/2011/12/fm_transmittor.png"><img title="fm_transmittor" src="http://beyondthekeeboard.files.wordpress.com/2011/12/fm_transmittor.png?w=544&#038;h=232" alt="" width="544" height="232" /></a></dt>
<dt>Simple 2-transistor FM transmittor, used to transmit state: &#8220;activity&#8221;</dt>
</dl>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beyondthekeeboard.wordpress.com/1424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beyondthekeeboard.wordpress.com/1424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beyondthekeeboard.wordpress.com/1424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beyondthekeeboard.wordpress.com/1424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beyondthekeeboard.wordpress.com/1424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beyondthekeeboard.wordpress.com/1424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beyondthekeeboard.wordpress.com/1424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beyondthekeeboard.wordpress.com/1424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beyondthekeeboard.wordpress.com/1424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beyondthekeeboard.wordpress.com/1424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beyondthekeeboard.wordpress.com/1424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beyondthekeeboard.wordpress.com/1424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beyondthekeeboard.wordpress.com/1424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beyondthekeeboard.wordpress.com/1424/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1424&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beyondthekeeboard.wordpress.com/2011/12/04/research-building-schrodingers-boxbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cffc2ff7b980a5f5f76c22bddba4f361?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peter kaptein</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/12/schreudingrscat.png" medium="image">
			<media:title type="html">schreudingrscat</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/12/setup_schreudingers.png" medium="image">
			<media:title type="html">setup_schreudingers</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/12/lightbridge.png" medium="image">
			<media:title type="html">lightbridge</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/12/blockschema.png" medium="image">
			<media:title type="html">blockschema</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/12/fm_transmittor.png" medium="image">
			<media:title type="html">fm_transmittor</media:title>
		</media:content>
	</item>
		<item>
		<title>Dear Archos</title>
		<link>http://beyondthekeeboard.wordpress.com/2011/10/18/dear-archos/</link>
		<comments>http://beyondthekeeboard.wordpress.com/2011/10/18/dear-archos/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 12:38:45 +0000</pubDate>
		<dc:creator>Peter Kaptein</dc:creator>
				<category><![CDATA[dear...]]></category>

		<guid isPermaLink="false">http://beyondthekeeboard.wordpress.com/?p=1410</guid>
		<description><![CDATA[Dear Archos, I am a fan of your tablets. I bought the Archos 7 Home Tablet and the Archos 32 and Archos 101 tablet as I needed them for my experiments. I will skip the G9 Archos 80 &#8211; 2&#215;1000 as I want the G9 Archos 80 &#8211; 2&#215;1500. Increasing presence I see your tablets [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1410&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Dear Archos,</h2>
<p>I am a fan of your tablets.</p>
<p>I bought the Archos 7 Home Tablet and the Archos 32 and Archos 101 tablet as I needed them for my experiments. I will skip the G9 Archos 80 &#8211; 2&#215;1000 as I want the G9 Archos 80 &#8211; 2&#215;1500.</p>
<p><strong>Increasing presence</strong></p>
<p>I see your tablets pop up in positive reviews and in deals with phone companies next to the RIM tablet and the Samsung and Asus tablets. And I am very happy you finally seemed to have moved to higher resolution screens with (according to the reviews) a proper viewing angles.</p>
<p><strong>(Awesome) Value for money</strong></p>
<p>Your tablets deliver good (and almost awesome) value for money. I pay for what I get and &#8211; except for the crappy screens in the older series &#8211; there are no hidden issues. I recommend other people to buy Archos because I believe what you do- and deliver is not some slapped-together me-too product.</p>
<p><strong>End of 2009</strong></p>
<p>End of 2009 you were one of the few tablet producers with prices that made sense. For 200 or 300 euro I could buy a tablet that did what it needed to do and using the XDAdevelopers site I could find hacks for the Android Market that made it into a full product.</p>
<p><strong>Sweex/Yarvik</strong></p>
<p>Since then a lot has changed. This year Sweex suddenly appeared (in the Dutch market) with the below 110 euro ARM 11 Yarvik series. And the top-range of tablets have dropped in price to levels of 399 euro and less. You yourself launched the Arnova brand for the lower end of the market to &#8211; as I call it &#8211; sell last years technology for a good and very competative price. Basically in the same line and range as Yarvik.</p>
<p>For your information: I bought the Yarvik for research purposes. It is a decent product for the price it is sold for (88 euro on discount at &#8220;Computerland&#8221;).</p>
<p><strong>Clouded product communication</strong></p>
<p>But something else happened with your product communication: it became more clouded.</p>
<p>When I look on your site and especially when I walk into a shop it is unclear where your tablets stand now. How do you differentiate from other tablets? How do you differentiate between your own products? Why is the online pricing of your Arnova 10 with 199 euro so close to your Archos 101 (<a href="http://www.archos.com/store/psearch.html?country=nl&amp;lang=en&amp;prod_id=archos101it">249 euro in your shop</a> and <a href="http://www.computerland.nl/a/tablets/80002097/archos_10_1_101_internet_8gb/details.aspx">199 euro at Computerland</a>) ? What are the real differences between the two 10 inch tablets? And why &#8211; with missing specs for the CPU on the Arnova (in the physical shop stated to have 600 MHz and sold for <a href="http://www.computerland.nl/a/tablets/80003703/archos_10_arnova_8gb/details.aspx">119 euro</a> instead of the <a href="http://arnovatech.com/products/g1/arn_10/index.html?country=nl&amp;lang=en">advertised 199</a> on the Arnova site) &#8211; is it so difficult to find out what makes them different to begin with?</p>
<p>[Edit: October 22, 2011] I added some screenshots to the bottom of this page to illustrate this confusion.</p>
<p>Is Arnova itself a smart choice when it seems to lie so close to your Archos brand? Or is it just that the prices online need to be updated?</p>
<p><strong>More choice, but unclear communication<br />
</strong></p>
<p>I can buy an 7 inch Archos/Arnova Tablet with a 600, 800 (the old G8 HT) and 1000 MHz CPU (the latest G8 HT). Internal memory might range from 128 to 256 MB and maybe goes up to 512 MB but &#8211; specifically on your site &#8211; nothing clarifies that to me.</p>
<p><strong>An overview on the current product/price strategy</strong></p>
<p>Right now the Archos/Arnova 7 inch series is mostly competing with itself. I list:</p>
<ol>
<li>The 99 euro 600 MHz (?) Resistive Touch Arnova 7 inch tablet</li>
<li>The 129 euro 800 MHz (?) Resistive Touch Archos 7 HT</li>
<li>The 135 euro 800 MHz Capacitive Touch Archos 7C</li>
<li>The 239 euro 1000 MHz Capacative Touch Archos 7 Internet Tablet</li>
</ol>
<div>Then coming up are:</div>
<div>
<ol>
<li>The (unknown price) Arnova 7 G2 with multi touch screen and 1GHz processor</li>
<li>The (unknown price) Arnova 7C G2 with multi touch screen and &#8220;<a href="http://pdadb.net/index.php?m=cpu&amp;id=a7227&amp;c=qualcomm_msm7227">Qualcomm MSM7227</a>&#8221; which appears to be a 600 MHz Cortex A8? Or A6?</li>
</ol>
<p>That is 6 tablets, excluding all the variants related to internal storage (8 GB, 16 GB or 250 GB due to internal HDD).</p>
<p>Why?</p>
<p>All &#8211; including the new Arnova G2 tablets &#8211; sport the same or similar 800 x 480 pixel display. So in the end, even when the tablet is &#8220;faster&#8221;, the user experience is still not optimal as the resolution and viewing angle of these screens are really and probably still awful, giving it a &#8220;cheap&#8221; imago.</p>
<p>None of this makes sense.</p>
<p>Especially when I can buy a Yarvik 7 inch tablet with a 1GHz(!) processor and similar screen for only 88(!) euro.</p>
<p><strong>Some thoughts on an alternate pricing strategy</strong></p>
<p>Here some of my thoughts on the specs and pricing:</p>
<ol>
<li><strong>Make a clear distinction between your two brands -</strong> Why two brands with similar products within a similar price region? Your low budget Archos tablets &#8220;compete&#8221; with the Arnova tablet without really adding anything more.</li>
<li><strong>Offer a clear 7 inch choice to your customers</strong> &#8211; For instance:</li>
<ol>
<li><strong>This season 99 euro Arnova 7 inch tablet</strong> &#8211; with 800 x 480 display and the best processor you can offer for that price today</li>
<li><strong>Last season 88 euro Arnova 7 inch tablet</strong> &#8211; Running the production line on those machines for maybe 6 months more. It is good to phase out a product. Especially when your consumers can get a good product for a very good price.</li>
<li><strong>This season 210 euro Archos 7 inch tablet</strong> &#8211; With the best 1024 x 600 display you can buy. Being the most top of the bill 7 inch tablet you can deliver for that price</li>
<li><strong>This season 240 euro Archos 8 inch tablet</strong> &#8211; With 1024 x 768 display and kick-ass processor</li>
<li><strong>Last season 159 euro Archos 7 inch tablet</strong> &#8211; Running last seasons processor and screen you can find in that budget range</li>
</ol>
<li><strong>Drop all &#8220;in between&#8221; variations</strong> &#8211; Tablets like the 7C, 7 HT and 7 Internet Tablet only cloud your product line. At this moment, I (the consumer) do not want choice, I (the consumer) want a clear offer to make sense out of all different offers and brands there are already.</li>
<li><strong>Keep the choice for storage</strong> &#8211; The relationship price / storage capacity is clear enough, so nothing wrong with that.</li>
<li><strong>Isolate and clearly position &#8220;special editions&#8221;</strong> &#8211; Your 250 GB HDD tablet is cute, but it does not really stand out. What do I do with 250 GB? Why would I buy it? Who is your target audience? &#8220;People who use it for internet&#8221;? Or people who use it to play movies?</li>
<li><strong>WTF: 239 euro AND 800 x 600 pixels? I recommend not to buy</strong> &#8211; What were you thinking? I would recommend anyone and everybody NOT to buy the 239 Archos 7 Internet Tablet as the screen is still a &#8211; at that price &#8211; worthless 800 x 480 screen.</li>
<li><strong>Arnova/Archos? What/why?</strong> &#8211; Why compete with your own brand? Why cannibalize your own market? What does this add? How do these brands differentiate? Make clear to me as a costumer what each brand represents. And execute that vision.</li>
</ol>
</div>
<p>Less is more. Simpler is better. Especially with all other tablets people can choose from as well.</p>
<p><strong>Sales people in shops seem not to &#8220;get&#8221; you</strong></p>
<p>Sweex, with the Yarvik outsells you, if I can believe the &#8220;Computerland&#8221; shop (The Netherlands) sales rep. I spoke with. The tablet clearly has less to offer on all accounts except the screen, but the price beats you. And honestly, I did not get the vibe that the sales-people in the shops &#8220;get&#8221; what you offer more in the mid-range.</p>
<p><strong>People go for simple choices</strong></p>
<p>You seem to assume people recognize your brand and are well informed beforehand. You seem to assume people will take effort to research your products, read the reviews and have used it before they buy or sell it. In 99% of all cases they are and do not.</p>
<p>We feel. We compare on shallow levels, assumptions that do not hold in reality and incomplete data and then we buy. Our decisions are based on what we see and what we hear, yesterday and right there right then. In general we do not research. We simply go to a shop with a specific budget in mind, to buy &#8220;a tablet&#8221; for &#8220;a specific price&#8221;.</p>
<p>We go for &#8211; what at that point seems to be &#8211; a clear and simple choice, which is either/or based on:</p>
<ol>
<li><strong>Price</strong> &#8211; What we pay for what they think they will get</li>
<li><strong>Trust based on familiarity</strong> &#8211; A familiar brand is automatically trusted more than some unknown brand</li>
<li><strong>Advice</strong> &#8211; At the end, the advice of a shop-sales person is an important factor. If the sales person says: I would either go forYarvok or Asus while Archos is on display, something is wrong in your communication.</li>
</ol>
<p>And so instead of an Archos, people might buy a Yarvik or an Asus tablet as the brandname is more known, the marketing and the buzz much louder (in the case of Asus, Motorola, Acer, Samsung) and/or the price much more competitive (in the case of Yarvik).</p>
<p><strong>I love you</strong></p>
<p>I trust your brand. I want to buy your shares on the stock market. I want your brand to kick ass in sales and presence on the mid-price range. As I believe that &#8211; as said before &#8211; you create good products and you deserve to rule in that region.</p>
<p><strong>What I think is important to communicate (more clearly)</strong></p>
<p>When I step back and look at the factors, I think the following matters to me as a customer:</p>
<ol>
<li><strong>Speed</strong> &#8211; CPU and GPU. Does it carry a 600 MHz, 800MHz, 1000 MHz or 1500 MHz processor? Is it an Cortex A8 or Cortex A9/ Is it single-core or dual core?</li>
<li><strong>Generation</strong> &#8211; What is more? What is newer? Luckally you now mention &#8220;G9&#8243; on your G9 products.</li>
<li><strong>Memory</strong> &#8211; Why is it so hard to find out how much RAM your tablets have? It is one of the more important factors for speed and user experience. And for Flash. More is better.</li>
<li><strong>Design</strong> &#8211; Does it stand out, does it appeal to me? To be honest: your G8 tablets are not really awesome. The G9 series seems to be an improvement. But you can do better. Release a new series next year that really looks 2012 instead of what might have been cool around 1998.</li>
</ol>
<p><strong>Suggestions to make your product stand out more</strong></p>
<p>Right now your tablets are almost invisible. They do not stand out. Their (this counts for the G8 and Arnova series) design is not overwhelmingly awesome or different.</p>
<p>When looking at this, why not simply do something like this:</p>
<ol>
<li><strong>Arnova 70 G2 &#8211; 1&#215;600 HT</strong> &#8211; Stating that it is the 6th generation 600 MHz single core Archos 7 inch tablet</li>
<li><strong>Archos 70 G9 &#8211; 2&#215;1000 HT</strong> &#8211; Stating it is the 9th generation, 7 inch, dual core 1 GHz processor</li>
<li><strong>1200 x 800 pixels / 256MB RAM / 4 GB internal storage / 1080p (1920 x 1080 pixes) true HDMI out</strong> &#8211; Add a sticker in one of the corners of the screen (handy for display models) stating what the screen resolution, RAM and internal storage is. Are you outputting true HDMI? Or just a blown up version of the 600 x 480 pixels you run on the screen?</li>
</ol>
<p>Make changes that promote the strong points of your tablets and sales people in the store will notice.</p>
<p>The people buying thousands of your tablets for sales in shops AND the people on the floor will be able to compare your tablets and your brand to the Yarvik tablets and other systems and provide better feedback to the client. People who have access to all versions in a specific range (7 inch, 8 inch, 10 inch) can make a simple price/performance/possibilities decision.</p>
<p><strong>Change the casing-design</strong></p>
<p>Like stated before, I think your design of the outside is outdated. Write out a competition. Offer eternal fame, the newest generation Archos tablet (in that design) and a financial reward of 1000 euro for the one that wins. Approach some awesome product designers and pay them for conceptual designs which you will evaluate. Make your product look like an awesome mid-price tablet that is smart, looks cool and holds properly when you work with it. Halfway 2012 you would be able to launch a new tablet with a new awesome look.</p>
<p><strong>Make clear where you stand compared to other Tablets</strong></p>
<p>I do not read your PR to the buying departments of big parties like the big chian that MediaWorld is part of. Probably you communicate something similar as on your site.</p>
<p>Communicate how your tablets compare to the leading brands (a 300 euro tablet which is almost as fast as/faster than the Samsung Galaxy Tab II, can be connected to a generic keyboard, LCD screen, mouse and your computer via two generic USB ports and a mini (true?) HDMI out port) in the coutries where local or European law allows you.</p>
<p>Add prints to reviews of independent sites everyone knows so people can read how your tablets compare. Emphasize the parts where you are almost as good &#8211; or better &#8211; than your competitors.</p>
<p><strong>Better communication means more sales</strong></p>
<p>In your case, better communication means more sales. Your prices are very OK (although the general price drops caused by the dump of the HP WebOS tablet has made that driver less distinct) but what you lack is the support on the shop floor.</p>
<p>Make your tablets the darlings of the mid-range tablets. You deserve to be just that.</p>
<p>Thank you for reading.</p>
<p>Peter</p>
<h2>Screenshots and additional info of confusing brand communication</h2>
<div id="attachment_1415" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/yarvik.png"><img class="size-full wp-image-1415" title="yarvik" src="http://beyondthekeeboard.files.wordpress.com/2011/10/yarvik.png?w=594&#038;h=400" alt="" width="594" height="400" /></a><p class="wp-caption-text">The Yarvik 211, a 7 inch Resistive Touch  ARM11 1GHz tablet </p></div>
<p>The Yarvik 211. Lower in price (due to discount) than the Arnova 7.</p>
<p>ARM11, 1GHz, 256 MB RAM, 3 hour battery life. Is it faster/better/worse than the Arnova 7?</p>
<div id="attachment_1416" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/arnova_7.png"><img class="size-full wp-image-1416" title="arnova_7" src="http://beyondthekeeboard.files.wordpress.com/2011/10/arnova_7.png?w=594&#038;h=412" alt="" width="594" height="412" /></a><p class="wp-caption-text">Arnova 7. Apparently with 600 MHz Cortex A8 processor and 256 MB RAM</p></div>
<p>The Arnova 7. 600 MHz ARM Cortex A8 as far as I can find. RAM? I assume 256 MB. The tech specs on the Arnova site tell me nothing.</p>
<div id="attachment_1417" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/arnova7techspecs.png"><img class="size-full wp-image-1417" title="arnova7techSpecs" src="http://beyondthekeeboard.files.wordpress.com/2011/10/arnova7techspecs.png?w=594&#038;h=541" alt="" width="594" height="541" /></a><p class="wp-caption-text">Hardly any info on the hardware. RAM? CPU clock speed?</p></div>
<p>How do I know this is better than the Yarvik? Is it? Or not? And if not: why not release something that is?</p>
<div id="attachment_1418" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/archos7ht.png"><img class="size-full wp-image-1418" title="archos7ht" src="http://beyondthekeeboard.files.wordpress.com/2011/10/archos7ht.png?w=594&#038;h=452" alt="" width="594" height="452" /></a><p class="wp-caption-text">The Archos 7 Home Tablet v2. RAM? Processor?</p></div>
<p>The Archos 7 HT V2 is probably a Cortex A8, 800 MHz machine. Again, no info on the Archos site.</p>
<p>The Touch screen is Resistive.</p>
<p>&nbsp;</p>
<div id="attachment_1419" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/archos7c.png"><img class="size-full wp-image-1419" title="archos7c" src="http://beyondthekeeboard.files.wordpress.com/2011/10/archos7c.png?w=594&#038;h=443" alt="" width="594" height="443" /></a><p class="wp-caption-text">The Archos 7C</p></div>
<p>For only 6 euros more we suddenly have the Archos 7C. This one sports a Cortex A8, 800 MHz. The Touch screen is Capacitive.</p>
<p>What is the difference apart from the Capacitive screen? Even the stock image is the same.</p>
<div id="attachment_1420" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/archos7internettablet.png"><img class="size-full wp-image-1420" title="archos7internetTablet" src="http://beyondthekeeboard.files.wordpress.com/2011/10/archos7internettablet.png?w=594&#038;h=375" alt="" width="594" height="375" /></a><p class="wp-caption-text">Archos 7 Internet Tablet</p></div>
<p>The question is: why not drop these budget tablets from the Archos brand and move them underneath the Arnova umbrella?</p>
<p>&nbsp;</p>
<div></div>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beyondthekeeboard.wordpress.com/1410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beyondthekeeboard.wordpress.com/1410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beyondthekeeboard.wordpress.com/1410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beyondthekeeboard.wordpress.com/1410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beyondthekeeboard.wordpress.com/1410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beyondthekeeboard.wordpress.com/1410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beyondthekeeboard.wordpress.com/1410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beyondthekeeboard.wordpress.com/1410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beyondthekeeboard.wordpress.com/1410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beyondthekeeboard.wordpress.com/1410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beyondthekeeboard.wordpress.com/1410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beyondthekeeboard.wordpress.com/1410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beyondthekeeboard.wordpress.com/1410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beyondthekeeboard.wordpress.com/1410/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1410&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beyondthekeeboard.wordpress.com/2011/10/18/dear-archos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cffc2ff7b980a5f5f76c22bddba4f361?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peter kaptein</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/yarvik.png" medium="image">
			<media:title type="html">yarvik</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/arnova_7.png" medium="image">
			<media:title type="html">arnova_7</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/arnova7techspecs.png" medium="image">
			<media:title type="html">arnova7techSpecs</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/archos7ht.png" medium="image">
			<media:title type="html">archos7ht</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/archos7c.png" medium="image">
			<media:title type="html">archos7c</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/archos7internettablet.png" medium="image">
			<media:title type="html">archos7internetTablet</media:title>
		</media:content>
	</item>
		<item>
		<title>Experiments with Touch &#8211; Building a dual screen Surface Acoustic Wave Touch table</title>
		<link>http://beyondthekeeboard.wordpress.com/2011/10/17/experiments-with-touch-building-a-dual-screen-surface-acoustic-wave-touch-table/</link>
		<comments>http://beyondthekeeboard.wordpress.com/2011/10/17/experiments-with-touch-building-a-dual-screen-surface-acoustic-wave-touch-table/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 12:31:54 +0000</pubDate>
		<dc:creator>Peter Kaptein</dc:creator>
				<category><![CDATA[5: Research]]></category>
		<category><![CDATA[Roomware]]></category>
		<category><![CDATA[Touch]]></category>

		<guid isPermaLink="false">http://beyondthekeeboard.wordpress.com/?p=1405</guid>
		<description><![CDATA[Brief The next Touch project on my list involves a Surface Acoustic Wave Dual Touch panel. I am choosing this technology for the following reasons/advantages: Affordable multi touch &#8211; Capacative screens become increasingly expensive as size increases. SAW stays relatively low cost. Less vulnerable &#8211; I noticed with a capacitive Touch screen from [insert here] [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1405&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Brief</h2>
<p>The next Touch project on my list involves a Surface Acoustic Wave Dual Touch panel.</p>
<p>I am choosing this technology for the following reasons/advantages:</p>
<ol>
<li><strong>Affordable multi touch</strong> &#8211; Capacative screens become increasingly expensive as size increases. SAW stays relatively low cost.</li>
<li><strong>Less vulnerable</strong> &#8211; I noticed with a capacitive Touch screen from [insert here] that it is prone to scratching</li>
<li><strong>Scalable</strong> &#8211; At NijTouch you can order SAW panels up to 42 inch. Resistive Touch Panels go up to 22 inch and apparenly it stops there for now, for the Business to Consumer market.</li>
<li><strong>No ridges/Flat surface</strong> &#8211; The alternative to SAW is Infrared Touch, but these &#8220;panels&#8221; involve a ridge on top of your touch surface to house the IR LEDs/Sensors</li>
</ol>
<p>Possible disadvantages and limitations:</p>
<ol>
<li><strong>Water and dirt</strong> &#8211; The SAW panels might be more subjective to water and dirt: acting as &#8220;touch shadows&#8221; casted by the dirt and water instead of by your fingers. I will have to test that. As SAW is used for more &#8220;prone to abuse&#8221; type of use like: &#8220;ATMs, Amusement Parks, Banking and Financial Applications, public information kiosks&#8221; I think it might be fine</li>
<li><strong>Latency &amp; precision</strong> &#8211; Also I do not know what the latency and precision is.</li>
</ol>
<h2>Application</h2>
<p>The application I have in mind is for table-based Touch Surfaces, like in a cafe or in your home. The main goal is to have a multi-touch surface that can deal with the stress and abuse of day to day use of objects placed on the surface.</p>
<h2>The alternative</h2>
<p>The alternative I might fall back to for the final product is Resistive Single Touch.</p>
<h2>Surface Acoustic Wave Touch (SAW)</h2>
<p>From <a href="http://www.tvielectronics.com/Touch_Screen.html">TVI Electronics</a> :</p>
<p style="padding-left:30px;">The Surface Acoustic Wave (SAW) technology is one of the most advanced touch screen types. The technology is based on two transducers (transmitting and receiving) placed for the both of X and Y axis on the touch panel. The other important element of SAW is placed on the glass, called reflector. The controller sends electrical signal to the transmitting transducer, and transducer converts the signal into ultrasonic waves and emits to reflectors that are lined up along the edge of the panel. After reflectors refract waves to the receiving transducers, the receiving transducer converts the waves into an electrical signal and sends back to the controller. When a finger touches the screen, the waves are absorbed, causing a touch event to be detected at that point.</p>
<p style="padding-left:30px;">Compared to Resistive and Capacitive technologies, SAW technology provides superior image clarity, resolution, and higher light transmission. Because the panel is all glass, there are no layers that can be worn, giving this technology the highest durability factor and also the highest clarity. Disadvantages of Surface Acoustic Wave (SAW) technology include the facts that the touch screen must be touched by finger, gloved hand, or soft-tip stylus (something hard like a pen won&#8217;t work) and  that the touchscreen is not completely sealable, can be affected by large amounts of dirt, dust, and / or water in the environment.</p>
<p style="padding-left:30px;">The Surface Acoustic Wave technology is recommended for ATMs, Amusement Parks, Banking and Financial Applications, public information kiosks, computer based training, or other high traffic indoor environments.</p>
<p>Surface Acoustic Wave itself apparently is a process/theoretical principle already discoverd in1885. Read the <a href="http://en.wikipedia.org/wiki/Surface_acoustic_wave">Wikipedia article here</a>. Touch screens are briefly mentioned in that article:</p>
<p style="padding-left:30px;">SAW sensors have seen relatively modest commercial success to date, but are commonly commercially available for some applications such as <a title="Touchscreen" href="http://en.wikipedia.org/wiki/Touchscreen">touchscreen</a> displays.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beyondthekeeboard.wordpress.com/1405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beyondthekeeboard.wordpress.com/1405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beyondthekeeboard.wordpress.com/1405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beyondthekeeboard.wordpress.com/1405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beyondthekeeboard.wordpress.com/1405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beyondthekeeboard.wordpress.com/1405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beyondthekeeboard.wordpress.com/1405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beyondthekeeboard.wordpress.com/1405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beyondthekeeboard.wordpress.com/1405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beyondthekeeboard.wordpress.com/1405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beyondthekeeboard.wordpress.com/1405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beyondthekeeboard.wordpress.com/1405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beyondthekeeboard.wordpress.com/1405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beyondthekeeboard.wordpress.com/1405/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1405&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beyondthekeeboard.wordpress.com/2011/10/17/experiments-with-touch-building-a-dual-screen-surface-acoustic-wave-touch-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cffc2ff7b980a5f5f76c22bddba4f361?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peter kaptein</media:title>
		</media:content>
	</item>
		<item>
		<title>Experiments with Touch &#8211; Bigscreen Android with 23 inch Resistive Touch Panel</title>
		<link>http://beyondthekeeboard.wordpress.com/2011/10/05/bigscreen-android-with-touch/</link>
		<comments>http://beyondthekeeboard.wordpress.com/2011/10/05/bigscreen-android-with-touch/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 21:34:18 +0000</pubDate>
		<dc:creator>Peter Kaptein</dc:creator>
				<category><![CDATA[3: Prototypes]]></category>
		<category><![CDATA[5: Research]]></category>
		<category><![CDATA[Alternative input devices]]></category>
		<category><![CDATA[Hacking Android]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Touch]]></category>

		<guid isPermaLink="false">http://beyondthekeeboard.wordpress.com/?p=1360</guid>
		<description><![CDATA[Inspired by the allegedly Windows Android x86 demo with a 23 inch multi-touch screen by Martin Drashkov (see second video below), I decided to give my own version a spin. [Edit: Oct 16, 2011] One of the readers of Hack a Day pointed out that a 23 inch Touch panel could not be found. I guess [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1360&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Inspired by the allegedly Windows Android x86 demo with a 23 inch multi-touch screen <a href="http://martin.drashkov.com/2011/09/android-megapad-23-android-tablet-for.html">by Martin Drashkov</a> (see second video below), I decided to give my own version a spin.</p>
<p>[Edit: Oct 16, 2011] One of the readers of Hack a Day pointed out that a 23 inch Touch panel could not be found. I guess I made an err here.</p>
<h2>My version of a <span style="color:#000000;"><del>23</del></span> 22 inch Android Touch &#8220;mega tablet&#8221;</h2>
<span style="text-align:center; display: block;"><a href="http://beyondthekeeboard.wordpress.com/2011/10/05/bigscreen-android-with-touch/"><img src="http://img.youtube.com/vi/eGu2meJuT4s/2.jpg" alt="" /></a></span>
<p>It uses a single-touch resistive <del>23</del> 22 inch Touch screen with an Difrnce DIT7000 Android tablet I bought for 135 euro on a heavy: &#8220;everything must go&#8221; sales discount.</p>
<p>I had hoped for higher resolutions of at least around 1200 x 800, but the HDMI output resolution of this tablet is probably also 800 x 480 pixels.</p>
<h2>The video that triggered this experiment</h2>
<span style="text-align:center; display: block;"><a href="http://beyondthekeeboard.wordpress.com/2011/10/05/bigscreen-android-with-touch/"><img src="http://img.youtube.com/vi/O8lHdgHQmvc/2.jpg" alt="" /></a></span>
<p>The Megapad by Martin Drashkov.</p>
<p>As I already had done some experiments with resistive touch screens and seen the insides of another Resistive Touch tablet (see <a title="Hacking away with Android pt 5 – insides of the Archos 32 and photos of LCD screens" href="http://beyondthekeeboard.wordpress.com/2010/11/18/hacking-away-with-android-pt-5-insides-of-the-archos-32-and-photos-of-lcd-screens/">this post</a> on taking the Archos 32 apart), I guessed it would not be that difficult to get stuff working</p>
<h2>Also see</h2>
<ol>
<li><strong>The Scrablet</strong> &#8211; <a title="Research: The Scrablet – Building my own Tablet PC" href="http://beyondthekeeboard.wordpress.com/2010/11/25/research-the-scrablet-building-your-own-tablet-pc/">The concept</a>, <a title="Building the Scrablet – summary" href="http://beyondthekeeboard.wordpress.com/2011/03/19/building-the-scrablet-summary/">the execution</a>. A 15 inch DIY mod, turning a Laptop screen into an external Touch panel</li>
<li><strong>Taking apart the Archos 32</strong> &#8211; See <a title="Hacking away with Android pt 5 – insides of the Archos 32 and photos of LCD screens" href="http://beyondthekeeboard.wordpress.com/2010/11/18/hacking-away-with-android-pt-5-insides-of-the-archos-32-and-photos-of-lcd-screens/">this post</a> About fixing the broken power switch, including a photo series of the insides ofd this tiny tablet</li>
<li><strong>Touch tablet concept</strong>s &#8211; <a title="Concept sketches – “The iPad killer”  – The possible next phase for pen tablets – part three" href="http://beyondthekeeboard.wordpress.com/2010/02/15/concept-sketches-the-ipad-killer-the-possible-next-phase-for-pen-tablets-part-three/">Here</a>. Once made for Wacom, for a possible gig that did not get through.</li>
<li><strong>&#8220;Minority Report interface&#8221; With FLAR Toolkit and Flash</strong> &#8211; <a title="“Minority Report” interface using Flash and FLAR toolkit" href="http://beyondthekeeboard.wordpress.com/2010/02/27/minority-report-interface-using-flash-and-flar-toolkit/">Here</a>. Originally to test AR-toolkit markers for a table-setup, but done with &#8220;finger gloves&#8221; for fast prototyping</li>
<li><strong>HotForestGreen</strong> &#8211; an &#8220;Internet of things&#8221; framework <a href="http://hotforestgreen.wordpress.com/about/">here</a> that will be used in future projects with this (and other) screens</li>
</ol>
<h2>Basic setup</h2>
<div id="attachment_1374" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/schema_android_touch.png"><img class="size-full wp-image-1374" title="Schema_Android_Touch" src="http://beyondthekeeboard.files.wordpress.com/2011/10/schema_android_touch.png?w=594&#038;h=364" alt="" width="594" height="364" /></a><p class="wp-caption-text">Schema of basic setup - Android 23 inch Touch Screen</p></div>
<p>The Android tablet is connected to the screen via a standard issue HDMI cable (with Mini HDMI connector for the Android tablet).</p>
<p>We connect the 4 wire Resistive  Touch Panel (or Touch Digitizer) with a home brew cable to the Android tablet, replacing the built in Touch screen of the Tablet itself.</p>
<p>To make sure we can run this setup until kingdom come (or one of the components fails) we connect the tablet to a power supply.</p>
<h2>Wiring &#8211; and flipping the pair</h2>
<p>Jumping ahead in the story: this is the (assumed) setup of the Touch Digitizer wiring and the expected and implemented layout of the home brew cable to connect the external (23 inch) Resistive Touch Digitizer to the tablet.</p>
<div id="attachment_1378" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/touch_screen_layout.png"><img class="size-full wp-image-1378" title="Touch_screen_layout" src="http://beyondthekeeboard.files.wordpress.com/2011/10/touch_screen_layout.png?w=594&#038;h=480" alt="" width="594" height="480" /></a><p class="wp-caption-text">4 wire resistive Touch Panel layout and wiring</p></div>
<p>A 4 wire Resistive Touch Panel has a relatively simple layout. See &#8220;A: Example layout of touch digitizer&#8221; in the image. I did some research online (see for instance<a href="http://www.ti.com/lit/an/slyt209a/slyt209a.pdf"> this PDF document</a>) and deducted the 4 wire connection schema by simply measuring the resistance between each wire pair, before flipping the wires.</p>
<p>In most cases, the wiring would be straight forward (see &#8220;B: Expected layout&#8221;): A to A, B to B, C to C and D to D. For some reason, the Android tablet I used considered the Touch film to be  implemented &#8220;upside down&#8221; where: &#8220;up&#8221; become: &#8220;down&#8221; and vice versa (see first part of my video).</p>
<p>This was corrected by twisting the pair connecting to the Y-axis digitizer (see &#8220;C: Implemented layout&#8221;). The layout became A to C, B to B, C to A and D to D. (In the image I show the position of the Touch Panel wires: C, B, A, D.) The Touch screen input then worked as expected.</p>
<p>As I only did this experiment with one Tablet, I do not know if this is the exception or the rule.</p>
<h2>Photo: Getting the wiring right</h2>
<div id="attachment_1378" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1538_resize.jpg"><img title="IMG_1538_resize" src="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1538_resize.jpg?w=594&#038;h=445" alt="" width="594" height="445" /></a><p class="wp-caption-text">Getting the wiring right: connecting A to C and C to A</p></div>
<p>In the picture above you see how I solved the issue on the wrong wiring: by using 4 clamps and switching &#8220;A&#8221; to &#8220;C&#8221; and &#8220;C&#8221; to &#8220;A&#8221;. If you look closely you see that the yellow (going from &#8220;A&#8221; to &#8220;C&#8221;) and green (going from &#8220;C&#8221; to &#8220;A&#8221;) clamps are the ones I switched.</p>
<h2>Ingredients (and where to get or buy)</h2>
<ol>
<li><strong>A resistive touch Android tablet</strong> &#8211; To run Android and allow you to attach a 4 wire touch screen. I used the 135 (199 without discount) euro<a href="http://www.difrnce.nl/DIT7000/"> Diffrnce DIT7000</a>. It runs Android 2.2 and has mini HDMI out. I bought it at a local store that had a big sale</li>
<li><strong>A Do It Yourself resistive 4 wire Touch digitizer</strong> &#8211; I bought mine on eBay: a flexible touch film for a 23 inch screen. Cost around 90 euro. There are two sellers I trust: <a href="http://stores.ebay.com/Visualtouchworld?_rdc=1">Visual touch</a> (for flexible film Touch panels) and <a href="http://stores.ebay.com/njytouch">NJYTouch </a>(Touch panels on glass surface). Both delivered the ordered product as promised. Additional info: NjyTouch also came up to their promise to replace a broken Touch screen when the first arrived in that state.</li>
<li><strong>A LCD screen with HDMI input</strong> &#8211; I had a 150 euro, 23 inch Samsung from a previous experiment, bought in a local store</li>
<li><strong>Thin flexible wires</strong> &#8211; I harvested the insides of an USB cable from some device I killed</li>
<li><strong>Pins to connect your cable to the Touch digitizer</strong> &#8211; Bought at local electronics store</li>
<li><strong>A HDMI/Mini HDMI connector</strong> &#8211; To connect your tablet to the big screen, bought at a local store</li>
</ol>
<h2>Tools and other stuff</h2>
<ol>
<li><strong>Screwdriver, knife</strong> &#8211; To pry your tablet open<br />
<strong></strong></li>
<li><strong>Scissors</strong> &#8211; To cut the 4 wire flatcable from your tablet</li>
<li><strong>Sandpaper</strong> &#8211; To uncover the wires in the tablet touch screen flatcable</li>
<li><strong>Solder tin</strong> &#8211; To solder</li>
<li><strong>Soldering iron</strong> &#8211; To solder</li>
<li><strong>Super glue and paper</strong> &#8211; To make your connector hulls (see photos). I used Loctite flex gel (superglue) and the paper from an envelope</li>
<li><strong>Clamps</strong> &#8211; As uses in the photo above. If you do not have them, buy them. They proved out to be very handy</li>
</ol>
<h2>Estimated required build time</h2>
<ol>
<li><strong>4 hours to modify Android tablet/Touch cable and make it work</strong> &#8211; It took me about 4 hours to do all the handy work and get the first proof of concept running. As I already had the setup with the LCD screen and the Touch Panel, that time is not included.</li>
<li><strong>6 to 8 hours for all</strong> &#8211; I think a first time implementation of the full setup (including the LCD screen and Touch Panel) can be done in 6 to 8 hours time.</li>
<li><strong>2 to 3 hours when repeated</strong> &#8211; Naturally, the first time implementation includes learning time. I made several small mistakes I had to correct, and there were some things (like the wiring of the Resistive touch Panel) I had to figure out. When repeated, most of that learning time can be skipped</li>
</ol>
<h2>Trying it first &#8211; Frankensteining two tablets</h2>
<p>As I did not have the touch screen at hand at first, I used another resistive tablet for reference. The main question to be answered was: are 4 wire touch screens interchangeable?</p>
<p>So I opened both low cost tablets (110 euro 8 inch Yarvik Tab310 and the 135 euro Difrnce DIT7000) I bought for tinkering purposes. I then did a Frankenstein with the touch screens. Photo and video below.</p>
<div id="attachment_1362" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/imag0170_resize.jpg"><img class="size-full wp-image-1362" title="IMAG0170_resize" src="http://beyondthekeeboard.files.wordpress.com/2011/10/imag0170_resize.jpg?w=594&#038;h=334" alt="" width="594" height="334" /></a><p class="wp-caption-text">Frankensteining two tablets: linking one&#039;s touch screen to the other tablet</p></div>
<p>The tablet on the bottom is the Difrnce borrowing the Yarviks Touch screen.</p>
<span style="text-align:center; display: block;"><a href="http://beyondthekeeboard.wordpress.com/2011/10/05/bigscreen-android-with-touch/"><img src="http://img.youtube.com/vi/pZtEnbKJcSU/2.jpg" alt="" /></a></span>
<h2>Going pro: Connecting it to the <del>23</del> 22 inch Touch screen</h2>
<p>Once I had access to the Touch screen and monitor I started to do the required modding. Below are the steps:</p>
<ol>
<li><strong>Open the resistive screeen tablet</strong> &#8211; Depending on the manufacturer this might be quite the ordeal. The Difrnce DIT7000 was somewhere in the middle. Not easy, but simpler than &#8211; for instance &#8211; the Yarvik</li>
<li><strong>Disconnect the 4 wire Touch screen cable</strong> &#8211; This is a 6 mm wide flat cable with 4 wires</li>
<li><strong>Cut a 1 cm long piece from the flat cable</strong> &#8211; Just long enough to use it as your connector and short enough to reconnect the remaining length of the original cable to restore the tablet in its old function</li>
<li><strong>Clear the end of your 1cm flatcable</strong> &#8211; Using sandpaper until you see the bright shiny surface of the copper ends</li>
<li><strong>Cut 4 lengths of at least 30 cm of thin wire</strong> &#8211; To allow some space to work between the tablet and your touch screen</li>
<li><strong>Solder the cleared ends of the flat cable</strong> &#8211; To create your connection points for the wires. Photo of the end result below</li>
<li><strong>Solder the wires to your flatcable/connector</strong> &#8211; Be careful and use a soldering iron with a thin tip</li>
<li><strong>Solder the wires to your connector</strong> &#8211; Using tin. As i used cheap quality &#8212; the hull melted a bit. Prepare the pins with tin beforehand to make soldering easier and the reuslt more reliable</li>
<li><strong>Test</strong> &#8211; I found:</li>
<ol>
<li><strong>Not all the same wiring: down is up, up is down</strong> &#8211; That the Difrnce tablet crosses the wires for the Y-axis readout of the 4 wire Touch digitizer. So &#8220;up&#8221; is &#8220;down&#8221; and &#8220;down&#8221; is up. See my movie and the layout of wires above.</li>
<li><strong>Direction matters</strong> &#8211; There is a clear &#8220;pin 1, 2, 3, 4&#8243; situation. If you connect &#8220;pin 4&#8243; to &#8220;pin 1&#8243; the tablet will not respond to touch</li>
<li><strong>Try the standard setup first</strong> &#8211; Connect the pins straight forward first and make it work before you start solving possible issues like #1: down=up, up=down</li>
</ol>
<li><strong>Make the hulls for both connectors using paper and super glue</strong> &#8211; To avoid your cable/construction to be too vulnerable. The wires you use have a 3 or 5 wire core of very thin copper wires. They break easily. Photos of the end result below.</li>
<li><strong>Use</strong> &#8211; Your connector cable from your 4 wire Touch digitizer to your tablet is done.</li>
</ol>
<h2>Photos</h2>
<div id="attachment_1364" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1525_resize.jpg"><img class="size-full wp-image-1364" title="IMG_1525_resize" src="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1525_resize.jpg?w=594&#038;h=445" alt="" width="594" height="445" /></a><p class="wp-caption-text">The insides of the Difrnce DIT7000 - the disconnected 4 wire Touch cable</p></div>
<div id="attachment_1365" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1526_resize.jpg"><img class="size-full wp-image-1365" title="IMG_1526_resize" src="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1526_resize.jpg?w=594&#038;h=445" alt="" width="594" height="445" /></a><p class="wp-caption-text">The make-shift Touch connector with cleaned wires</p></div>
<div id="attachment_1366" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1528_resize.jpg"><img class="size-full wp-image-1366" title="IMG_1528_resize" src="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1528_resize.jpg?w=594&#038;h=445" alt="" width="594" height="445" /></a><p class="wp-caption-text">Make-shift connector with USB cable wires soldered to it - the white is paper superglued to the connector</p></div>
<div id="attachment_1367" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1530_resize.jpg"><img class="size-full wp-image-1367" title="IMG_1530_resize" src="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1530_resize.jpg?w=594&#038;h=445" alt="" width="594" height="445" /></a><p class="wp-caption-text">The connector to the 22 inch Touch digitizer</p></div>
<div id="attachment_1368" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1531_resize.jpg"><img class="size-full wp-image-1368" title="IMG_1531_resize" src="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1531_resize.jpg?w=594&#038;h=445" alt="" width="594" height="445" /></a><p class="wp-caption-text">Superglue and thick paper to make a solid wrapping/encasing for our connector</p></div>
<div id="attachment_1369" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1532_resize.jpg"><img class="size-full wp-image-1369" title="IMG_1532_resize" src="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1532_resize.jpg?w=594&#038;h=445" alt="" width="594" height="445" /></a><p class="wp-caption-text">Almost done: finalizing the connector with extra support/sturdyness for the wrapping</p></div>
<div id="attachment_1370" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1535_resize.jpg"><img class="size-full wp-image-1370" title="IMG_1535_resize" src="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1535_resize.jpg?w=594&#038;h=445" alt="" width="594" height="445" /></a><p class="wp-caption-text">The setup: screen and tablet, with Touch screen connector</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beyondthekeeboard.wordpress.com/1360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beyondthekeeboard.wordpress.com/1360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beyondthekeeboard.wordpress.com/1360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beyondthekeeboard.wordpress.com/1360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beyondthekeeboard.wordpress.com/1360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beyondthekeeboard.wordpress.com/1360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beyondthekeeboard.wordpress.com/1360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beyondthekeeboard.wordpress.com/1360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beyondthekeeboard.wordpress.com/1360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beyondthekeeboard.wordpress.com/1360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beyondthekeeboard.wordpress.com/1360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beyondthekeeboard.wordpress.com/1360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beyondthekeeboard.wordpress.com/1360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beyondthekeeboard.wordpress.com/1360/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1360&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beyondthekeeboard.wordpress.com/2011/10/05/bigscreen-android-with-touch/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cffc2ff7b980a5f5f76c22bddba4f361?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peter kaptein</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/schema_android_touch.png" medium="image">
			<media:title type="html">Schema_Android_Touch</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/touch_screen_layout.png" medium="image">
			<media:title type="html">Touch_screen_layout</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1538_resize.jpg" medium="image">
			<media:title type="html">IMG_1538_resize</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/imag0170_resize.jpg" medium="image">
			<media:title type="html">IMAG0170_resize</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1525_resize.jpg" medium="image">
			<media:title type="html">IMG_1525_resize</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1526_resize.jpg" medium="image">
			<media:title type="html">IMG_1526_resize</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1528_resize.jpg" medium="image">
			<media:title type="html">IMG_1528_resize</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1530_resize.jpg" medium="image">
			<media:title type="html">IMG_1530_resize</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1531_resize.jpg" medium="image">
			<media:title type="html">IMG_1531_resize</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1532_resize.jpg" medium="image">
			<media:title type="html">IMG_1532_resize</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/10/img_1535_resize.jpg" medium="image">
			<media:title type="html">IMG_1535_resize</media:title>
		</media:content>
	</item>
		<item>
		<title>The search for hardware below 100 euro &#8211; Android stuff keeps dropping in price</title>
		<link>http://beyondthekeeboard.wordpress.com/2011/08/26/the-search-for-hardware-below-100-euro-android-stuff-keeps-dropping-in-price/</link>
		<comments>http://beyondthekeeboard.wordpress.com/2011/08/26/the-search-for-hardware-below-100-euro-android-stuff-keeps-dropping-in-price/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 11:43:43 +0000</pubDate>
		<dc:creator>Peter Kaptein</dc:creator>
				<category><![CDATA[Android devices]]></category>
		<category><![CDATA[Hacking Android]]></category>
		<category><![CDATA[Hardware as commodity]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[hacking android]]></category>

		<guid isPermaLink="false">http://beyondthekeeboard.wordpress.com/?p=1347</guid>
		<description><![CDATA[The search for hardware below the 100 euro price tag When you build stuff that needs some kind of computing power beyond the 20 euro PLC/Arduino scope, Android devices might be your first weapon of choice. When I started to focus my attention on Android in 2010, the cheapest hardware you could find where the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1347&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>The search for hardware below the 100 euro price tag</h2>
<p>When you build stuff that needs some kind of computing power beyond the 20 euro PLC/Arduino scope, Android devices might be your first weapon of choice.</p>
<p>When I started to focus my attention on Android in 2010, the cheapest hardware you could find where the Apad tablets, offered for 130 USD, excluding the import costs.</p>
<p>Archos had already launched their first series of 7 inch tablets: running on a 600 MHz ARM Cortex A8 processor and with 128 MB of RAM, obtainable for around 190 euro in that period. And in the end I bought just that.</p>
<p>But for home made projects, where your &#8220;computer&#8221; is hidden in some closet somewhere, even 150 euro is still a lot of money. So I am patiently waiting for the hardware to drop below the 100 euro point. And this months (from Juli on) it has.</p>
<h2>Two reasons why I prefer Android above other platforms</h2>
<ol>
<li><strong>Java and code portability</strong> - My (Java) code is not locked to one specific platform as is the case with &#8211; for instance &#8211; iOS and Symbian. If I do it properly: by abstracting and encapsulating platform dependent parts, I can compile and run that same code on any platform of choice, including Linux versions, the Mac and the PC.</li>
<li><strong>Price tag and competition</strong> &#8211; Android is not locked to one vendor or one producer. Anyone can build and sell Android devices. This means that there is more choice and more competition in the market. As one consequence, more and more &#8220;last year devices&#8221; (like the Yarvik and Arnova products) will continue to hit the market to target cheap skates like me, dropping in price as production costs drops on the long tail as well.</li>
</ol>
<h2>Two devices to toy with</h2>
<div>Below you find two devices I would currently recommend to use for experiments:</div>
<div>
<ol>
<li><strong>The 88 euro Yarvik TAB211</strong> &#8211; It is on special offer and offers a (very) good deal for a good price.</li>
<li><strong>The 100 euro LG GT540</strong> &#8211; I bought this phone for 200 euro when it came out in 2010 and the price has been dropping ever since.  What goes for the Yarvik goes for the LG: good deal for a good price.</li>
</ol>
</div>
<div>Below you find some more info.</div>
<h2><em>88 euro Yarvik Tablet: 256 MB RAM, 1 GHz ARM 11 processor</em></h2>
<p>Yesterday I bought the Yarvik Tab 211. Yarvik is a sub-brand of <a href="http://www.sweex.com/en/assortiment/">Sweex</a>, which specializes in OK hardware on the low end of the market. It is not the best you can get, but it is good for its price. And with the specifications and build of the Tab211 I think they hit bulls eye.</p>
<p>The tablet cost 88 euro in a special offer at &#8220;Computerland&#8221; (see image below), a retailer part of the same group that contains &#8220;Media World&#8221; / &#8220;Media Markt&#8221;.</p>
<div id="attachment_1351" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/08/yarvik_211.png"><img class="size-full wp-image-1351" title="yarvik_211" src="http://beyondthekeeboard.files.wordpress.com/2011/08/yarvik_211.png?w=594&#038;h=377" alt="" width="594" height="377" /></a><p class="wp-caption-text">Yarvik Tab211, 88 euro at &quot;Computerland&quot;</p></div>
<p>It is the &#8220;high end&#8221; tablet in their range of two 7 inchers and below is a part of the list of its specifications:</p>
<p><a href="http://www.yarvik.com/en/products/tablets/tablets_7/TAB211/"><img class="alignnone size-full wp-image-1348" title="Yarvik211" src="http://beyondthekeeboard.files.wordpress.com/2011/08/yarvik211.png?w=594&#038;h=406" alt="" width="594" height="406" /></a></p>
<p>The resistive screen is quite OK and it comes with a USB host cable included.</p>
<h2><em>Yarvik USB Host</em></h2>
<p>The USB Host was something I actually did not expect to get with the tablet.</p>
<p>It allows you to connect a keyboard, a mouse and a drive to the device. And if you use a USB hub (with an independent power source to feed the harddrive) you can use all at the same time, as I did with the Archos more than a year ago. (<a href="http://beyondthekeeboard.wordpress.com/2010/10/30/hacking-away-with-android-pt-2-making-your-own-usb-host-cable/">see this post</a> of my <a href="http://beyondthekeeboard.wordpress.com/category/1-series/hacking/hacking-android/">&#8220;Hacking away with Android</a>&#8221; series).</p>
<p>Brief: it works.</p>
<h2><em>100 euro LG GT540: 600 MHz, 256 MB RAM</em></h2>
<p>The LG GT540 has hit and went under the 100 euro price tag in Italy, Germany and the Netherlands. Unfortunately this offer has apparently expired and the cheapest offer I could find now (August 2011) is 103 euro.</p>
<div id="attachment_1349" class="wp-caption alignnone" style="width: 589px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/08/lgoptimus_99.png"><img class="size-full wp-image-1349" title="LGoptimus_99" src="http://beyondthekeeboard.files.wordpress.com/2011/08/lgoptimus_99.png?w=594" alt=""   /></a><p class="wp-caption-text">LG GT540 for 99 euro</p></div>
<div id="attachment_1350" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/08/lgoptimus.png"><img class="size-full wp-image-1350" title="LGoptimus" src="http://beyondthekeeboard.files.wordpress.com/2011/08/lgoptimus.png?w=594&#038;h=327" alt="" width="594" height="327" /></a><p class="wp-caption-text">LG GT540 for 103 euro</p></div>
<h2><em>GT540 and Android 2.2/2.3</em></h2>
<p>The GT540 apparently still comes standard with Android 1.6 and can be upgraded to 2.1 (Eclair).  As this phone is selling for over a year and gaining more and more user, there are mods as well to upgrade it to 2.2 (FoYo) and 2.3 (Gingerbread).</p>
<p>FroYo makes it possible to use this phone as a WiFi hot spot, using a data plan from your telephony provider..</p>
<p>I have done an upgrade for another &#8220;old&#8221; phone: the Samsung Galaxy I, and assume it will be equally painless for the GT540.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beyondthekeeboard.wordpress.com/1347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beyondthekeeboard.wordpress.com/1347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beyondthekeeboard.wordpress.com/1347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beyondthekeeboard.wordpress.com/1347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beyondthekeeboard.wordpress.com/1347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beyondthekeeboard.wordpress.com/1347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beyondthekeeboard.wordpress.com/1347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beyondthekeeboard.wordpress.com/1347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beyondthekeeboard.wordpress.com/1347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beyondthekeeboard.wordpress.com/1347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beyondthekeeboard.wordpress.com/1347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beyondthekeeboard.wordpress.com/1347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beyondthekeeboard.wordpress.com/1347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beyondthekeeboard.wordpress.com/1347/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1347&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beyondthekeeboard.wordpress.com/2011/08/26/the-search-for-hardware-below-100-euro-android-stuff-keeps-dropping-in-price/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cffc2ff7b980a5f5f76c22bddba4f361?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peter kaptein</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/08/yarvik_211.png" medium="image">
			<media:title type="html">yarvik_211</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/08/yarvik211.png" medium="image">
			<media:title type="html">Yarvik211</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/08/lgoptimus_99.png" medium="image">
			<media:title type="html">LGoptimus_99</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/08/lgoptimus.png" medium="image">
			<media:title type="html">LGoptimus</media:title>
		</media:content>
	</item>
		<item>
		<title>Open Source as a business strategy?</title>
		<link>http://beyondthekeeboard.wordpress.com/2011/08/02/open-source-as-a-business-strategy/</link>
		<comments>http://beyondthekeeboard.wordpress.com/2011/08/02/open-source-as-a-business-strategy/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 18:54:34 +0000</pubDate>
		<dc:creator>Peter Kaptein</dc:creator>
				<category><![CDATA[Legal]]></category>
		<category><![CDATA[alternative way to protect software]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[partnership]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://beyondthekeeboard.wordpress.com/?p=1330</guid>
		<description><![CDATA[In my previous post about Open Source, Freelancing and the public domain, I mentioned the things to keep in mind when you use and re-use specific (home made) solutions in commercial assignment. But what if you want to do more? Protecting your idea before entering a partnership Say you have the golden opportunity to start a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1330&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In my previous post about <a title="Freelancing, Open Source, the public domain and your copyrighted work" href="http://beyondthekeeboard.wordpress.com/2011/08/02/freelancing-open-source-the-public-domain-and-your-copyrighted-work/">Open Source, Freelancing and the public domain</a>, I mentioned the things to keep in mind when you use and re-use specific (home made) solutions in commercial assignment.</p>
<p>But what if you want to do more?</p>
<h2>Protecting your idea before entering a partnership</h2>
<p>Say you have the golden opportunity to start a partnership with other people.</p>
<p>And the outlook is really promising. Something like: &#8220;several million euros in contracts in the next twelve months&#8221;.</p>
<p>Where you deliver the technology, they deliver the sales, the network, the corporate knowledge and commercial know how.</p>
<p>If all goes well, you will all be happy and have a lot more money than when you started.</p>
<p>However: if things go wrong, you might lose your awesome solution, for instance because your partners until then will sue you dearly if you ever use it again, somewhere else, in any future project. Simply because it is their policy and because they can.</p>
<p>There are several ways to protect your idea and your software, but the main question is: &#8220;what do you bring into the deal to begin with?&#8221;</p>
<h2>Legal headaches</h2>
<p>How do you protect what you perceive to be yours? How do you make sure you can te-use what you brought into a business deal when things go pear-shaped?</p>
<p>Who can help you avoid putting your head into a legal noose?</p>
<h2>Your expertise, not your solution</h2>
<p>One way I feel is best &#8211; if you feel an unfortunate premature exit is one of the possible outcomes &#8211; is to bring in your expertise alone.</p>
<p>Whatever you produce during the partnership might be of all involved at that time, but your original product might better stay yours.</p>
<p>Again the Public Domain might be a good solution, if you dare to take it. Where you might loose the cutting edge &#8211; as others, including your competitors, will have access to it too &#8211; you might keep the thing you put your heart in to begin with.</p>
<h2>If the market is small or: when this might be a bad idea</h2>
<p>If there are only a hand full of players, wolves prowling on the other side of the road and only a hand full of potential clients, releasing  your source code (as this is what we talk about) might be a big mistake.</p>
<p>Also, you might have dreams of world domination.</p>
<p>In that case keeping your stuff secret might be (or seem to be) the only way not to lose your position.</p>
<h2>When your business model is service driven</h2>
<p>On the other hand, maybe your idea is not that unique to begin with and making it open to the public domain allows you to move much easier.</p>
<h2>What to keep in mind with going Open</h2>
<p>If you go Open, there is hardly any room for mixed feelings. If you go, go fully and make sure you have no second thoughts.</p>
<p>Open Source has a completely different business model than Closed Source. One reason is what I mentioned before: if it is in the Public Domain, your competitor will have access to it too.</p>
<h2>What defines your cutting edge?</h2>
<p>The question is, however: what do you compete on? And what changes if your business model changes?</p>
<p>I like to use the example of the Boiler and Geiser for this. Both are used to provide hot water. Both are produced in mass and both are based on relatively simple technological principles. Both are omni-present. Any and all households in the Western world has either one or the other.</p>
<p>As they are mechanical constructs, you need maintenance.</p>
<p>As they are everywhere, you need relatively many people to do that maintenance. Enough to build a business around.</p>
<p>What defines youir cutting edge?</p>
<p>Are you special due to some secret sauce, or because of what you can do for others with the tools you produced?</p>
<p>Do you want to go for secrecy and (as a possible next step) to complex legal shit, or simply release and build your business on services or spin off products? Both are valid as a starting point.</p>
<p>Your secret sauce makes it possible to keep the cutting edge (if you are good) and be the only one licensing that software. As Microsoft shown, that can be very lucrative. It also involves a lot of extra overhead as you will need more and more effort to protect that secret and your market share.</p>
<p>When you open stuff up, your main competitive edge is the quality of you and your vision. Put into an example: Even though anyone can make fried potatoes, but yours might be so super awesomely tasteful that people travel from the other side of town specifically to get yours. Here too is increased effort required to remain in the fore front as time progresses and others learn from your success, but as you have fewer things to worry about (no secrets to protect and a simpler organizational model) you need relatively less effort to make it all work. You can basically simply focus on doing your job.</p>
<h2>Where I stand</h2>
<p>I want several things:</p>
<ol>
<li><strong>To build a steady business</strong> &#8211; Which allows me to keep and increase my financial independence</li>
<li><strong>To create for creations sake</strong> &#8211; As I like to make beautiful things that gives me satisfaction. It is basically my legal drug.</li>
<li><strong>To create something awesome with others</strong> &#8211; As I am limited in what I can do alone and working with the right people (as in: the right fit/chemistry) can be very exciting, very stimulating and a lot of fun.</li>
</ol>
<div>What I have learned:</div>
<div>
<ol>
<li><strong>The VC/TextBook Startup thing is not my thing</strong> &#8211; I want to move fast and freely. I want to build. I want launching customers and test my things in the wild. I want to be able to change my mind. Completely. Tomorrow. And get away with that.</li>
<li><strong>There is another way</strong> &#8211; I earned more (worry free) money with freelancing than by having a business with personnel (I did both).</li>
<li><strong>Big is not always by Business</strong> &#8211; Yes it is cool to be able to say: &#8220;I created and run a multi-million business&#8221; (I did not). But it is not the only- or best way to become big.</li>
<li><strong>Money does not equal fun</strong> &#8211; Fun is doing stuff you like. Money is something you earn.</li>
</ol>
<p>Endeavoring stuff via a Textbook Startup attempt (if there is something like that) turned out to be the opposite of what I wanted.</p>
<p>In the next months I will release one framework (<a href="http://hotforestgreen.wordpress.com/about/">HotForestGreen</a>) as Open Source. It is being developed to be one of the most mature frameworks for Smart Spaces, Distributed Applications development and &#8220;the internet of things&#8221; you can find now in Open Source.</p>
<p>Ten your ago I would have argued to keep it closed source and license the software per user and project. I think it has a lot of potential awesomeness in it.</p>
<p>Right now, putting it in Public Domain and going full force with it (no holding back) still scares the shit out of a part of me. Because <em>if</em> it becomes a success, I might find to have gambled on dogs instead of horses.</p>
<p>The alternative routes &#8211; however &#8211; do no longer appeal to me. At all.</p>
<p>And there you have it.</p>
<h2>Closing</h2>
<p>Open Source and the Public Domain is part of my future insurance that <em>if</em> I find partners to work with, my source code remains mine, to do whatever I want to do with it afterwards.</p>
<p>The risk of being copied is always there. But the risk of getting nowhere to begin with is bigger. And I no longer believe that setting up a business around software is a thing that will bring me fun and joy, as I myself do not fit the shoes required to wear for such work.</p>
<p>Open Source is also my warranty for personal freedom in future projects (due to the restraint-less liberty to share what I created) and a more promising road to achieve what I want to achieve: that people actually use my work.</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beyondthekeeboard.wordpress.com/1330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beyondthekeeboard.wordpress.com/1330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beyondthekeeboard.wordpress.com/1330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beyondthekeeboard.wordpress.com/1330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beyondthekeeboard.wordpress.com/1330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beyondthekeeboard.wordpress.com/1330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beyondthekeeboard.wordpress.com/1330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beyondthekeeboard.wordpress.com/1330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beyondthekeeboard.wordpress.com/1330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beyondthekeeboard.wordpress.com/1330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beyondthekeeboard.wordpress.com/1330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beyondthekeeboard.wordpress.com/1330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beyondthekeeboard.wordpress.com/1330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beyondthekeeboard.wordpress.com/1330/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1330&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beyondthekeeboard.wordpress.com/2011/08/02/open-source-as-a-business-strategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cffc2ff7b980a5f5f76c22bddba4f361?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peter kaptein</media:title>
		</media:content>
	</item>
		<item>
		<title>Freelancing, Open Source, the public domain and your copyrighted work</title>
		<link>http://beyondthekeeboard.wordpress.com/2011/08/02/freelancing-open-source-the-public-domain-and-your-copyrighted-work/</link>
		<comments>http://beyondthekeeboard.wordpress.com/2011/08/02/freelancing-open-source-the-public-domain-and-your-copyrighted-work/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 18:22:41 +0000</pubDate>
		<dc:creator>Peter Kaptein</dc:creator>
				<category><![CDATA[Legal]]></category>

		<guid isPermaLink="false">http://beyondthekeeboard.wordpress.com/?p=1328</guid>
		<description><![CDATA[About two years ago I decided to make the framework for Smart Spaces Open Source. Starting point One of the reasons was a somewhate strange situation with a client who &#8211; after a project was closed &#8211; suddenly started to press on having a contract signed by me with which I would transfer all the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1328&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>About two years ago I decided to make the framework for Smart Spaces Open Source.</p>
<h2>Starting point</h2>
<p>One of the reasons was a somewhate strange situation with a client who &#8211; after a project was closed &#8211; suddenly started to press on having a contract signed by me with which I would transfer all the copyright of all the work I did for their clients over to them.</p>
<h2>Copyright, Freelancers and the Netherlands</h2>
<p>In the Netherlands, as a freelancer, you are an independent agent. All the work you create for a client is your Copyright.</p>
<p>The only way to transfer that Copyright is when you sign a contract with a Waiver of Copyright and by transfer on a case by case basis.</p>
<h2>Framework</h2>
<p>As some work was done with a framework I was working on at that time, I said &#8220;no&#8221;, as that framework was not in the public domain and did not contain any Licence Info. By signing the contract I would (possibly) automatically transfer the Copyright of that work into their hands as well.</p>
<h2>Fight</h2>
<p>For a while the relationship was not funny and the pressure applied did not add up to for what it was worth. There are many ways to assure that:</p>
<ol>
<li>I would not abuse the code I wrote for that project</li>
<li>They (and their client) would not have to fear any claims from me on hind sight</li>
</ol>
<p>After some heated calls and mails we agreed and we would only transfer the copyright of the work I did for that specific project.</p>
<h2>Libraries of awesomeness</h2>
<p>When you are like me and create work for a Client as an independent, there are three possible parts:</p>
<ol>
<li><strong>Generic stuff</strong> &#8211; The work you create specifically for the Client and could not care less about afterwards</li>
<li><strong>Re-usable (awesome) stuff</strong> &#8211; Some smart and generic solutions you can re-use for other clients</li>
<li><strong>Your library of (awesome) stuff from past projects</strong> &#8211; As you move on, more and more tricks have been added to your pouch of wonders</li>
</ol>
<p>Number 2 and 3 are what makes you more valuable/relevant for your current and future clients. Your re-usable stuff already went through several cycles of improvement and allows you to make several shortcuts that saves you time and allows you to produce better results than when you had to do it from scratch.</p>
<p>To me, this is more important than anything. Including future assignments from one specific client.</p>
<h2>Your libraries, agencies, Open Source and Copyright</h2>
<p>Bottom line: If you have built libraries of your past awesomeness, written in your own time or re-useable with the consent of your past Client, based on your experience and to be used in future Client projects, consider to make it Open Source.</p>
<p>Any Agency is in principle right to ask you to waiver your copyright for the assignments you do via them.</p>
<p>Not because they have a right to claim your work as their own, but to avoid trouble for their clients in the future.</p>
<p>It will not be the first time that a Freelancer causes a lot of issues later down the line as he or she executes the copyrights on his or her work and claims several thousands of euros or blocks the right to use that software &#8211; leading to direct or possible damage for the End Client as whatever commercial endeavor could have started is halted until the issue is solved via the lawyers or a judge &#8211; as the End Client (might have) infringed something somewhere.</p>
<p>If and when you make your general purpose Libraries available as Open Source to the Public Domain via one or another license, the work is much more likely to stay yours when you (re) use it in a future project.</p>
<h2>Clients who do and do not care about Copyright</h2>
<p>Depending on who you work for and what conditions they are used to, you might have two type of assignments:</p>
<ol>
<li><strong>Free to use and re-use your own work</strong> &#8211; One type of client just wants the job done. They assume you are not there to fuck them over afterwards. Whatever you produce is yours and they are completely OK if you (re)use your code. As long as you do it in a way that does not harm them or feels like a backstabbing job.</li>
<li><strong>Anything you create is theirs</strong> &#8211; The other type wants to be sure you will not fuck them (or their clients) over and has the standard policy to anyone and everyone to have them (and you) Waiver their Copyright.</li>
</ol>
<h2>What to keep in mind</h2>
<p>When you sign a contract as a Freelancer, in which you waiver all your copyright to the Agency (and usually via the Agency to the End Client), the work you produce under that contract and during that project is not yours.</p>
<p>If you want to incorporate what you learned under a contract in which you Wavered your Copyright,<span style="text-decoration:underline;"> refactor the code</span>. Any line you copy and past from the result of such an assignment is you breaking the law and becoming liable for a lawsuit, as the code and the Copyright is no longer yours.</p>
<h2><em>Re-use of a concept is not the same as a copy</em></h2>
<p>Whatever concepts you introduced in a project where you wavered your Copyright, you are completely free to re-use those. (Unless someone ran to the Patent Office and patented your solution).</p>
<p>If you use the existing (Copyrighted by someone else due to contract) code as a starting point in &#8211; for instance &#8211; an aforementioned Refactoring, you are fine.</p>
<h2><em>Respect non-competition</em></h2>
<p>If your solution is also to direct strategic benefit for the competitor of your past client and you use the (refactored) code for their benefit, you might not directly breaking a law, but you are threading on thin ice.</p>
<p>Selling a solution Client &#8220;A&#8221; paid a lot of money for to Client &#8220;B&#8221; for a lot less, removing the potential advance &#8220;A&#8221; might have had will piss people off when they discover the link to you.</p>
<p>Apart from that: it is simply not done.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beyondthekeeboard.wordpress.com/1328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beyondthekeeboard.wordpress.com/1328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beyondthekeeboard.wordpress.com/1328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beyondthekeeboard.wordpress.com/1328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beyondthekeeboard.wordpress.com/1328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beyondthekeeboard.wordpress.com/1328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beyondthekeeboard.wordpress.com/1328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beyondthekeeboard.wordpress.com/1328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beyondthekeeboard.wordpress.com/1328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beyondthekeeboard.wordpress.com/1328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beyondthekeeboard.wordpress.com/1328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beyondthekeeboard.wordpress.com/1328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beyondthekeeboard.wordpress.com/1328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beyondthekeeboard.wordpress.com/1328/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1328&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beyondthekeeboard.wordpress.com/2011/08/02/freelancing-open-source-the-public-domain-and-your-copyrighted-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cffc2ff7b980a5f5f76c22bddba4f361?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peter kaptein</media:title>
		</media:content>
	</item>
		<item>
		<title>Research: RFID, XBee, Arduino and Electric Strike Locks</title>
		<link>http://beyondthekeeboard.wordpress.com/2011/07/03/research-rfid-xbee-and-arduino/</link>
		<comments>http://beyondthekeeboard.wordpress.com/2011/07/03/research-rfid-xbee-and-arduino/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 18:28:37 +0000</pubDate>
		<dc:creator>Peter Kaptein</dc:creator>
				<category><![CDATA[5: Research]]></category>
		<category><![CDATA[Opening doors with RFID card]]></category>
		<category><![CDATA[wireless RFID Card reader]]></category>
		<category><![CDATA[Xbee]]></category>
		<category><![CDATA[XBee RFID reader]]></category>

		<guid isPermaLink="false">http://beyondthekeeboard.wordpress.com/?p=1305</guid>
		<description><![CDATA[Can you use XBee and an RFID card reader to create simple, wireless RFID Tag based door openers? And how elaborate will that be?
This post explores those questions as the beginning of a research project.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1305&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post briefly goes into a solution I am investigating to create RFID based door openers. The idea is to have a series of doors, each openable using an RFID card paired to that specific lock / reader / door / unit.</p>
<h2>Wireless RFID card readers</h2>
<p>Looking for a simple way to create a series RFID readers which are able to operate wirelessly, I came upon the <a href="http://thegeekmovement.com/blog/?p=67">following post</a> by Josh Tananbaum / the GeekMovement .</p>
<p>It describes the creation of a RFID reader &#8220;TUNE glove&#8221; and uses 3 main components:</p>
<ol>
<li>The Innovations ID2 RFID reader</li>
<li>An Arduino board</li>
<li>An XBee module</li>
</ol>
<p>I bluntly copied the RFID part of &#8220;parts needed&#8221; from the GeekMovement post here.</p>
<p><strong>Parts Needed:</strong></p>
<ul>
<li>1 x <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8419" target="_blank">Innovations ID12 RFID Reader</a></li>
<li>1 x <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8423" target="_blank">RFID Reader Breakout</a></li>
<li>1 x <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=107" target="_blank">LM7805 5v Voltage Regulator</a></li>
</ul>
<p>The ID12 is a short range RFID reader that sends the ID on theRFID  card in a serial stream through pin 9 to any device including the Arduino board in the TUNE Glove.</p>
<p>In that solution the Arduino board then sends this data to the XBee module, using the NewSoftSerial library.</p>
<h2>XBee might be sufficient</h2>
<p>What the code for the TUNE Glove seems to do is contstruct the numbers and then pass them from Arduino to XBee.</p>
<p>It is possible that you do not need the Arduino. <a href="http://www.digi.com/wiki/developer/index.php/XBee_Active_RFID">This post</a> by <a href="http://www.digi.com/wiki/developer/index.php/User:Lynnlinse">Lynnlinse </a>seems to suggest (using a different type of RFID reader) that is doable. As the ID12 sends serial data in a specific Baud-rate, the XBee can be used to simply broadcast that wirelessly to the XBee base station. The software on the main computer, which can be a solid state machine like the FitPC2 or a low cost machine like a Netbook, can then translate the raw serial data from the reader.</p>
<p>Something to test out. It would dramatically simplify remotely readable RFID readers as you will only need the RFID card reader and the XBee module.</p>
<h2>The ID12 RFID reader</h2>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/hcgilje/490179337/in/photostream/"><img title="ID12" src="http://farm1.static.flickr.com/183/490179337_fa0778338e.jpg" alt="" width="500" height="375" /></a><p class="wp-caption-text">ID 12 and Arduino board. Image curtosy to hc Gilje</p></div>
<p>Creating an RFID reader appears to be relatively simple, thanks to the use of serial data.</p>
<p>The ID12 has two Digital Out ports: D0 and D1. In the schema presented for the TUNE Glove, D0 is used, located at pin 9. The other pins connected are:</p>
<ul>
<li>Pin 2 (RST) and pin 11 (SV) to +5V</li>
<li>Pin 1 (GND) and pin 7 (FS) to GND</li>
</ul>
<div>Right now I have no clue what RST and FS are doing and why they are made respectively set to high (5V) and low (GND).</div>
<h2>3.5 and 5 Volt voltage regulators</h2>
<p><img class="alignnone" title="Voltage regulator" src="http://www1.uk.conrad.com/m/1000_1999/1400/1470/1470/147010_BB_00_FB.EPS.jpg" alt="" width="208" height="200" /></p>
<p>As a layman, what I did not know existed are the single-chip Voltage regulators. The base models are step-down regulators with an output of <a href="http://www.sparkfun.com/products/526">3.5V</a> and 5 Volts. Perfect when you need to add XBee or WiFly to your experiments.</p>
<h2>Arduino NewSoftSerial library</h2>
<p>Another neat thing is the <a href="http://arduiniana.org/libraries/NewSoftSerial/">NewSoftSerial library</a> for Adruino, allowing you to turn any set of pins into additional RX/TX pins with free to set baud rates.</p>
<p>It is based on Ladyadas  <a href="http://www.ladyada.net/make/eshield/AFSoftSerial.zip">AFSoftSerial</a>, uses &#8220;interrupt driven receives&#8221; and is written by Mikhal Hart.</p>
<p>What is handy to know is how to use the library, which is quite simple.</p>
<p>I copied and pasted the SoftSerial elements from the GeekMovement TUNE Glove project.</p>
<pre><span style="color:#008000;">// Define the SoftSerial object called "xbee" and the pins it will use</span>
NewSoftSerial xbee(rxPin,txPin);
<span style="color:#008000;">// Start it with a speed of 9600 baud</span>
xbee.begin(9600);
<span style="color:#008000;">// Write data</span>
xbee.print(code[i], HEX);</pre>
<h2>Other RFID projects</h2>
<p>I found <a href="http://arduino.cc/playground/Learning/ParallaxRFIDreadwritemodule">another RFID project</a> on the Arduino Playground Wiki. It does not state who wrote the article. The cote is attributed to: &#8220;vgrhcp&#8221;.</p>
<p>That project also uses the NewSoftSerial library to allow communication to both the RFID reader and a computer or device.</p>
<h2>Electric strike lock</h2>
<div class="wp-caption alignnone" style="width: 458px"><a href="http://www.alibaba.com/product-free/100081362/Electric_Strike_Lock.html"><img title="Electric strike lock" src="http://i00.i.aliimg.com/photo/v0/100081362/Electric_Strike_Lock.jpg" alt="" width="448" height="325" /></a><p class="wp-caption-text">Electric Strike lock - Curtosy to Alibaba</p></div>
<p>The Electric Strike lock is what you will find in almost any door with an electric opener via an intercom system.</p>
<p>Its internals contain an electro magnet that &#8211; when activated &#8211; releases the strike and allows the door to be pushed open.</p>
<p>When the electromagnet is disabled, the strike will block again.</p>
<p>You can buy Electric Strike locks operating at 12 Volts. Conveniently the same amount as for an Arduino board.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beyondthekeeboard.wordpress.com/1305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beyondthekeeboard.wordpress.com/1305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beyondthekeeboard.wordpress.com/1305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beyondthekeeboard.wordpress.com/1305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beyondthekeeboard.wordpress.com/1305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beyondthekeeboard.wordpress.com/1305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beyondthekeeboard.wordpress.com/1305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beyondthekeeboard.wordpress.com/1305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beyondthekeeboard.wordpress.com/1305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beyondthekeeboard.wordpress.com/1305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beyondthekeeboard.wordpress.com/1305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beyondthekeeboard.wordpress.com/1305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beyondthekeeboard.wordpress.com/1305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beyondthekeeboard.wordpress.com/1305/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1305&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beyondthekeeboard.wordpress.com/2011/07/03/research-rfid-xbee-and-arduino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cffc2ff7b980a5f5f76c22bddba4f361?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peter kaptein</media:title>
		</media:content>

		<media:content url="http://farm1.static.flickr.com/183/490179337_fa0778338e.jpg" medium="image">
			<media:title type="html">ID12</media:title>
		</media:content>

		<media:content url="http://www1.uk.conrad.com/m/1000_1999/1400/1470/1470/147010_BB_00_FB.EPS.jpg" medium="image">
			<media:title type="html">Voltage regulator</media:title>
		</media:content>

		<media:content url="http://i00.i.aliimg.com/photo/v0/100081362/Electric_Strike_Lock.jpg" medium="image">
			<media:title type="html">Electric strike lock</media:title>
		</media:content>
	</item>
		<item>
		<title>Repurposing office space :  A low maintenance system to rent and use office space</title>
		<link>http://beyondthekeeboard.wordpress.com/2011/07/03/repurposing-office-space-a-low-maintenance-system-to-rent-and-use-office-space/</link>
		<comments>http://beyondthekeeboard.wordpress.com/2011/07/03/repurposing-office-space-a-low-maintenance-system-to-rent-and-use-office-space/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 12:12:56 +0000</pubDate>
		<dc:creator>Peter Kaptein</dc:creator>
				<category><![CDATA[Smart Spaces]]></category>

		<guid isPermaLink="false">http://beyondthekeeboard.wordpress.com/?p=1290</guid>
		<description><![CDATA[It is nice to invent new purposes and business models for commercial space. But how do you make them affordable? And how do you deal with two main barriers for the Owner/Exploiter of office space: overhead and the administration of the process?

This post explores a possible solution to offer Office Space - using general purpose RFID Cards like the OV Chipcard and electronic payments - with flexible lease periods, catering small businesses and freelancers.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1290&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>What is this post about?</h2>
<p>This post explores the basis for a scalable, low maintenance system to automate the commercial exploitation of office space: including simple ways to grant and dany people access to Flexible Office Space.</p>
<p>The purpose of this series is to create the foundation for a concept in which existing and vacant Office Space can be broken up into commercial units which can be leased separately without creating extra overhead for the Owner/Exploiter.</p>
<h2>Related links</h2>
<ol>
<li><strong>Basic principals</strong> &#8211; See <a title="Repurposing office space : Base principals" href="http://beyondthekeeboard.wordpress.com/2011/07/03/1285/">this post</a> for my basic exploration on office space, the classic models of exploitation and the added and negative value of property for its surroundings..</li>
</ol>
<h2>Three issues on exploiting a building</h2>
<p>We begin this post by summarizing three issues on the exploitation of a building. More details can be found in the &#8220;Basic principals&#8221; post as mentioned in &#8220;Related links&#8221;.</p>
<ol>
<li><strong>Administrative costs</strong> &#8211; Including contracts, invoices, assuring and handling payments by clients.</li>
<li><strong>Handling costs</strong> &#8211; Including handing over keys, creating keys and delivering the office space</li>
<li><strong>Efficiency</strong> &#8211; The more office space is leased to less clients the better</li>
</ol>
<h2>Three issues on current office space</h2>
<div>
<ol>
<li><strong>Supply and no demand</strong> &#8211; There is more office space available than needed in the business. The result is loss of revenue and loss of value.</li>
<li><strong>Decay</strong> &#8211; Empty office space is prone to vandalism and decay.</li>
<li><strong>Negative added value</strong> &#8211; For the city, as there is no business, no flow of people and the building itself is a dead space.</li>
</ol>
<h2>Three potential groups of clients</h2>
<p>Offering attractive conditions to rent office- and working space</p>
<div>
<ol>
<li>European technology start ups</li>
<li>Freelancers and small businesses in the city</li>
<li>Social businesses &#8211; like restaurants, small educational companies</li>
</ol>
<h2>Main focus of the sytem</h2>
<div>
<ol>
<li><strong>No overhead</strong> &#8211; The system should reduce any form of overhead towards the building owner</li>
<li><strong>Automated</strong> &#8211; Any transaction between a Client and a building should be automated: without the need of any additional human interaction</li>
<li><strong>Clear and simple</strong> &#8211; Any Client should be able to make transactions and understand exactly what the limitations and options are as a result of that transaction</li>
<li><strong>Hard to fraud</strong> &#8211; Anything in between that can instigate fraud should be kept out. Even if there might be a: &#8220;business opportunity&#8221; left out.</li>
</ol>
<h2>Seven elements</h2>
<div>
<ol>
<li><strong>Online</strong> &#8211; Finding and booking vacant space. Using a database with real time information on which units in which buildings are available, reserved and taken</li>
<li><strong>Local</strong> &#8211; Closing the deal via PIN-payment and a Touch screen.</li>
<li><strong>RFID</strong> &#8211; Using general purpose RFID cards to gain access to a building and a unit.</li>
<li><strong>Payment up front</strong> - All units and work spaces are paid for up front.</li>
<li><strong>Limited time access</strong> &#8211; All and each unit are made available for limited time. A space can be reserved for a long period of time, spanning multiple months, but if payment is not done for the next period, access will be denied to that unit to that client.</li>
<li><strong>Full Client responsibility</strong> &#8211; The Client is fully responsible for maintaining access rights to a building and office</li>
<li><strong>Automated administration </strong>- Invoices and reminders (regarding new payments) are sent via e-mail to the Client and the Building.</li>
</ol>
<h2>The basic flow to access a building and office</h2>
<div id="attachment_1291" class="wp-caption alignnone" style="width: 600px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/07/basicaccess.png"><img class="size-full wp-image-1291" title="BasicAccess" src="http://beyondthekeeboard.files.wordpress.com/2011/07/basicaccess.png?w=594" alt=""   /></a><p class="wp-caption-text">Basic flow to get access to an Office and Office space</p></div>
<p>Three ways to get access to an Office Unit</p>
<ol>
<li><strong>Reserving online, payment on spot</strong> &#8211; The first way is by reserving a space online and pay at the office. Included is an QR-Code produced after online reservation and to be shown to the local system when starting the payment process.</li>
<li><strong>Selection and payment on spot</strong> &#8211; The second option is by selecting the unit and period of time on the spot. And do the payment immediately.</li>
<li><strong>Via a guest-account</strong> &#8211; The third is via a guest account, where the Client grants you temporary access to the building and the unit the Client paid for.</li>
</ol>
<h2>In all cases general purpose RFID cards can be used</h2>
<div>
<div class="wp-caption alignnone" style="width: 290px"><img title="OV Chipcard" src="http://www.gvb.nl/reizigers/kaartjekopen/PublishingImages/ov-chipkaarten08.jpg" alt="" width="280" height="292" /><p class="wp-caption-text">OV Chip cards as issued in the Netherlands</p></div>
</div>
<div>General Purpose RFID cards are any card with a readable RFID chip. This includes:</div>
<div>
<ol>
<li>OV Chip card</li>
<li>Oyster card</li>
<li>RFID tag on sticker or 3rd party (bonus/air mile) card</li>
</ol>
<h2>In most, to all cases, payment is on the spot</h2>
<ol>
<li><strong>No fraud</strong> &#8211; To cut out any possibility for fraud between the service provider and the Commercial Exploiter</li>
<li><strong>To allow scalability and independent development</strong> - To allow for maximum decentralized scalability of the concept</li>
<li><strong>Simplification</strong> &#8211; Adding a man in the middle adds an extra layer of complexity, more administration and requires a bond of trust. To keep the financial process simple, payments are made electronically, directly to the party exploiting the building.</li>
</ol>
<p>Payment is done via electronic payment system, coupled to the bank account of the Commercial Exploiter of that building.</p>
<h2>Gaining the right to Access to an Office Unit</h2>
<h2><em>Reserve online, pay on the spot</em></h2>
<div id="attachment_1293" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/07/basicaccess_online.png"><img class="size-full wp-image-1293" title="BasicAccess_online" src="http://beyondthekeeboard.files.wordpress.com/2011/07/basicaccess_online.png?w=594&#038;h=358" alt="" width="594" height="358" /></a><p class="wp-caption-text">Reserving online, paying at location</p></div>
<p>The biggest benefit &#8211; when you are a first time Client &#8211; of arranging the reservation online is speed.</p>
<p>Since you have to go online to find out which location has what space available you just as well might fill in all the basic data required to reserve a space properly:</p>
<ol>
<li>Your e-mail address</li>
<li>Your name</li>
<li>Your home-address and registration number for taxes, if required</li>
</ol>
<p>The check-in process on a location is &#8211; in this case &#8211; limited to the following steps:</p>
<ol>
<li>Present your printout with the QR code</li>
<li>Insert your RFID card</li>
<li>Make the payment via the electronic payment system.</li>
</ol>
<h2>Reservation and payment on the spot</h2>
<div id="attachment_1294" class="wp-caption alignnone" style="width: 604px"><a href="http://beyondthekeeboard.files.wordpress.com/2011/07/basicaccess_location.png"><img class="size-full wp-image-1294" title="BasicAccess_location" src="http://beyondthekeeboard.files.wordpress.com/2011/07/basicaccess_location.png?w=594&#038;h=327" alt="" width="594" height="327" /></a><p class="wp-caption-text">Reservation and payment on the spot</p></div>
<p>The check-in process on a location is &#8211; in this case &#8211; limited to the following steps:</p>
<ol>
<li>Insert your e-mail address (for announcements and your invoice)</li>
<li>Insert your name (if it is not known yet)</li>
<li>State the required time frame</li>
<li>Find and select an available unit</li>
<li>Insert your RFID card</li>
<li>Make the payment via the electronic payment system</li>
</ol>
<h2><em>When space is not available on that spot</em></h2>
<div>It is possible to link all available locations and suggest an alternative location / Office / Building offering a matching Office Unit in the matching time frame.</div>
<p>Making</p>
<h2>What RFID cards provide</h2>
<div>RFID Cards provide:</div>
<div>
<ol>
<li><strong>A unique machine readable ID number per card</strong> &#8211; Making it possible to distinguish separate clients and keep access to a specific unit exclusive to those RFID cards registered to a unit</li>
<li><strong>A quick and reliable machine read out</strong> &#8211; Using an RFID reader, the scan of the ID on a card is done under one second</li>
<li><strong>A cheap, safe and easy to gain object</strong>- Due to the introduction of the OV Chip card and the overall increasing use of RFID cards anywhere, each person has or will have at least one RFID card in the pocket. As the number per RFID card is unique and personal, the RFID card as a key is safe as well.</li>
<li><strong>A simple way to grant a person access</strong> &#8211; To a building and unit, by adding that card ID to the &#8220;Granted Access List&#8221; of a building and Office Unit.</li>
<li><strong>A simple way to deny a person access</strong> - To a building and unit, by removing that card ID from the &#8220;Granted Access List&#8221; of a building and Office Unit.</li>
</ol>
<div>
<h2>Four safety aspects of using RFID</h2>
<div>
<ol>
<li><strong>No copies</strong> - Unlike a normal key, an RFID card is not a copy issued to one or more people.</li>
<li><strong>Unique, physical and bound to a person</strong> - Each RFID card is unique. Granting access via an RFID card is granting access to the person who holds that RFID card. Denying access is also bound to a specific person.</li>
<li><strong>Access is personal and explicitly based on the unique number or ID of the card</strong> - What we use is that unique aspect per RFID card, bound to only one person: represented in a number that can be read from that card.</li>
<li><strong>Machine readable and hard to reproduce</strong> - Unlike a pin-code you type in, the RFID code is hard to copy or reproduce. As it is machine-readable, it is also a very fast and easy way to gain access once access is granted to the uniqque number on that specific card.</li>
</ol>
</div>
</div>
</div>
</div>
<h2>Limited time access</h2>
<p><a href="http://beyondthekeeboard.files.wordpress.com/2011/07/basicaccess_timelimitr.png"><img class="alignnone size-full wp-image-1292" title="BasicAccess_timelimitr" src="http://beyondthekeeboard.files.wordpress.com/2011/07/basicaccess_timelimitr.png?w=594" alt=""   /></a></p>
<p>By default the access to a building and Office Unit via an RFID card is time limited. This means that:</p>
<ol>
<li><strong>No access is granted outside the granted time period</strong> &#8211; The door(s) will not be opened if the card is used outside the granted time period.</li>
<li><strong>Access to a building will automatically expire</strong> &#8211; Unless the Client actively renews and prolongs the period to which he or she needs access.</li>
<li><strong>No action will automatically lead to expiration of Access Rights</strong> &#8211; Meaning that the Client can not enter afterwards due to human error.</li>
<li><strong>Maintenance of Access Lists is simplified</strong> &#8211; Due to the automatic expiration of access rights, Clients and users will be automatically removed from the Access Lists unless action is taken to prevent that.</li>
</ol>
<h2>Design rules of Guest access</h2>
<p>A brief overview:</p>
<ol>
<li><strong>Definition of Client</strong> &#8211; Clients stand for &#8220;paying clients&#8221;.</li>
<li><strong>Definition of Guest</strong> &#8211; Guests are guests of the paying Client. They can be people hired for temporary jobs (temp workers, interns, freelancers) or guests visiting for a specific period of time, with the need of individual access to the building</li>
<li><strong>Client Access</strong> &#8211; Client Access is for the duration of the pre-paid period.</li>
<li><strong>Temporary Guest Access</strong> &#8211; Guests can be given temporary access to the building and the specific unit of the Client, by pairing the Guest RFID card to the RFID card of the Client.</li>
<li><strong>Set to name</strong> &#8211; The registered Guest RFID card should be registered by name, for later reference. See: &#8220;Repeated Guest Access&#8221;.</li>
<li><strong>Maximum time limit for Guest Access</strong> &#8211; The maximum time a Guest is granted access should be 8 to 10 hours per day, from the moment of Guest/Client RFID card pairing: to allow temp workers and freelancers free access to the office during that working time.</li>
<li><strong>Guest Access time limit set by Client</strong> &#8211; The maximum time a Guest is granted access is to be set by the Client.</li>
<li><strong>Repeated Guest Access</strong> &#8211; In case of Repeated Guest Access a once paired RFID card can be scheduled to be &#8220;activated&#8221; online by the Client.</li>
<li><strong>Scheduled activation of Guest Access is limited</strong> &#8211; The Client can only schedule repeated Guest Access for a limited period. This should be no longer than one work week, ranging in most cases from Monday to Friday.</li>
</ol>
</div>
</div>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beyondthekeeboard.wordpress.com/1290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beyondthekeeboard.wordpress.com/1290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beyondthekeeboard.wordpress.com/1290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beyondthekeeboard.wordpress.com/1290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beyondthekeeboard.wordpress.com/1290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beyondthekeeboard.wordpress.com/1290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beyondthekeeboard.wordpress.com/1290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beyondthekeeboard.wordpress.com/1290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beyondthekeeboard.wordpress.com/1290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beyondthekeeboard.wordpress.com/1290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beyondthekeeboard.wordpress.com/1290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beyondthekeeboard.wordpress.com/1290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beyondthekeeboard.wordpress.com/1290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beyondthekeeboard.wordpress.com/1290/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beyondthekeeboard.wordpress.com&amp;blog=9197416&amp;post=1290&amp;subd=beyondthekeeboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beyondthekeeboard.wordpress.com/2011/07/03/repurposing-office-space-a-low-maintenance-system-to-rent-and-use-office-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cffc2ff7b980a5f5f76c22bddba4f361?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peter kaptein</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/07/basicaccess.png" medium="image">
			<media:title type="html">BasicAccess</media:title>
		</media:content>

		<media:content url="http://www.gvb.nl/reizigers/kaartjekopen/PublishingImages/ov-chipkaarten08.jpg" medium="image">
			<media:title type="html">OV Chipcard</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/07/basicaccess_online.png" medium="image">
			<media:title type="html">BasicAccess_online</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/07/basicaccess_location.png" medium="image">
			<media:title type="html">BasicAccess_location</media:title>
		</media:content>

		<media:content url="http://beyondthekeeboard.files.wordpress.com/2011/07/basicaccess_timelimitr.png" medium="image">
			<media:title type="html">BasicAccess_timelimitr</media:title>
		</media:content>
	</item>
	</channel>
</rss>
