<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: Dev Kit Should Be Your Design’s Starting Point</title>
	<atom:link href="http://www.epanorama.net/blog/2012/11/12/dev-kit-should-be-your-designs-starting-point/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2012/11/12/dev-kit-should-be-your-designs-starting-point/</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Thu, 23 Apr 2026 12:41:17 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2012/11/12/dev-kit-should-be-your-designs-starting-point/comment-page-1/#comment-1331903</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 22 Jan 2015 13:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=12260#comment-1331903</guid>
		<description><![CDATA[A Chimera of Standards, or the Challenges of Adapting Prototyping Standards
http://www.edn.com/design/analog/4438443/A-Chimera-of-Standards--or-the-Challenges-of-Adapting-Prototyping-Standards?elq=c05807ef59d24d78b5d5539b87c1e6c4&amp;elqCampaignId=21288

Through the years there has been a proliferation of standards, and not many industries have created more than our electronics industry. Do you ever wonder why we have a standard for something that seems to be an odd number or gauge? 

Development Board Expansion Standards


For years component manufactures have offered development systems to assist their customers with designing applications around their parts. For programmable devices such as FPGAs and microcontrollers, there are always connections for interfacing to the other components so that software development can begin along with, or before, the hardware. With time, very loose pseudo standards for these “expansion interfaces” have emerged, some more consistent than others. FPGA vendors such as Xilinx have driven some of these standards like FMC to make it as easy as possible for customers to migrate to the newest platform.


Xilinx has also used third-party standards like the Pmod™ standard developed by Digilent, and there is a wide selection of peripherals for this interface. Microcontroller manufacturers have been somewhat slower to standardize, many utilizing their own proprietary interfaces. However, market forces like the maker movement and the popularity of the Arduino® platform are herding them towards pseudo standards too. 

The Pmod interface is a great way to mix and match peripherals with an FPGA development board.
The type definitions make it easier to use the Pmod interface standard with a microcontroller board, but there are still challenges. 

The Arduino Pseudo Standard

The Arduino pseudo standard is a completely different beast, a different platform developed for a different audience for different reasons. The original Arduino board simply exposed the pins of a simple microcontroller and added enough supporting devices to make it easy to program, yet still affordable for hobbyists. Because of its simple nature, the original pinout was defined by the capabilities of the microcontroller.
As the platform evolved to support more-capable processors, this pseudo standard was fragmented with a myriad of pin-muxing combinations with, arguably, more exceptions than rules. Some issues, such as support for different I/O voltages and the inconsistency of I2C signals, were addressed in revision 3 of the UNO board. Yet, anyone pairing an Arduino board (or any of the Arduino derivatives) with a shield still needs to carefully review the compatibility. 

So we have the Pmod interface and the Arduino pseudo standard, both readily available from numerous sources. 

Is there any hope of getting a peripheral from one platform to communicate with a controller from the other? Of course anything is possible, but sometimes the cure is worse than the disease.

Proposed Solution: Use a Serial-Controlled Crosspoint Switch

One way to address this mapping problem is to put an array of configuration jumpers on the board. While straightforward, this is certainly neither elegant nor user friendly. 

To implement the I2C type, for example, simply configure the mux so that the SDA pin and Pmod pin 4 are enabled on channel A, and SCL and Pmod pin 3 are enabled on channel B. Channel A and B are arbitrary and can be swapped freely. 


Conclusion
Upon inspection, there is no evidence to suggest that either the Pmod specification or Arduino pseudo standard originated from the back side of a horse. However, the legacy of issues and factors that led to their creation is encoded deeply within their DNA. While the differences between the two standards seem irreconcilable, the MAX14661 enables us to bring the mythical Arduino-Pmod chimera to life.]]></description>
		<content:encoded><![CDATA[<p>A Chimera of Standards, or the Challenges of Adapting Prototyping Standards<br />
<a href="http://www.edn.com/design/analog/4438443/A-Chimera-of-Standards--or-the-Challenges-of-Adapting-Prototyping-Standards?elq=c05807ef59d24d78b5d5539b87c1e6c4&#038;elqCampaignId=21288" rel="nofollow">http://www.edn.com/design/analog/4438443/A-Chimera-of-Standards&#8211;or-the-Challenges-of-Adapting-Prototyping-Standards?elq=c05807ef59d24d78b5d5539b87c1e6c4&#038;elqCampaignId=21288</a></p>
<p>Through the years there has been a proliferation of standards, and not many industries have created more than our electronics industry. Do you ever wonder why we have a standard for something that seems to be an odd number or gauge? </p>
<p>Development Board Expansion Standards</p>
<p>For years component manufactures have offered development systems to assist their customers with designing applications around their parts. For programmable devices such as FPGAs and microcontrollers, there are always connections for interfacing to the other components so that software development can begin along with, or before, the hardware. With time, very loose pseudo standards for these “expansion interfaces” have emerged, some more consistent than others. FPGA vendors such as Xilinx have driven some of these standards like FMC to make it as easy as possible for customers to migrate to the newest platform.</p>
<p>Xilinx has also used third-party standards like the Pmod™ standard developed by Digilent, and there is a wide selection of peripherals for this interface. Microcontroller manufacturers have been somewhat slower to standardize, many utilizing their own proprietary interfaces. However, market forces like the maker movement and the popularity of the Arduino® platform are herding them towards pseudo standards too. </p>
<p>The Pmod interface is a great way to mix and match peripherals with an FPGA development board.<br />
The type definitions make it easier to use the Pmod interface standard with a microcontroller board, but there are still challenges. </p>
<p>The Arduino Pseudo Standard</p>
<p>The Arduino pseudo standard is a completely different beast, a different platform developed for a different audience for different reasons. The original Arduino board simply exposed the pins of a simple microcontroller and added enough supporting devices to make it easy to program, yet still affordable for hobbyists. Because of its simple nature, the original pinout was defined by the capabilities of the microcontroller.<br />
As the platform evolved to support more-capable processors, this pseudo standard was fragmented with a myriad of pin-muxing combinations with, arguably, more exceptions than rules. Some issues, such as support for different I/O voltages and the inconsistency of I2C signals, were addressed in revision 3 of the UNO board. Yet, anyone pairing an Arduino board (or any of the Arduino derivatives) with a shield still needs to carefully review the compatibility. </p>
<p>So we have the Pmod interface and the Arduino pseudo standard, both readily available from numerous sources. </p>
<p>Is there any hope of getting a peripheral from one platform to communicate with a controller from the other? Of course anything is possible, but sometimes the cure is worse than the disease.</p>
<p>Proposed Solution: Use a Serial-Controlled Crosspoint Switch</p>
<p>One way to address this mapping problem is to put an array of configuration jumpers on the board. While straightforward, this is certainly neither elegant nor user friendly. </p>
<p>To implement the I2C type, for example, simply configure the mux so that the SDA pin and Pmod pin 4 are enabled on channel A, and SCL and Pmod pin 3 are enabled on channel B. Channel A and B are arbitrary and can be swapped freely. </p>
<p>Conclusion<br />
Upon inspection, there is no evidence to suggest that either the Pmod specification or Arduino pseudo standard originated from the back side of a horse. However, the legacy of issues and factors that led to their creation is encoded deeply within their DNA. While the differences between the two standards seem irreconcilable, the MAX14661 enables us to bring the mythical Arduino-Pmod chimera to life.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2012/11/12/dev-kit-should-be-your-designs-starting-point/comment-page-1/#comment-1306019</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 02 Dec 2014 13:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=12260#comment-1306019</guid>
		<description><![CDATA[Seeing eights: 8-bit EVB for $8.88
http://www.edn.com/design/design-tools/development-kits/4437756/Seeing-eights--8-bit-EVB-for--8-88?_mc=NL_EDN_EDT_EDN_designideas_20141202&amp;cid=NL_EDN_EDT_EDN_designideas_20141202&amp;elq=cae2cf6d17574f61b6dc70212cbaf1a6&amp;elqCampaignId=20428

Atmel&#039;s new Xplained Mini evaluation kits for their AVR ATmega microcontrollers support full debugging features in conjunction with Atmel Studio software.

The boards are USB-powered, run at 16MHz, and will even mate with Arduino shields.

ATmega168PB Xplained Mini

ATmega328P Xplained Mini 

http://www.atmel.com/tools/mega328p-xmini.aspx?tab=overview]]></description>
		<content:encoded><![CDATA[<p>Seeing eights: 8-bit EVB for $8.88<br />
<a href="http://www.edn.com/design/design-tools/development-kits/4437756/Seeing-eights--8-bit-EVB-for--8-88?_mc=NL_EDN_EDT_EDN_designideas_20141202&#038;cid=NL_EDN_EDT_EDN_designideas_20141202&#038;elq=cae2cf6d17574f61b6dc70212cbaf1a6&#038;elqCampaignId=20428" rel="nofollow">http://www.edn.com/design/design-tools/development-kits/4437756/Seeing-eights&#8211;8-bit-EVB-for&#8211;8-88?_mc=NL_EDN_EDT_EDN_designideas_20141202&#038;cid=NL_EDN_EDT_EDN_designideas_20141202&#038;elq=cae2cf6d17574f61b6dc70212cbaf1a6&#038;elqCampaignId=20428</a></p>
<p>Atmel&#8217;s new Xplained Mini evaluation kits for their AVR ATmega microcontrollers support full debugging features in conjunction with Atmel Studio software.</p>
<p>The boards are USB-powered, run at 16MHz, and will even mate with Arduino shields.</p>
<p>ATmega168PB Xplained Mini</p>
<p>ATmega328P Xplained Mini </p>
<p><a href="http://www.atmel.com/tools/mega328p-xmini.aspx?tab=overview" rel="nofollow">http://www.atmel.com/tools/mega328p-xmini.aspx?tab=overview</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2012/11/12/dev-kit-should-be-your-designs-starting-point/comment-page-1/#comment-1306017</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 02 Dec 2014 13:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=12260#comment-1306017</guid>
		<description><![CDATA[FPGA boards under $100: Altera/Terasic DE0-Nano
http://www.edn.com/electronics-products/electronic-product-reviews/fpga-boards-under--100--hands-on-reviews-collection/4437781/FPGA-boards-under--100--Altera-Terasic-DE0-Nano?_mc=NL_EDN_EDT_EDN_designideas_20141202&amp;cid=NL_EDN_EDT_EDN_designideas_20141202&amp;elq=cae2cf6d17574f61b6dc70212cbaf1a6&amp;elqCampaignId=20428

Sorry it&#039;s taken so long to get started on the FPGA boards under $100 review project. But here we go, with the Altera/Terasic DE0-Nano.]]></description>
		<content:encoded><![CDATA[<p>FPGA boards under $100: Altera/Terasic DE0-Nano<br />
<a href="http://www.edn.com/electronics-products/electronic-product-reviews/fpga-boards-under--100--hands-on-reviews-collection/4437781/FPGA-boards-under--100--Altera-Terasic-DE0-Nano?_mc=NL_EDN_EDT_EDN_designideas_20141202&#038;cid=NL_EDN_EDT_EDN_designideas_20141202&#038;elq=cae2cf6d17574f61b6dc70212cbaf1a6&#038;elqCampaignId=20428" rel="nofollow">http://www.edn.com/electronics-products/electronic-product-reviews/fpga-boards-under&#8211;100&#8211;hands-on-reviews-collection/4437781/FPGA-boards-under&#8211;100&#8211;Altera-Terasic-DE0-Nano?_mc=NL_EDN_EDT_EDN_designideas_20141202&#038;cid=NL_EDN_EDT_EDN_designideas_20141202&#038;elq=cae2cf6d17574f61b6dc70212cbaf1a6&#038;elqCampaignId=20428</a></p>
<p>Sorry it&#8217;s taken so long to get started on the FPGA boards under $100 review project. But here we go, with the Altera/Terasic DE0-Nano.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2012/11/12/dev-kit-should-be-your-designs-starting-point/comment-page-1/#comment-1301242</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Wed, 26 Nov 2014 13:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=12260#comment-1301242</guid>
		<description><![CDATA[12 top crowdfunded IoT devices and what became of them
http://www.edn.com/electronics-blogs/eye-on-iot-/4437714/12-top-crowdfunded-IoT-devices-and-what-became-of-them-?_mc=NL_EDN_EDT_EDN_today_20141126&amp;cid=NL_EDN_EDT_EDN_today_20141126&amp;elq=b8bff4f832de495696b31d84dff806d7&amp;elqCampaignId=20371

The availability of low-cost microcontroller development boards, open-source tools and software, and drop-in wireless modules has opened IoT design to a wide range of potential developers. Combined with crowdfunding, these trends have created an unprecedented opportunity for entrepreneurs to create and market innovative IoT device designs. Here are a dozen of the most highly funded such devices and what became of them.]]></description>
		<content:encoded><![CDATA[<p>12 top crowdfunded IoT devices and what became of them<br />
<a href="http://www.edn.com/electronics-blogs/eye-on-iot-/4437714/12-top-crowdfunded-IoT-devices-and-what-became-of-them-?_mc=NL_EDN_EDT_EDN_today_20141126&#038;cid=NL_EDN_EDT_EDN_today_20141126&#038;elq=b8bff4f832de495696b31d84dff806d7&#038;elqCampaignId=20371" rel="nofollow">http://www.edn.com/electronics-blogs/eye-on-iot-/4437714/12-top-crowdfunded-IoT-devices-and-what-became-of-them-?_mc=NL_EDN_EDT_EDN_today_20141126&#038;cid=NL_EDN_EDT_EDN_today_20141126&#038;elq=b8bff4f832de495696b31d84dff806d7&#038;elqCampaignId=20371</a></p>
<p>The availability of low-cost microcontroller development boards, open-source tools and software, and drop-in wireless modules has opened IoT design to a wide range of potential developers. Combined with crowdfunding, these trends have created an unprecedented opportunity for entrepreneurs to create and market innovative IoT device designs. Here are a dozen of the most highly funded such devices and what became of them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2012/11/12/dev-kit-should-be-your-designs-starting-point/comment-page-1/#comment-1301101</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Wed, 26 Nov 2014 10:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=12260#comment-1301101</guid>
		<description><![CDATA[“Dot-Org” Boards—A Symptom of Advancement and a Source of New Designs
http://rtcmagazine.com/articles/view/103845

Recently I had the opportunity to have a prolonged discussion about open source software and whether it made sense to download and use an open source operating system as the foundation for commercial products. My opinion was emphatically that it did not. To create a commercial product with a unique added value, it does is not practical to download an OS, configure it with needed components from other sources, test all this, document it and then be prepared to support it for customers. That is especially so when the customers are buying your product for its perceived value added, which is not the value of the underlying operating system.

Somewhat less well known is the world of open source hardware. This is a world of very low-cost processor boards with a complement of interfaces, peripherals, schematics and tools and which are mostly supported by groups of enthusiasts and serious developers. They have names like Anduino, Gizmo, BeagleBoard, Minnowboard and Raspberry Pi. They include modern, powerful CPUs and MCUs and in some versions come complete with development kits. Many of them are openly available from their own organizations as well as well-known distributors and even from Amazon.com—usually for $100 or less.

Now it has long been possible for hobbyists to purchase PC motherboards and tinker away at building their own PC. Now they have low-cost access to modules that can be used for embedded systems as well. And in many cases, they also have access to a community of tinkerers and developers through web-based associations where they can share ideas, designs, software and even finished projects. They can find and acquire such things as compatible displays. That is why I, at least, have given these things the nickname “dot-org boards.”

There is also a cultural aspect to all this and that is that with their ease of use and especially with their price, kits like these are getting into the hands of kids, who are already more computer savvy than any of us dare imagine. Schools are starting to take advantage of them and science fairs are showing the results. What was once considered the realm of advanced engineers and scientists is now becoming commonplace for bright kids, hobbyists and tinkerers much like the ham radio technology of the past (or maybe not so past).]]></description>
		<content:encoded><![CDATA[<p>“Dot-Org” Boards—A Symptom of Advancement and a Source of New Designs<br />
<a href="http://rtcmagazine.com/articles/view/103845" rel="nofollow">http://rtcmagazine.com/articles/view/103845</a></p>
<p>Recently I had the opportunity to have a prolonged discussion about open source software and whether it made sense to download and use an open source operating system as the foundation for commercial products. My opinion was emphatically that it did not. To create a commercial product with a unique added value, it does is not practical to download an OS, configure it with needed components from other sources, test all this, document it and then be prepared to support it for customers. That is especially so when the customers are buying your product for its perceived value added, which is not the value of the underlying operating system.</p>
<p>Somewhat less well known is the world of open source hardware. This is a world of very low-cost processor boards with a complement of interfaces, peripherals, schematics and tools and which are mostly supported by groups of enthusiasts and serious developers. They have names like Anduino, Gizmo, BeagleBoard, Minnowboard and Raspberry Pi. They include modern, powerful CPUs and MCUs and in some versions come complete with development kits. Many of them are openly available from their own organizations as well as well-known distributors and even from Amazon.com—usually for $100 or less.</p>
<p>Now it has long been possible for hobbyists to purchase PC motherboards and tinker away at building their own PC. Now they have low-cost access to modules that can be used for embedded systems as well. And in many cases, they also have access to a community of tinkerers and developers through web-based associations where they can share ideas, designs, software and even finished projects. They can find and acquire such things as compatible displays. That is why I, at least, have given these things the nickname “dot-org boards.”</p>
<p>There is also a cultural aspect to all this and that is that with their ease of use and especially with their price, kits like these are getting into the hands of kids, who are already more computer savvy than any of us dare imagine. Schools are starting to take advantage of them and science fairs are showing the results. What was once considered the realm of advanced engineers and scientists is now becoming commonplace for bright kids, hobbyists and tinkerers much like the ham radio technology of the past (or maybe not so past).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2012/11/12/dev-kit-should-be-your-designs-starting-point/comment-page-1/#comment-1295749</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 20 Nov 2014 07:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=12260#comment-1295749</guid>
		<description><![CDATA[EDN Hot 100 products of 2014: Boards &amp; Development Tools
http://www.edn.com/electronics-products/other/4437462/EDN-Hot-100-products-of-2014--Boards-Development-Tools?elq=8d79b896806445e4a47affd6fbe35e87&amp;elqCampaignId=20257]]></description>
		<content:encoded><![CDATA[<p>EDN Hot 100 products of 2014: Boards &amp; Development Tools<br />
<a href="http://www.edn.com/electronics-products/other/4437462/EDN-Hot-100-products-of-2014--Boards-Development-Tools?elq=8d79b896806445e4a47affd6fbe35e87&#038;elqCampaignId=20257" rel="nofollow">http://www.edn.com/electronics-products/other/4437462/EDN-Hot-100-products-of-2014&#8211;Boards-Development-Tools?elq=8d79b896806445e4a47affd6fbe35e87&#038;elqCampaignId=20257</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2012/11/12/dev-kit-should-be-your-designs-starting-point/comment-page-1/#comment-1287801</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Wed, 12 Nov 2014 08:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=12260#comment-1287801</guid>
		<description><![CDATA[Pre-made platforms or development packages has become a key part of the eletroniikan design. Farnell element 1 4-Community A study shows that four out of five, or 79 per cent of the designer as a platform to make use of all elements of the production of the exported final product.

77 percent of the developers always considers whether assessed in a component in its own development platform.

44 per cent of the designers says further that could meet the design tasks ​without a ready-made platforms. 89 percent of developers use the platform to test new technologies.

47 per cent of the developers mentioned the connectivity to the most important of your criteria when choosing a development platform

Source: http://etn.fi/index.php?option=com_content&amp;view=article&amp;id=2049:alustat-erittain-tarkeita-suunnittelijoille&amp;catid=13&amp;Itemid=101]]></description>
		<content:encoded><![CDATA[<p>Pre-made platforms or development packages has become a key part of the eletroniikan design. Farnell element 1 4-Community A study shows that four out of five, or 79 per cent of the designer as a platform to make use of all elements of the production of the exported final product.</p>
<p>77 percent of the developers always considers whether assessed in a component in its own development platform.</p>
<p>44 per cent of the designers says further that could meet the design tasks ​without a ready-made platforms. 89 percent of developers use the platform to test new technologies.</p>
<p>47 per cent of the developers mentioned the connectivity to the most important of your criteria when choosing a development platform</p>
<p>Source: <a href="http://etn.fi/index.php?option=com_content&#038;view=article&#038;id=2049:alustat-erittain-tarkeita-suunnittelijoille&#038;catid=13&#038;Itemid=101" rel="nofollow">http://etn.fi/index.php?option=com_content&#038;view=article&#038;id=2049:alustat-erittain-tarkeita-suunnittelijoille&#038;catid=13&#038;Itemid=101</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2012/11/12/dev-kit-should-be-your-designs-starting-point/comment-page-1/#comment-69428</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 28 Jan 2014 09:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=12260#comment-69428</guid>
		<description><![CDATA[10 Tiny Development Boards That Are Up to the Task
http://www.eetimes.com/document.asp?doc_id=1319070&amp;

Not so long ago, the typical development board was big, bulky, and often handmade. Recently a flood of Lilliputian-size development boards has been released — one for just about any need.

We’ve assembled a collection of 10 boards so small you might lose them in the cushions of your couch.]]></description>
		<content:encoded><![CDATA[<p>10 Tiny Development Boards That Are Up to the Task<br />
<a href="http://www.eetimes.com/document.asp?doc_id=1319070&#038;amp" rel="nofollow">http://www.eetimes.com/document.asp?doc_id=1319070&#038;amp</a>;</p>
<p>Not so long ago, the typical development board was big, bulky, and often handmade. Recently a flood of Lilliputian-size development boards has been released — one for just about any need.</p>
<p>We’ve assembled a collection of 10 boards so small you might lose them in the cushions of your couch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi</title>
		<link>https://www.epanorama.net/blog/2012/11/12/dev-kit-should-be-your-designs-starting-point/comment-page-1/#comment-25148</link>
		<dc:creator><![CDATA[Tomi]]></dc:creator>
		<pubDate>Thu, 15 Nov 2012 19:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=12260#comment-25148</guid>
		<description><![CDATA[Put your dev board to work as a demoscene display
http://hackaday.com/2012/11/14/put-your-dev-board-to-work-as-a-demoscene-display/

Demoscene refers to audio and visual demos written to squeeze as much entertainment out of a given platform as possible. We’ve seen demos for a lot of different platforms; for instance, here’s a Propeller chip demo.]]></description>
		<content:encoded><![CDATA[<p>Put your dev board to work as a demoscene display<br />
<a href="http://hackaday.com/2012/11/14/put-your-dev-board-to-work-as-a-demoscene-display/" rel="nofollow">http://hackaday.com/2012/11/14/put-your-dev-board-to-work-as-a-demoscene-display/</a></p>
<p>Demoscene refers to audio and visual demos written to squeeze as much entertainment out of a given platform as possible. We’ve seen demos for a lot of different platforms; for instance, here’s a Propeller chip demo.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
