<?xml version="1.0" encoding="iso-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
	<channel>
		<title>FreakLabs Blog News</title>
		<description>An RSS feed of blog postings for the FreakLabs Open Source Zigbee Development Blog.</description>
		<link>http://freaklabs.org</link>
		<lastBuildDate>Thu, 02 Sep 2010 16:52:21 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<image>
			<url>http://freaklabs.org/images/M_images/joomla_rss.png</url>
			<title>Powered by Joomla! 1.0</title>
			<link>http://freaklabs.org</link>
			<description>An RSS feed of blog postings for the FreakLabs Open Source Zigbee Development Blog.</description>
		</image>
		<item>
			<title>Weatherproof Wireless Enclosure Build Tutorial</title>
			<link>http://freaklabs.org/index.php/Tutorials/Hardware/Weatherproof-Wireless-Enclosure-Build-Tutorial.html</link>
			<description>Hi all.No, I haven&amp;#39;t been dead these past few weeks. I&amp;#39;ve actually been spending a lot of my free time researching how to build a weatherproof enclosure for the rice farm sensing project in the Tokyo Hackerspace. I&amp;#39;ve mentioned it previously and the project takes place in Kamogawa which is about an hour and a half outside of Tokyo. The place is a complete contrast to Tokyo and has problems with monkeys, boars, poisonous snakes, and some nasty bugs. Overall,...</description>
			<pubDate>Mon, 09 Aug 2010 20:40:54 +0100</pubDate>
		</item>
		<item>
			<title>2010-07-23 Status Update - Arduino, Hackerspaces, and Gothic Punk</title>
			<link>http://freaklabs.org/index.php/Blog/Misc/2010-07-23-Status-Update-Arduino-Hackerspaces-and-Gothic-Punk.html</link>
			<description>So far, it&amp;rsquo;s been a pretty interesting and eventful year but extremely busy, so I decided to take a short summer break. I wanted to take some time off to do stuff I&amp;rsquo;ve been interested in but been putting off because of all the tasks I&amp;rsquo;m dealing with every day. One of the things I&amp;rsquo;ve been thinking about is the Arduino platform. I bought my first Arduino a couple of weeks ago but never had a chance to play with...</description>
			<pubDate>Fri, 23 Jul 2010 04:56:26 +0100</pubDate>
		</item>
		<item>
			<title>Tutorial - Using CmdArduino</title>
			<link>http://freaklabs.org/index.php/Tutorials/Software/Tutorial-Using-CmdArduino.html</link>
			<description>The Arduino Command Line Interface, aka CmdArduino, is a simple shell that can be run on an Arduino. It&amp;#39;s nothing fancy and its main purpose is to allow users to easily call their functions on a running Arduino via a simple serial terminal. It also allows users to pass in arguments from the command line into the functions they wrote so they can easily toggle pins, set blinking speed, set pwm duty cycles, or whatever else might need command line...</description>
			<pubDate>Thu, 22 Jul 2010 20:52:12 +0100</pubDate>
		</item>
		<item>
			<title>ATXMega Board Release...Finally!</title>
			<link>http://freaklabs.org/index.php/Blog/Store/ATXMega-Board-Release...Finally.html</link>
			<description>Hi all.Sorry about the delay in releasing the ATXMega boards. There&amp;#39;s some good news and bad news. The bad news is that there won&amp;#39;t be SPI DMA support. I was validating the SPI DMA feature and found that DMA transfers for an SPI master can&amp;#39;t be made directly to an SPI port. They can only be made to a UART configured as an SPI master. This would have required swapping two pins, but still wouldn&amp;#39;t have been much of a...</description>
			<pubDate>Mon, 12 Jul 2010 03:11:32 +0100</pubDate>
		</item>
		<item>
			<title>Chibi Release v0.85</title>
			<link>http://freaklabs.org/index.php/Blog/Chibi/Chibi-Release-v0.85.html</link>
			<description>Just a quick note that Chibi v0.85 is released. The main purpose for this release is to add support for the Atmel ATXMega MCU family. There are other minor changes that were also added. The EEPROM driver was moved to the MCU specific directories since the ATXMega has different EEPROM access method than the standard AVR series. The standard AVR chips have EEPROM libraries that are supported by avrlibc which is not the case for the ATXMega. Along with that,...</description>
			<pubDate>Tue, 06 Jul 2010 23:39:01 +0100</pubDate>
		</item>
		<item>
			<title>2010-07-06 Status Update - Pigs, Monkeys, and ATXMegas</title>
			<link>http://freaklabs.org/index.php/Blog/Store/2010-07-06-Status-Update-Pigs-Monkeys-and-ATXMegas.html</link>
			<description>Hi all.Wow! Things have been unbelievably busy recently. Along  with the part-time consulting, things have been heating up at the Tokyo  Hackerspace recently. I started a group with another member  called  Wireless Wednesdays  that meets two Wednesdays a month. In it,  we discuss and try out different things going on with wireless. The  first meeting, we actually flashed an 802.11 router with DD-WRT and then  demonstrated how to boost the transmission power,...</description>
			<pubDate>Mon, 05 Jul 2010 22:43:27 +0100</pubDate>
		</item>
		<item>
			<title>Getting Started With The ATXMega - The ATXMega Test Library</title>
			<link>http://freaklabs.org/index.php/Tutorials/Software/Getting-Started-With-The-ATXMega-The-ATXMega-Test-Library.html</link>
			<description>The ATXMega is an upgraded version of the popular AVR microcontroller from Atmel. It still contains the basic AVR core but has a huge amount of enhancements to both the core and the peripherals. Basically, you can think of it like an AVR on steroids&amp;hellip;a whole lot of steroids. Switching from the ATMega to the ATXMega series is a bit overwhelming because there are so many new features and improvements. Consequently, there is also a lot of new documentation which...</description>
			<pubDate>Mon, 05 Jul 2010 20:19:30 +0100</pubDate>
		</item>
		<item>
			<title>The Mystery of the Increasing RAM</title>
			<link>http://freaklabs.org/index.php/Blog/Misc/The-Mystery-of-the-Increasing-RAM.html</link>
			<description>I&amp;rsquo;ve been spending the past week bringing up the ATXMega boards that I put together and porting Chibi over to them for testing the radio modules. While doing so, it also got me thinking about how I chose the parts and what the landscape for wireless sensor nodes is starting to look like. The original idea of wireless sensor nodes was that they would be like dust. They&amp;rsquo;d be inconspicuous, ubiquitous, and you could essentially just sprinkle a couple all...</description>
			<pubDate>Wed, 16 Jun 2010 01:12:11 +0100</pubDate>
		</item>
		<item>
			<title>Tutorial Update - Firmware Downloading on AVR USB MCUs With a Mac</title>
			<link>http://freaklabs.org/index.php/Blog/Misc/Tutorial-Update-How-To-Download-to-AVR-USB-based-MCUs-on-a-Mac.html</link>
			<description>One of the interesting things I&amp;#39;ve been seeing is that Macs are starting to become very common in the tech industry. Strangely enough, there is almost a majority of Mac users in Tokyo hackerspace which is heavily dominated by techies. I also see a lot of Macs in other hackerspaces and at events like the Make meeting in Japan. So it seems kind of strange that there is still very little support for embedded development on the Macs. In fact,...</description>
			<pubDate>Mon, 07 Jun 2010 01:02:28 +0100</pubDate>
		</item>
		<item>
			<title>Chibi Release v0.81</title>
			<link>http://freaklabs.org/index.php/Blog/Chibi/Chibi-Release-v0.81.html</link>
			<description>Hi all.Just a quick word to let you know that the Chibi stack has been updated to v0.81. This is just a minor update to add support for the TI CC1190 RF front end and coincides with the release of the AT86RF212-CC1190 board (http://www.freaklabsstore.com/index.php?main_page=product_info cPath=23 products_id=171) . If you&amp;#39;ve been interested in what it&amp;#39;d be like to match the AT86RF212 with the TI CC1190, you can check it out at the store. The schematics, layout, and BOM can be found...</description>
			<pubDate>Mon, 31 May 2010 23:19:01 +0100</pubDate>
		</item>
	</channel>
</rss>
