<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>bld-live.dk</title>
	<link>http://bld-live.dk/wordpress</link>
	<description>saving the environment, I think...</description>
	<lastBuildDate>Sat, 04 Sep 2010 17:42:42 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Arduino outdoor motion sensor</title>
		<description><![CDATA[In this little tutorial, I am going to try to explain how I made a cheap outdoors PIR motion sensor that will work with your Arduino. It is all based on this little 230V guy. To open it I only had to use my cable cutter and I was then able to pull it apart. [...]]]></description>
		<link>http://bld-live.dk/wordpress/2010/09/04/arduino-outdoor-motion-sensor/</link>
			</item>
	<item>
		<title>Finally!</title>
		<description><![CDATA[After years of waiting, it is finally here! It all started out with a pole in my driveway, and a letter that once again told me that they were coming to dig it down... ... they had already done that once, but that was over a year ago and nothing ever happend... ... this time however, they [...]]]></description>
		<link>http://bld-live.dk/wordpress/2010/09/03/finally/</link>
			</item>
	<item>
		<title>Back then&#8230;</title>
		<description><![CDATA[Nothing to say, just listen and enjoy the simple and still beautiful music video... This video was embedded using the YouTuber plugin by Roy Tanck. Adobe Flash Player is required to view the video. ... can't wait for history to repeat itself so music like this again will dominate.]]></description>
		<link>http://bld-live.dk/wordpress/2010/09/02/back-then/</link>
			</item>
	<item>
		<title>Timing with millis()</title>
		<description><![CDATA[I found this on the Arduino forum, and though it was a great solusion for a very common problem. With this it both checks the stored millis() and sets it if needed, and then keeps that stuff away from the loop itself. #define ledPin1 11 #define ledPin2 12 #define led1Cycle 100U #define led2Cycle 275U unsigned [...]]]></description>
		<link>http://bld-live.dk/wordpress/2010/08/31/timing-with-millis/</link>
			</item>
	<item>
		<title>433MHz RF Communication</title>
		<description><![CDATA[For this project I used two Arduino Duemilanove, a 433MHz RF kit, and six short wires to connect it together. To send a message, I used this code #include &#60;VirtualWire.h&#62; #undef int #undef abs #undef double #undef float #undef round void setup() { // Initialise the IO and ISR vw_set_ptt_inverted(true); // Required for RF Link [...]]]></description>
		<link>http://bld-live.dk/wordpress/2010/08/28/433mhz-rf-communication/</link>
			</item>
	<item>
		<title>Serial LCD and Electronic Brick Chassis V1.1</title>
		<description><![CDATA[First time I was trying to get my Serial LCD running, I had some problems uploading to the arduino while it was plugged into the Chassis shield. The display was connected to the UART port and was working as it should, but the software kept giving errors when I tried to upload. After a little [...]]]></description>
		<link>http://bld-live.dk/wordpress/2010/08/28/serial-lcd-and-electronic-brick-chassis-v1-1-2/</link>
			</item>
	<item>
		<title>Button brick example</title>
		<description><![CDATA[I just recieved this brick from seeedstudio.com And here is how you easily can get started using it... //Define the values for your button brick, values can be found on the LCD after A: #define btn1 176 #define btn2 402 #define btn3 766 #define btn4 950 #define btn5 1022 void setup() { Serial.begin(9600); //Start serial [...]]]></description>
		<link>http://bld-live.dk/wordpress/2010/08/28/button-brick-example/</link>
			</item>
	<item>
		<title>Geeeeek</title>
		<description><![CDATA[]]></description>
		<link>http://bld-live.dk/wordpress/2010/08/20/geeeeek/</link>
			</item>
	<item>
		<title>Tech Support Cheat Sheet</title>
		<description><![CDATA[]]></description>
		<link>http://bld-live.dk/wordpress/2010/08/19/tech-support-cheat-sheet/</link>
			</item>
	<item>
		<title>Thermister to Celcius</title>
		<description><![CDATA[Played a bit around with my arduino and a temperature brick from Seeed Studio, and had to convert the reading on the analog pin to degrees in Celsius. After a bit searching searching around, I found this, and it seems to do the job just fine. double Thermister(int RawADC) { double Temp; Temp = log(((10240000/RawADC) - 10000)); Temp [...]]]></description>
		<link>http://bld-live.dk/wordpress/2010/08/15/thermister-to-celcius/</link>
			</item>
</channel>
</rss>
