<?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/"
	>

<channel>
	<title>Donovan&#039;s Brain</title>
	<atom:link href="http://low-powerdesign.com/donovansbrain/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://low-powerdesign.com/donovansbrain</link>
	<description>Low-power, energy efficient design</description>
	<lastBuildDate>Tue, 15 May 2012 22:09:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Trust and Verify</title>
		<link>http://low-powerdesign.com/donovansbrain/2012/05/16/trust-and-verify/</link>
		<comments>http://low-powerdesign.com/donovansbrain/2012/05/16/trust-and-verify/#comments</comments>
		<pubDate>Tue, 15 May 2012 21:48:06 +0000</pubDate>
		<dc:creator>John Donovan</dc:creator>
				<category><![CDATA[EDA]]></category>
		<category><![CDATA[Cadence]]></category>
		<category><![CDATA[System-level design]]></category>

		<guid isPermaLink="false">http://low-powerdesign.com/donovansbrain/?p=530</guid>
		<description><![CDATA[While system-level design has been proceeding apace for many years—approaching the goal haltingly and asymptotically—system-level verification remains the Achilles heel of that enterprise. SoC design in particular increasingly consists of assembling IP from a variety of vendors, reusing some of &#8230; <a href="http://low-powerdesign.com/donovansbrain/2012/05/16/trust-and-verify/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While system-level design has been proceeding apace for many years—approaching the goal haltingly and asymptotically—system-level verification remains the Achilles heel of that enterprise. SoC design in particular increasingly consists of assembling IP from a variety of vendors, reusing some of your own IP, writing new code, and then praying that all these elements work together smoothly—which they almost certainly won’t. You can trust the IP you licensed to work as advertized, but verifying that it works properly in your design has always been a time sink at best. Many, if not most EDA companies have point tools for verification, but to date it hasn’t been possible to even get the tools from any one vendor to work together smoothly across the entire design flow.</p>
<p>Last May Cadence took aim at the problem by announcing its <a href="http://www.cadence.com/solutions/sd/Pages/Default.aspx">System Development Suite</a>, which introduced its Rapid Prototyping Platform and Virtual System Platform, integrating them with their Palladium XP Verification Computing Platform and Incisive Verification Platform. The goal was a unified system for top-down hardware/software co-design. While still not the Holy Grail of a seamless “algorithm to GDSII” design flow, the combination of four connected platforms did move the ball a lot closer to the goal, creating an integrated simulation-acceleration and emulation environment. Cadence claimed at the time that their approach reduced system integration time by 50%, based in large part no doubt by Palladium’s hardware-assisted emulations. But there was still work to be done.</p>
<p>Today <a href="http://www.low-powerdesign.com/120515-product-cadence-expands-system.html">Cadence announced</a> new in-circuit emulation capabilities for its Incisive and Palladium XP platforms as part of its System Development Suite (SDS) as well as acceleration and emulations extensions to its Verification IP Catalog. The result is what Cadence calls “a single heterogeneous environment for system-level verification,” combining the speed of in-circuit emulation with the analysis that’s possible with RTL simulation. Design teams now will have a common, unified verification environment, which Cadence claims can result in “up-to-10x increased efficiency during system-level validation and root cause analysis.”</p>
<p>The addition of Universal Verification Model (UVM)-compatible accelerated verification IP (VIP) further smoothes the transition from simulation to acceleration, in-circuit acceleration, and in-circuit emulation, enabling designers to verify systems that are too large to effectively verify using RTL simulation.</p>
<p>According to Gary Smith, principal analyst at Gary Smith EDA, “The overall plan looks great—they really have done a good job. They’ve got probably a third of it done with this announcement.” What’s the third they’ve accomplished? “Well, they’ve tied the rapid prototype together with the emulator and the simulator. That’s a big breakthrough.” And the remaining two thirds? “Connecting the remaining boxes.” How long with that take? “It’ll take them a couple of years to put it together. It’s a big job…but they really have this whole ESL thing figured out pretty well now. Expect some further announcements later this year.” Stay tuned.</p>
<p><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/05/SDS_2012.jpg"><img class="aligncenter size-full wp-image-531" title="SDS_2012" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/05/SDS_2012.jpg" alt="SDS 2012" width="931" height="584" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://low-powerdesign.com/donovansbrain/2012/05/16/trust-and-verify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual Core AMP for Embedded MCU Applications</title>
		<link>http://low-powerdesign.com/donovansbrain/2012/05/09/dual-core-amp-for-embedded-mcu-applications/</link>
		<comments>http://low-powerdesign.com/donovansbrain/2012/05/09/dual-core-amp-for-embedded-mcu-applications/#comments</comments>
		<pubDate>Tue, 08 May 2012 22:54:32 +0000</pubDate>
		<dc:creator>John Donovan</dc:creator>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[semiconductors]]></category>
		<category><![CDATA[NXP]]></category>

		<guid isPermaLink="false">http://low-powerdesign.com/donovansbrain/?p=505</guid>
		<description><![CDATA[Symmetrical dual-core processors—using two identical cores—are hardly novel, in fact they’re a bit passé by now. And asymmetrical multicore processors (AMP)—usually combining a CPU and a DSP—have also been around for many years. What’s new is an AMP MCU that combines &#8230; <a href="http://low-powerdesign.com/donovansbrain/2012/05/09/dual-core-amp-for-embedded-mcu-applications/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/05/venn-diagram.jpg"><img class="alignright size-medium wp-image-514" title="venn diagram" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/05/venn-diagram-300x227.jpg" alt="" width="210" height="159" /></a>Symmetrical dual-core processors—using two identical cores—are hardly novel, in fact they’re a bit passé by now. And asymmetrical multicore processors (AMP)—usually combining a CPU and a DSP—have also been around for many years. What’s new is an AMP MCU that combines two cores that share a similar architecture but very different performance and power profiles, enabling each to work in tandem performing just those tasks to which they’re best suited. NXP’s interesting new LPC4350 is an AMP MCU that can get a lot of work done on a small power budget.</p>
<p>NXP recently asked me to review their new <a href="http://www.nxp.com/documents/data_sheet/LPC4350_30_20_10.pdf">LPC4350</a> microcontroller, which combines a Cortex-M4 core with a Cortex-M0. This chip is not your basic “cheap 32-bit upgrade for your 8-bit legacy projects.” The <a href="http://www.nxp.com/products/microcontrollers/cortex_m4/lpc4300/LPC4350FET256.html">LPC4350FET256</a> that I tested includes an ARM Cortex-M4 and –M0 running at up to 204 MHz; a memory protection unit (MPU); up to 264 kB SRAM for code and data use (multiple SRAM blocks with separate bus access; two SRAM blocks can be powered down individually); a floating point unit; JTAG and Serial Wire Debug; programmable serial GPIO (SGPIO); a DMA controller supporting up to eight DMA channels; and literally dozens of high-speed interfaces.</p>
<h2>Not big.LITTLE—But Sort Of</h2>
<p>Despite combining “big” and “little” processor cores in the same chip, this isn’t the same as ARM’s big.LITTLE approach that I wrote about earlier—combining Cortex-A15 and Cortex-A7 cores that tag team each other on a single chip (Figure 1). Instead the LPC4350 (Figure 2) takes a “divide and conquer” approach, sharing the OS when there is one and dividing application chores between the two cores. The -M0 offloads supervisory tasks from the -M4, letting it focus instead on high-speed data processing.</p>
<div id="attachment_507" class="wp-caption aligncenter" style="width: 885px"><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/05/big.LITTLE-block-diagram.jpg"><img class="size-full wp-image-507" title="big.LITTLE block diagram" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/05/big.LITTLE-block-diagram.jpg" alt="" width="875" height="460" /></a><p class="wp-caption-text">Figure 1: big.LITTLE simplified block diagram</p></div>
<div id="attachment_508" class="wp-caption aligncenter" style="width: 741px"><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/05/LPC4350-block-diagram.jpg"><img class="size-full wp-image-508" title="LPC4350 block diagram" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/05/LPC4350-block-diagram.jpg" alt="LPC4350 block diagram" width="731" height="719" /></a><p class="wp-caption-text">Figure 2: LPC4350 block diagram</p></div>
<p>The Cortex-M4 incorporates a 3-stage pipeline, uses a Harvard architecture with separate local instruction and data buses as well as a third bus for peripheral, and includes an internal pre-fetch unit that supports speculative branching; the M4 supports single-cycle digital signal processing and SIMD instructions. The Cortex-M0 is a stripped-down, low-power general purpose 32-bit processor that incorporates a 3-stage pipeline and a von Neumann architecture. The two cores communicate using shared SRAM as a mailbox, with one processor raising an interrupt on the other’s nested vector interrupt controller (NVIC); the other processor then responds by raising an interrupt on the sending processor’s NVIC.</p>
<p>This model isn’t as elegant as the big.LITTLE approach of using shared interrupt and cache controllers, but it’s decidedly less complex, more power efficient, and more appropriate for a small embedded MCU.  Using the big.LITTLE architecture, the lower power Cortex-A7 does all the work until it runs out of steam, at which point both the code and OS are switched over to the Cortex-A15. In contrast applications using the LPC4350 simply divide operations between the –M0, which primarily runs control code, and the –M4, which does high-speed signal processing. The –M4 only supports single-precision floating point DSP functions, but the floating point capability alone still makes it a lot faster than a comparable general purpose processor.</p>
<h2>What’s New?</h2>
<p>While the LPC4350 carries 264 kB SRAM for code and data, you can directly load and run code from external serial flash as if it were running in internal RAM—a unique feature that’s made possible by the quad SPI Flash Interface (SPIFI) with 1-, 2-, or 4-bit data at rates of up to 60 MB per second. After an initialize call to the SPIFI driver, the entire flash content is accessible as normal memory using byte, half word, and word accesses by the processor and/or DMA channels. You might well design your application to use external flash connected to the LPC4350 through the SPIFI interface to contain the M4 application and the internal ram to contain and execute the M0 application. This can enable you to run much larger applications than you could with more memory-limited MCUs.</p>
<p>Another interesting peripheral was the programmable state configurable timer (SCT), which enables a wide variety of timing, counting, output modulation, and input capture operations. You can limit, halt, stop or start operations depending on the results of an operation, even sequencing across multiple counter cycles. The SCT can be especially useful to get your program to respond to complex, dynamic changes in the operating environment.</p>
<h2>How Low Is “Low Power”?</h2>
<p>I checked out the LPC4350 using a not inexpensive but decidedly full-featured <a href="http://www.nxp.com/demoboard/OM13031.html">Hitex Eval Board</a> and Keil uVision4 software tools. As of this writing NXP is yet to publish power specs for the chip, and trying to determine them proved to be no easy matter for my beloved but dated test equipment—until Jack Ganssle tipped me to inserting a small resistor in the negative supply lead followed by two op-amp gain stages. (BTW a $300 <a href="http://bitscope.com/">BitScope</a> is a great poor man’s substitute for a $5,000 DSO.)</p>
<p>There’s no provision on the Hitex board for measuring the power consumption of each core independently, though both cores running together in Sleep mode draw about 10 mA; active mode current is highly application dependent, though the M0 seems to typically draw about ¼ as much power as the M4.</p>
<p>I’m still trying to accurately measure the current in Power Down not to mention Deep Power Down mode, which may require that $5,000 DSO after all—or a trip down the road to National Instruments to hook up to $12,000 worth of their test equipment. The last time I did that I pressed the wrong button on a test board and caused a 100 mA spike when we were expecting something in the nanoamp range. I hope they’ll let me come back.</p>
]]></content:encoded>
			<wfw:commentRss>http://low-powerdesign.com/donovansbrain/2012/05/09/dual-core-amp-for-embedded-mcu-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>big.LITTLE is Big</title>
		<link>http://low-powerdesign.com/donovansbrain/2012/03/23/big-little-is-big/</link>
		<comments>http://low-powerdesign.com/donovansbrain/2012/03/23/big-little-is-big/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 20:55:09 +0000</pubDate>
		<dc:creator>John Donovan</dc:creator>
				<category><![CDATA[ARM]]></category>

		<guid isPermaLink="false">http://low-powerdesign.com/donovansbrain/?p=493</guid>
		<description><![CDATA[Asymmetrical multiprocessing is a great idea that’s challenging to execute. It&#8217;s relatively straightforward to process high-speed, high definition video doing symmetrical multiprocessing (SMP) using an array of identical DSPs instantiated in an SoC or FPGA. However, doing asymmetrical multiprocessing (AMP) &#8230; <a href="http://low-powerdesign.com/donovansbrain/2012/03/23/big-little-is-big/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Asymmetrical multiprocessing is a great idea that’s challenging to execute. It&#8217;s relatively straightforward to process high-speed, high definition video doing symmetrical multiprocessing (SMP) using an array of identical DSPs instantiated in an SoC or FPGA. However, doing asymmetrical multiprocessing (AMP) – with some cores processing data and others acting as supervisors – represents a real challenge for systems architects and embedded developers. ARM has gone a long way toward addressing those issues with the announcement last October of its <a href="http://www.arm.com/products/processors/technologies/biglittleprocessing.php">big.LITTLE architecture</a>.</p>
<p>ARM’s first big.LITTLE system combines a ‘big’ <a href="http://www.arm.com/products/processors/cortex-a/cortex-a15.php">Cortex-A15</a> MPCore with a ‘little’ <a href="http://www.arm.com/products/processors/cortex-a/cortex-a7.php">Cortex-A7</a>. Looking at its datasheet it’s almost amusing to think of the Cortex-A7 as a ‘little’ core. <a href="http://eda360insider.wordpress.com/2011/10/20/arm-drops-cortex-a7-core-on-unsuspecting-market-devastates-low-power-soc-and-application-processor-landscapes-what%E2%80%99s-it-all-mean/">According to the venerable Steve Leibson</a>, ARM’s latest 28 nm iteration of the Cortex-A7 delivers 20% more processor performance with 30% less power consumption than the 45 nm Cortex-A8. This isn’t your Dad’s Cortex-Cortex-A7; it’s only ‘small’ when compared to the Cortex-A15.</p>
<p>More entertaining is the idea of using a Cortex-A15 MPCore-based chip – initially targeted at servers – in a cell phone. OTOH ARM’s stated purpose with the big.LITTLE architecture is to provide &#8220;both high-performance as well as extreme power efficiency to extend battery life.&#8221; ARM is actually serious about having you use this dynamic duo in battery powered embedded designs.</p>
<p><strong>Twins—Sort Of</strong></p>
<p>The central tenet of big.LITTLE is that both cores must essentially be architecturally identical so that all instructions will execute consistently across both cores. At first glance this hardly seems possible. The Cortex-A7 is an in-order, non-symmetric dual-issue processor with an 8-10 stage pipeline; the Cortex-A15 is an out-of-order, sustained triple-issue processor with a 15-24 stage pipeline. However, the Cortex-A15 and Cortex-A7 both share the full ARM v7A architecture including virtualization and Large Physical Address Extensions, so above the micro-architecture level they’re fully compatible.</p>
<p>On the micro-architecture level the pipeline differences alone guarantee that the Cortex-A15 will be faster and consume more energy than the Cortex-A7. However, with both processors operating at 1 GHz, when the Cortex-A7 runs out of steam you can migrate both the task and the operating system from the Cortex-A7 system to the Cortex-A15 system (Figure 1) in 20 µs, processing data quickly. ARM claims that &#8220;by selecting the optimum processor for each task big.LITTLE can extend battery life by up to 70%.&#8221;</p>
<div id="attachment_495" class="wp-caption alignright" style="width: 840px"><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/03/cortex-core-handovers.jpg"><img class="size-full wp-image-495" title="cortex core handovers" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/03/cortex-core-handovers.jpg" alt="Cortex core handovers" width="830" height="514" /></a><p class="wp-caption-text">Figure 1: Cortex-A7/-A15 operating curves</p></div>
<p>ARM provides a software switcher that provides all of the mechanisms required for task migration between the Cortex-A7 and Cortex-A15 systems, including saving and restoring states; bringing the processors in and out of coherency; and migrating interrupts. The switcher also hides the minor differences between the cores from the operating system.</p>
<div id="attachment_503" class="wp-caption aligncenter" style="width: 885px"><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/03/big-little-block-diagram.jpg"><img class="size-full wp-image-503" title="big-little-block-diagram" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/03/big-little-block-diagram.jpg" alt="block diagram" width="875" height="460" /></a><p class="wp-caption-text">Figure 2: big.LITTLE simplified block diagram</p></div>
<p>Tight system integration is key to making this all work together (Figure 2). The Cortex-A7 cores all share a common Level 2 memory, as do the Cortex-A15 cores. Both the Cortex-A15 and Cortex-A7 pairs also share a programmable Generic Interrupt Controller (GIC-400), which distributes up to 480 interrupts among the various cores. Both banks of cores share memory controller and system ports through a common Cache Coherent Interconnect (CCI – 400). In addition there&#8217;s a one-to-one mapping between the state registers in the inbound and outbound processors, and all registers are read and written in an architecturally consistent manner.</p>
<p>Expect to see a number of big.LITTLE SoCs starting later this year from ARM’s numerous licensees.</p>
]]></content:encoded>
			<wfw:commentRss>http://low-powerdesign.com/donovansbrain/2012/03/23/big-little-is-big/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Share the Air(waves)</title>
		<link>http://low-powerdesign.com/donovansbrain/2012/02/18/share-the-airwaves/</link>
		<comments>http://low-powerdesign.com/donovansbrain/2012/02/18/share-the-airwaves/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 19:40:02 +0000</pubDate>
		<dc:creator>John Donovan</dc:creator>
				<category><![CDATA[Cell phones]]></category>
		<category><![CDATA[FCC]]></category>
		<category><![CDATA[regulation]]></category>

		<guid isPermaLink="false">http://low-powerdesign.com/donovansbrain/?p=478</guid>
		<description><![CDATA[With seemingly everyone in the world over the age of six owning a smart phone, the FCC estimates that the demand for wireless services will continue to increase over 50% year-over-year. While the cellular network load due to voice traffic &#8230; <a href="http://low-powerdesign.com/donovansbrain/2012/02/18/share-the-airwaves/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/02/cell_towers_365x339.jpg"><img class="alignright size-medium wp-image-480" title="cell_towers_365x339" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/02/cell_towers_365x339-300x278.jpg" alt="cell towers" width="210" height="195" /></a>With seemingly everyone in the world over the age of six owning a smart phone, the FCC estimates that the demand for wireless services will continue to increase over 50% year-over-year. While the cellular network load due to voice traffic has remained relatively flat, data traffic has soared. Cisco reports that almost half of data traffic is streaming video, and AT&amp;T has discovered that the killer app on its network – as in network killer – is the iPhone, with 4% of its iPhone customers recently accounting for more than half of the data traffic on its 3G network. This is a problem that isn’t going away anytime soon, and cellular network operators are desperately trying to deal with a huge surge in demand they hadn’t anticipated.</p>
<div id="attachment_482" class="wp-caption aligncenter" style="width: 552px"><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/02/spectrum_utilization1.jpg"><img class="size-full wp-image-482" title="spectrum_utilization" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/02/spectrum_utilization1.jpg" alt="" width="542" height="321" /></a><p class="wp-caption-text">Spectrum utilization (Courtesy of the FCC Office of Broadband Development)</p></div>
<p>Network operators have a number of ways to address the capacity problem, none of them attractive and all of them expensive. First they can buy more spectrum at auction from the FCC or from another company, such as AT&amp;T&#8217;s purchase of spectrum from Qualcomm; or they can buy another operator for the same reason—most notably AT&amp;T&#8217;s acquisition of Cingular and abortive acquisition of T-Mobile USA. Or operators can just splurge and build their purported 4G networks as quickly as possible – witness the current race between Verizon and AT&amp;T. Finally, they can introduce tiered data pricing plans – and we all know how popular those have proven to be.</p>
<p>A pending move by the FCC could go a long way toward addressing the problem, but not as far as the dynamic spectrum access (DSA) made possible by cognitive radio techniques.</p>
<h2>Enter the FCC</h2>
<p><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/02/fcc_logo_600x600.jpg"><img class="alignright size-medium wp-image-483" title="fcc_logo_600x600" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/02/fcc_logo_600x600-300x300.jpg" alt="" width="210" height="210" /></a>The FCC has done its part, selling large blocks of spectrum at auction and opening up TV white spaces for unlicensed portable devices. In addition its <a href="http://www.broadband.gov/">National Broadband Plan</a> promises to “find” an additional 300 MHz of spectrum within the next three years and 500 MHz within five years—though it’s unclear where those frequencies are hiding. Since <a href="http://www.ntia.doc.gov/files/ntia/publications/2003-allochrt.pdf">the RF spectrum</a> isn&#8217;t getting any larger, this promises to be largely a zero sum game involving moving existing users to less used portions of the spectrum. But not entirely: the FCC has ordered all land mobile radio (LMR) stations below 512 MHz to further narrowband their channels, which could result in up to twice as many available channels below that frequency. Also, opening up the TV white spaces to unlicensed portable devices could have the same dramatic impact that creating the ISM bands did with the introduction of Wi-Fi, Bluetooth, etc. The use of digital frequency hopping techniques plus free spectrum made all this possible.</p>
<p>The economic impact of freeing up spectrum in what was previously thought of as “junk bands” like 2.4 GHz has been considerable. <a href="http://www.fcc.gov/document/chairmans-budget-statement-house-subcom-commmunications-tech">According to FCC Chairman</a> Julius Genachowski, “The economic benefit created by unlicensed spectrum is estimated at up to $37 billion a year.” The reward from selling off licensed spectrum isn’t exactly bupkis, either. Again according to Genachowski, “Spectrum auctions have raised more than $50 billion for the U.S. Treasury, and economists regard the economic value created by FCC auctions as being about 10 times that number, or $500 billion in value.”</p>
<p>Always keen to turn a quick buck, yesterday (February 16) <a href="http://www.nytimes.com/2012/02/17/business/media/congress-to-sell-public-airwaves-to-pay-benefits.html">Congress stepped into the act</a>. Assuming that the current bill becomes law, the FCC will be mandated to auction off large chunks of spectrum, thereby raising an estimated $25 billion, of which $15 billion goes to the Treasury; $7 billion to build a national public safety network; and $1.75 billion to compensate TV stations for giving up the spectrum they own but no longer use thanks to the transition from analog to digital TV.</p>
<p>The FCC did get it’s wrist slapped, however, in my opinion for not allowing AT&amp;T and Verizon to turn the last auction into something resembling a 19<sup>th</sup> century land grab by the railroads. This time around they are explicitly entitled to bid on reclaimed chunks of spectrum. The newly aggregated public safety bands won’t be a freebie, either; they’ll “be <a href="http://www.nytimes.com/2012/02/17/business/media/congress-to-sell-public-airwaves-to-pay-benefits.html?pagewanted=2">developed by cellphone companies</a> that would agree to give first priority to public safety transmissions during an emergency.” Hopefully they’ll be given a <em>lot</em> of priority.</p>
<p>There is one major plus to the pending auction other than money. According to the Times article, “The legislation also provides for the creation of bands of unlicensed airwaves, so-called white space, around each segment of auctioned spectrum for use in building large Wi-Fi networks in urban areas and for use by cellphone companies in temporarily easing crowding on their networks.” Assuming that the devil isn’t in the details, this could open a whole new chapter in wireless development.</p>
<h2>Dynamic Spectrum Access</h2>
<p>The most promising solution to spectrum congestion is cognitive radio networking. Cognitive networks move intelligence to the edge of the networks, enabling different transmitters to dynamically change their frequency or modulation in order to avoid interfering with other stations sharing the same portion of the spectrum. Cognitive radios need to be able to sense and respond to the presence of other signals in their intended operating bands, using advanced software radio techniques – known as dynamic spectrum access – to minimize interference.</p>
<p>Spectrum management can be achieved one of two ways: by reference to a central database or by dynamically responding to other signals. <a href="http://whitespaces.spectrumbridge.com/Main.aspx">Spectrum Bridge</a> has developed a database approach to frequency reuse for the TV white spaces, an approach which the <a href="http://transition.fcc.gov/Daily_Releases/Daily_Business/2011/db1222/DOC-311652A1.pdf">FCC recently approved</a>. Under Part 15 of the FCC rules if you want to use an unlicensed TV band device (TVBD) on these frequencies, you must first check Spectrum Bridge’s database for a list of authorized channels at your location and input the exact location of your device into their database before proceeding.</p>
<p>While the database approach is very helpful, it&#8217;s a static solution to the problem. The <a href="http://www.sharedspectrum.com/2012/01/shared-spectrum-company-awarded-patents-for-key-dynamic-spectrum-access-technologies/">Shared Spectrum Company</a> (SSC) was recently granted four patents that cover the basics of dynamic spectrum access: determining spectrum availability within a network; monitoring and detecting channel occupancy; detecting and classifying signals within a channel; and implementing an efficient method for reusing spectrum while mitigating interference. SSC has developed DSA-enabled cognitive radios that can operate in the TV white spaces without causing interference to other devices, thereby greatly increasing spectral efficiency and improving quality of service over what has been impossible to date.</p>
<p><a href="http://www.xgtechnology.com/">xG Technology Inc.</a> claims to have built “the world’s first carrier-grade cognitive radio cellular network” in Fort Lauderdale, FL. The company’s xMax network automatically reallocates mobile units to different frequencies in order to minimize interference and optimize network utilization. While xG’s network technology is still in the trial stage, it’s passed some preliminary <a href="http://defensesystems.com/Articles/2011/12/13/Defense-IT-2-ruggedized-mobile-devices.aspx?admgarea=DS&amp;Page=2">military testing</a> and looks to be getting ready for prime time.</p>
<p>Whether it’s xG’s cognitive radio network or someone else’s, dynamic spectrum access—made possible by cognitive radio technologies—is a potential game changer that could enable billions of humans—not to mention the billions of machine-to-machine (M2M) devices now starting to come online—to ‘share the air’ without fear of bringing networks to their knees.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://low-powerdesign.com/donovansbrain/2012/02/18/share-the-airwaves/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>802.11 to the nth Degree</title>
		<link>http://low-powerdesign.com/donovansbrain/2012/01/26/802-11-to-the-nth-degree/</link>
		<comments>http://low-powerdesign.com/donovansbrain/2012/01/26/802-11-to-the-nth-degree/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 15:12:22 +0000</pubDate>
		<dc:creator>John Donovan</dc:creator>
				<category><![CDATA[RF/Wireless]]></category>
		<category><![CDATA[semiconductors]]></category>
		<category><![CDATA[802.11]]></category>
		<category><![CDATA[Wi-Fi]]></category>

		<guid isPermaLink="false">http://low-powerdesign.com/donovansbrain/?p=472</guid>
		<description><![CDATA[It seems like every major wireless protocol is coming out with a variant that can make it under the low-power limbo bar. Bluetooth has spawned Bluetooth Low Energy and ZigBee now has a low-power healthcare profile. Not to be outdone, &#8230; <a href="http://low-powerdesign.com/donovansbrain/2012/01/26/802-11-to-the-nth-degree/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/01/racecar.gif"><img class="alignright size-medium wp-image-474" title="racecar" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/01/racecar-300x189.gif" alt="" width="300" height="189" /></a>It seems like every major wireless protocol is coming out with a variant that can make it under the low-power limbo bar. Bluetooth has spawned Bluetooth Low Energy and ZigBee now has a low-power healthcare profile. Not to be outdone, the Wi-Fi Alliance developed 802.11n to be a high-speed, lower power alternative to 802.11a/b/g, and it’s been rapidly adopted. Recently even lower-power versions of 802.11n chips have been coming on the market. But the Big Kahuna is 802.11ac, for which first silicon is just starting to appear.</p>
<p>Operating in the 5 GHz band, 802.11ac chips will</p>
<ul>
<li>have 2-4x the bandwidth of 802.11n (80 and 160 MHz channels vs. 40 MHz for 11n);</li>
<li>achieve a data throughput of up to 1 GBbit/s—~10x better than 11g and about 3x better than 11n for 2- and 3-stream implementations;</li>
<li>support multi-user MIMO with up to 8 data streams (vs. 4 in 11n);</li>
<li>support up to 256-QAM vs. 64-QAM in 11n;</li>
<li>theoretically result in a considerably better power profile than 11n.</li>
</ul>
<p>The “theoretically” hinges on the fact that the 802.11ac specification is yet to be ratified. The<a href="http://mentor.ieee.org/802.11/dcn/10/11-10-1361-03-00ac-proposed-tgac-draft-amendment.docx"> Initial Technical Specification Draft 0.1</a> was confirmed by IEEE 802.11 TGac on January 20, 2011. The specification isn’t expected to be finalized until mid-year at the earliest, at which point the Wi-Fi Alliance expects to ratify it, though IEEE ratification will take longer.</p>
<h2>Are We There Yet?</h2>
<p>That hasn’t stopped a rush to market with ‘pre-ac’ silicon, exactly the same thing that happened before the 802.11n specification was ratified. Last time the first out of the chute was Broadcom, whose ‘pre-n’ 802.11 chips hit the market well before the warring camps in the IEEE working group had ironed out their differences.</p>
<p>At CES earlier this month <a href="http://www.prnewswire.com/news-releases/broadcom-launches-first-gigabit-speed-80211ac-chips---opens-2012-ces-with-5th-generation-5g-wi-fi-breakthrough-136728148.html">Broadcom announced</a> that it is sampling 802.11ac silicon—the BCM43xx family, which it refers to as &#8217;5G WiFi&#8217;—though it is yet to announce a date for full production. Early adopters of Broadcom’s 11n chips took a big chance but came out unscathed. Will they be as lucky this time? <a href="http://www.pcmag.com/article2/0,2817,2398382,00.asp">According to Michael Hurlston</a>, Broadcom’s senior vice president of Broadcom&#8217;s Home and Wireless Networking business unit, &#8221;I&#8217;m confident that any changes to the spec beyond this point and before final ratification will be window dressing, and relatively small.&#8221; History, hype, or hope? Only time will tell. Still, having pulled it off before—and pushing a lot of chips, as it were, onto the table—it would be foolish to bet against Broadcom.</p>
<p>Also joining the ‘pre-ac’ race is Redpine Networks, currently <a href="http://redpinesignals.com/News/Press_releases/2011-dec14.html">sampling its Quali-Fi™ 802.11ac chip</a>. The Quali-Fi product is accompanied by Redpine’s software framework that includes an access point, Wi-Fi certified client and Redpine’s Wi-Fi Direct™ functionality. Redpine CEO Venkat Matella tells Low-Power Design that modules with 801.11ac chipsets will be available late this year or early 2013.</p>
<p>I’d be very surprised if Qualcomm/Atheros and Samsung—who co-chair the IEEE 11ac Task Group—as well as committee members Cisco, Intel, LG, Marvell, Mediatek, and others—didn’t announce 11ac chips shortly after the specification is ratified—if not before.</p>
<p>With even once power-hungry Wi-Fi now joining the low-power race, low-power wireless is no longer just a trend, it’s mainstream. We may not be ‘there yet’—and never will be, since the goal is one you can only approach asymptotically—but silicon vendors are making an impressive amount of incremental progress. Stay tuned for more exciting developments.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://low-powerdesign.com/donovansbrain/2012/01/26/802-11-to-the-nth-degree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluetooth Goes Ultra-Low-Power</title>
		<link>http://low-powerdesign.com/donovansbrain/2012/01/02/bluetooth-goes-ultra-low-power/</link>
		<comments>http://low-powerdesign.com/donovansbrain/2012/01/02/bluetooth-goes-ultra-low-power/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 14:26:55 +0000</pubDate>
		<dc:creator>John Donovan</dc:creator>
				<category><![CDATA[Wireless]]></category>
		<category><![CDATA[Bluetooth]]></category>

		<guid isPermaLink="false">http://low-powerdesign.com/donovansbrain/?p=466</guid>
		<description><![CDATA[There’s hardly a cell phone on the planet that doesn’t have a Bluetooth transceiver for connecting to a wireless headset. Most new PCs now incorporate Bluetooth chips for the same purpose, letting you type while you talk or listen. Many, &#8230; <a href="http://low-powerdesign.com/donovansbrain/2012/01/02/bluetooth-goes-ultra-low-power/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/01/bluetooth-logo.jpg"><img class="alignright size-full wp-image-468" title="bluetooth-logo" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2012/01/bluetooth-logo.jpg" alt="" width="210" height="218" /></a>There’s hardly a cell phone on the planet that doesn’t have a Bluetooth transceiver for connecting to a wireless headset. Most new PCs now incorporate Bluetooth chips for the same purpose, letting you type while you talk or listen. Many, if not most new cars, have Bluetooth to let you talk hands free while driving. However, while that’s all well and good, there is a wide range of applications for which Bluetooth isn’t appropriate – or at least it wasn’t until now.</p>
<p>Bluetooth is a connection-oriented protocol designed to handle continuous streaming of data at relatively high speeds, making it well-suited to connecting wireless headsets to cell phones. While attempting to remain low power, most changes to the Bluetooth specification have concentrated on boosting the data rate. The basic rate (BR) enables synchronous and asynchronous connections at up to 720 kbps. Bluetooth Version 2.0 (2004) added an extended data rate (EDR) of 3 Mbps (in practice more like 2.1 Mbps). Bluetooth 3.0 (2009) added a high-speed (HS) data capability of up to 24 Mbps by using an alternative MAC/PHY (AMP) that communicates over a co-located 802.11 link. Despite some clever engineering, the quest for higher speed necessarily resulted in higher power consumption.</p>
<p>Bluetooth Low Energy, in contrast, was designed from the beginning to be an ultra-low-power (ULP) protocol to service short range wireless devices that may need to run for months or even years on a single coin cell battery. Introduced in Bluetooth Version 4.0 (2010), Bluetooth Low Energy uses a simple stack that enables asynchronous communication with low-power devices, such as wireless sensors that send low volumes of data at infrequent intervals. Connections can be established quickly and released as soon as the data exchange is complete, minimizing PA on time and thus power consumption. <a href="http://www.digikey.com/us/en/techzone/wireless/resources/articles/bluetooth-goes-ultra-low-power.html" target="_blank">Continued</a></p>
]]></content:encoded>
			<wfw:commentRss>http://low-powerdesign.com/donovansbrain/2012/01/02/bluetooth-goes-ultra-low-power/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synopsys Buys Magma—But Will the Marriage Last?</title>
		<link>http://low-powerdesign.com/donovansbrain/2011/12/02/synopsys-buys-magma%e2%80%94but-will-the-marriage-last/</link>
		<comments>http://low-powerdesign.com/donovansbrain/2011/12/02/synopsys-buys-magma%e2%80%94but-will-the-marriage-last/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 22:53:47 +0000</pubDate>
		<dc:creator>John Donovan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://low-powerdesign.com/donovansbrain/?p=454</guid>
		<description><![CDATA[By John Donovan Synopsys yesterday (11/30/2011) announced that it has signed a definitive agreement to buy Magma Design Automation for $507 million, the largest acquisition in the EDA industry in many years. The acquisition will strengthen Synopsys’ position in both &#8230; <a href="http://low-powerdesign.com/donovansbrain/2011/12/02/synopsys-buys-magma%e2%80%94but-will-the-marriage-last/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>By John Donovan</p>
<p><img class="alignright size-full wp-image-455" style="border-style: initial; border-color: initial;" title="synopsys-logo" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/12/synopsys-logo.jpg" alt="" width="184" height="65" /></p>
<p>Synopsys yesterday (11/30/2011) announced that it has signed a definitive agreement to buy Magma Design Automation for $507 million, the largest acquisition in the EDA industry in many years. The acquisition will strengthen Synopsys’ position in both analog and digital EDA tools, at the same time removing a struggling competitor with whom it’s had a less than friendly relationship.</p>
<p><img class="alignright size-full wp-image-458" title="magma-logo" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/12/magma-logo2.jpg" alt="" width="210" height="58" />On the financial side Magma represents an easy acquisition for cash-rich Synopsys and an unexpectedly good exit strategy for Magma. Synopsys has agreed to acquire Magma for $7.35 per share in cash, a 27.8% premium over the $5.75 at which LAVA was trading on the NASDAQ the day before the acquisition was announced (it immediately jumped to $7.09 after the announcement). For Q1 of this year Magma reported a GAAP net loss of $(0.1) million, or $(0.00) per share, compared to a net loss of $(3.3) million, or $(0.06) per share for the year-ago first quarter—a slow crawl back from a bad year but hardly enough to keep up with giants Synopsys, Mentor, and Cadence, all of whom are experiencing healthy growth. Needless to say Magma’s Board of Directors unanimously approved the merger.</p>
<p>On the analysts call announcing the merger Synopsys CEO Aart de Geus was upbeat about the synergies between the companies, highlighting the acquisition as an opportunity to expand their R&amp;D talent pool. John Chilton, senior vice president of marketing and strategic development at Synopsys, underscored de Geus’ point, adding, “We really are getting more requests for more technology. Deep-submicron CMOS is very complex in terms of materials, the number of transistor and the parasitics. Tools have to do more.”</p>
<p>The question of overlapping tools loomed large and will remain a matter of speculation until the deal closes in the middle of next year. Chilton said Synopsys would not discontinue any Magma products at the time of the deal closing, though analysis of how to integrate them into Synopsys’ product lines will clearly be front and center for the next several months.</p>
<p>While de Geus said on the call that Synopsys was not motivated by Magma&#8217;s strength in any one particular product area, readers are permitted to take that with a grain of salt. Magma’s FineSim Pro simulator for analog/mixed-signal SoCs has reportedly been gaining key accounts that had previously been using Synopsys HSPICE simulator for RF and analog design, which hasn’t really taken off. On the digital side Magma doesn’t offer logic simulation—much to its detriment—but in Talus and Titan they do have a very capable tool flow from RTL synthesis right through silicon implementation, with Talus’ timing analysis capability being especially attractive to Synopsys. Magma’s yield management tools will also be a plus, though Synopsys isn’t lacking there.</p>
<p>According to Gary Smith, chief analyst at Gary Smith EDA, &#8220;It&#8217;s a great deal for Synopsys,” not to mention Magma. Also according to Smith, FineSim and Talus fill important gaps in Synopsys’ product offerings, “making them whole.” Over the next few years the Magma acquisition should prove to be quite successful for Synopsys. Over time Smith foresees possible problems integrating both Magma’s tools and its engineers. On the tools side, Magma’s data-driven development paradigm differs considerably from Synopsys’, raising the question of whether their tools, however synergistic, can indeed be integrated; if not, which ones survive and which ones receive an End of Life notice? And will the engineers at Magma, arguably not enamored of Synopsys during their long-running legal battle, stay on after the deal closes, or will they cash out and start their own companies? Smith agrees with de Geus that the engineers are the crown jewel of the acquisition. Keeping them happy and on board will be key to the merger’s long term success.</p>
<p>How all this will shake out remains to be seen. Will Mentor or Cadence respond quickly by acquiring one of the dozens of small, capable EDA companies to fill gaps in their own tool flows (probably)? Will Rajeev wind up in an office next to Aart (&lt;1% chance), or will he take the money and start a new company (&gt;90% chance)? Only time will tell. The one certainty is that the big three EDA companies will continue their acquisition binge, becoming stronger and more capable while at the same time providing a happy landing for some intrepid entrepreneurs.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://low-powerdesign.com/donovansbrain/2011/12/02/synopsys-buys-magma%e2%80%94but-will-the-marriage-last/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Electric Flight—the Ultimate Energy Efficiency Challenge</title>
		<link>http://low-powerdesign.com/donovansbrain/2011/11/30/electric-flight%e2%80%94the-ultimate-energy-efficiency-challenge/</link>
		<comments>http://low-powerdesign.com/donovansbrain/2011/11/30/electric-flight%e2%80%94the-ultimate-energy-efficiency-challenge/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 01:27:07 +0000</pubDate>
		<dc:creator>John Donovan</dc:creator>
				<category><![CDATA[Clean energy]]></category>
		<category><![CDATA[Electric flight]]></category>
		<category><![CDATA[Energy Efficiency]]></category>

		<guid isPermaLink="false">http://low-powerdesign.com/donovansbrain/?p=439</guid>
		<description><![CDATA[If you think electric cars are impressive, how about an electric 747? On a smaller scale, that flight of fancy just became a reality. Last month in Santa Rosa, CA, an electric-powered 4-seat light plane won the NASA/Google Green Flight &#8230; <a href="http://low-powerdesign.com/donovansbrain/2011/11/30/electric-flight%e2%80%94the-ultimate-energy-efficiency-challenge/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you think electric cars are impressive, how about an electric 747? On a smaller scale, that flight of fancy just became a reality.</p>
<p><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/11/pipistrel.jpg"><img class="alignright size-full wp-image-441" title="pipistrel" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/11/pipistrel.jpg" alt="" width="422" height="281" /></a>Last month in Santa Rosa, CA, an electric-powered 4-seat light plane won the <a href="http://cafefoundation.org/v2/gfc_main.php">NASA/Google Green Flight Challenge</a> by flying over 200 miles non-stop at over 100 MPH while achieving <a href="http://cafefoundation.org/v2/gfc_2011_results.html">403.5 passenger miles per gallon (mpg)</a> using the equivalent of less than one gallon of gasoline. Compare that to the Chevy Volt—the current state of the art in electric (land-based) vehicles—which gets the equivalent of 112 mpg in all-electric mode while driving slowly over flat roads. And even with the benefit of wheels and a 435 lb. battery, the Volt can only keep that up for 35 miles, at which point it reverts to its gas engine, which gets 37 mpg.</p>
<p>The winner of the $1.65 million prize was <a href="http://www.eaa.org/news/2011/2011-10-03_gfc_winner.asp">Team Pipistrel</a> from Penn State, flying a Taurus G4 manufactured in Slovenia. The G4 is a four-seat, twin engine plane with a wingspan of 69’2” and weighing 2,490 lb, slightly less than a Volkswagen Beetle. The two 145 KW (194 HP) motors can drive Pipistrel to about 114 mph, so it won the Challenge race running almost flat out.</p>
<p>Detailed data on the custom-built G4 is hard to come by, but not for the production model <a href="http://www.pipistrel.si/plane/taurus-electro/technical-data">Taurus Electro G2</a>. The body is a composite of epoxy resin, fiberglass, carbon fibers and Kevlar in a honeycomb structure. The motor is a high-performance synchronous 3-phase outrunner with permanent magnets, delivering 40 kW on takeoff and 30 kW continuous. The best glide ratio is 1:41, which really qualifies it as a powered glider. To put it in perspective, the typical glide ratio for a two-seat general aviation plane is about 1:10. Aside from getting unimpressive mileage, you really don’t want to run out of gas while flying your Piper Cub. Or in a 747 for that matter.</p>
<p>Electric gliders have been around for a while. The first commercial one was the <a href="http://www.airenergy.de/html/ae-1_silent.html">AE-1 Silent</a>, which first flew in 1997. Weighing a mere 430 lb., the AE-1 is easily powered by its 13 kW (17 Hp) electric motor, which in turn works from a 4.1 kW/77 lb. Li-Ion battery. If you’re so inclined the AE-1 is FAA certified as an ultralight aircraft and it’s still being produced.</p>
<p><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/11/antares-20e.jpg"><img class="alignright size-medium wp-image-442" title="antares-20e" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/11/antares-20e-300x224.jpg" alt="" width="300" height="224" /></a>More high powered is the <a href="http://en.wikipedia.org/wiki/Antares_20E">Antares 20E</a> from Lange Aviation GmbH, in production since 2004. The 20E is powered by a 42 kW (52 hp) BLDC electric motor weighing 64 lb. Energy storage consists of 72 Li-Ion cells each rated at 44 Ah at 3.7V, for a combined capacity of 12 kWh @ 266V. With a wingspan of 65 ft. and weighing in at 1,455 lb, this is a serious airplane—though still a one seater. The 20E can self launch and climb to 3,300 ft. in four minutes and climb to 10,000 ft., where it can fly for 1.5 hours. Assuming you’ve covered 93 miles at that point and a maximum glide ratio of 1:56 (!), the maximum range then becomes (93+(2&#215;56))=205 miles.</p>
<p>Now let’s figure the mileage for just the powered portion of the flight. Assuming your flight fully depleted the 12 kWh batteries, that works out to 12 kWh/93 miles or 12.9 kWh/100 miles. Using the same formula the EPA applied to the Chevy Volt—where 36 kWh/100 miles = 93 mpg-e—the Antares comes in 2.8x better at 260 mpg equivalent! That’s a pretty energy efficient way to travel.</p>
<p>In an interesting twist Lange is now producing the <a href="http://www.dlr.de/tt/desktopdefault.aspx/tabid-4935/8219_read-13587/">Antares DLR-H2</a>, which is powered by hydrogen fuel cells, with the tanks slung in pods under the wings. The actual motive force is a 42 kW BLDC motor. The 130 lb. fuel cells can generate 20 kW continuously, twice the 10 kW required for level flight. The DLR-H2 can attain a height of 12,000 ft and has a top speed of 105 mph and a range of 1,240 miles.</p>
<p>Using solar cells to recharge your batteries while in flight can greatly extend your range. In 1990 the solar powered plane <a href="http://evworld.com/article.cfm?storyid=709">Sunseeker</a> flew across the U.S. powered by a 250W array of thin-film solar cells. Since solar cells obviously don’t work at night, it took two weeks to accomplish this task.</p>
<p><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/11/solarimpulse1.jpg"><img class="alignright size-medium wp-image-444" title="solarimpulse" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/11/solarimpulse1-300x167.jpg" alt="" width="300" height="167" /></a>The first solar powered plane to complete a 24 hour flight was <a href="http://www.solarimpulse.com/">Solar Impulse</a>. Claiming to have “the wingspan of an Airbus [208 ft.]…the weight of a family car [3,500 lb.]…and the power of a scooter [40 hp],” its designers plan to fly it around the world in 2012. The solar cells on the wings of Solar Impulse cover 650 sq. ft. and can generate 6 kW (8.2 hp), which is stored in Li-Ion cells during the night. All things being equal, this should be enough to keep the 1.6 ton plane aloft day and night while traveling at just over 40 mph.</p>
<p><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/11/EADS1.jpg"><img class="alignright size-full wp-image-447" title="EADS" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/11/EADS1.jpg" alt="" width="418" height="206" /></a>Even electric commercial airliners are in the works. In Europe EADS, Airbus’ parent company, has proposed the <a href="http://www.eads.com/dms/eads/int/en/press/documents/Dossiers/Downloads/EADS-Brochure_VoltAir_English.pdf">VoltAir ducted fan engine</a> that would power commercial airliners. To achieve the energy density required to move such a massive aircraft, the VoltAir motor would be constructed of high-temperature superconducting (HTS) materials, cooled by liquid nitrogen. HTS motors are expected to reach power densities of 7-8 kW/kg, comparable to 7 kW/kg for today’s turboshaft engines. The batteries will still be Li-Ion, which EADS hopes will become more efficient, or Li-Air should it become commercially viable by then.</p>
<h2>Coming to an Airport Near You</h2>
<p>While electric flight is both fun and interesting—especially to engineers—it may impact you sooner than you think. Every major city and most smaller ones have general aviation airports. The Taurus G2 and numerous others like it would make quiet, inexpensive air taxis practical. Not only are the planes inexpensive—about the cost of a high-end car—they’re extremely inexpensive to operate, highly reliable, quiet, and essentially non-polluting. Instead of fighting the traffic between New York and Boston or San Jose and Sacramento you would be able to hop a quick, cheap flight there and gaze smugly down at the congestion below.</p>
<p>So there you have it. Electric boats and cars—been there, done that. Stay tuned for electric aircraft. You hopefully won’t have to stay tuned for long, and it will be worth the wait.</p>
]]></content:encoded>
			<wfw:commentRss>http://low-powerdesign.com/donovansbrain/2011/11/30/electric-flight%e2%80%94the-ultimate-energy-efficiency-challenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hands On: Evaluation Kit Eases Lighting Design Starts</title>
		<link>http://low-powerdesign.com/donovansbrain/2011/10/28/hands-on-evaluation-kit-eases-lighting-design-starts/</link>
		<comments>http://low-powerdesign.com/donovansbrain/2011/10/28/hands-on-evaluation-kit-eases-lighting-design-starts/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 22:25:01 +0000</pubDate>
		<dc:creator>John Donovan</dc:creator>
				<category><![CDATA[Lighting]]></category>
		<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[semiconductors]]></category>

		<guid isPermaLink="false">http://low-powerdesign.com/donovansbrain/?p=433</guid>
		<description><![CDATA[Normally you order an evaluation kit to check out whether a particular microcontroller seems appropriate for a design you have in mind; if everything seems OK, you then order a more costly development kit to prototype your design. Cypress’ CY3267 PowerPSoC &#8230; <a href="http://low-powerdesign.com/donovansbrain/2011/10/28/hands-on-evaluation-kit-eases-lighting-design-starts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/10/CY3267_pic.jpg"><img class="alignright size-full wp-image-434" title="CY3267_pic" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/10/CY3267_pic.jpg" alt="CY3267 dev kit" width="350" height="232" /></a>Normally you order an evaluation kit to check out whether a particular microcontroller seems appropriate for a design you have in mind; if everything seems OK, you then order a more costly development kit to prototype your design. Cypress’ <a href="http://www.cypress.com/?rID=36571" target="_blank">CY3267 PowerPSoC Lighting Evaluation Kit</a> manages to cross that line, enabling a quick out-of-the-box evaluation within a few minutes but including a full suite of tools, circuits, and programmable components to enable developing some sophisticated lighting control systems.</p>
<p>The CY3267 PowerPSoC kit includes a main board built around a CY8CLED04D PowerPSoC MCU in a floating load buck topology. The PSoC core drives four 1A internal MOSFETs that power a 10W 4-channel RGBA LED mounted on a separate daughter card sitting atop a large heatsink. A power supply, USB cable, LED diffuser, an assortment of jumpers, and a MiniProg programming connector complete the kit.</p>
<p>Within five minutes of opening the package I was able to connect the daughter card to the main board; connect the main board to my computer; power up both boards; and cycle through the different colors in the LED array using the two Capsense buttons. Five minutes later I had installed the Intelligent Lighting Control application included on the kit CD and could experiment with basic lighting control.</p>
<div id="attachment_435" class="wp-caption alignright" style="width: 370px"><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/10/CY3267_fig1.jpg"><img class="size-full wp-image-435" title="CY3267_fig1" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/10/CY3267_fig1.jpg" alt="Figure 1" width="360" height="306" /></a><p class="wp-caption-text">Figure 1: Intelligent Lighting Control GUI</p></div>
<p>The Intelligent Lighting Control application (Figure 1) works with the default firmware to demonstrate 4-channel color mixing. From the CIE Color Selection tab you can click on any point on the color gamut and watch the LED array output that color. You can set the intensity by moving the Requested Luminous Flex slider. You can also set the white intensity by moving the Color Temperature Control slider (up to 4000K).</p>
<p>Clicking on the Direct LED Control tab you can move each of the four sliders to select the intensity of the red, green, blue, and amber LEDs. <a href="http://www.low-powerdesign.com/article_CY3267_102711.htm" target="_blank">More&#8230;</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://low-powerdesign.com/donovansbrain/2011/10/28/hands-on-evaluation-kit-eases-lighting-design-starts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storing Volts</title>
		<link>http://low-powerdesign.com/donovansbrain/2011/09/27/storing-volts/</link>
		<comments>http://low-powerdesign.com/donovansbrain/2011/09/27/storing-volts/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 16:37:08 +0000</pubDate>
		<dc:creator>John Donovan</dc:creator>
				<category><![CDATA[Automotive]]></category>
		<category><![CDATA[Batteries]]></category>
		<category><![CDATA[Clean energy]]></category>

		<guid isPermaLink="false">http://low-powerdesign.com/donovansbrain/?p=425</guid>
		<description><![CDATA[While electric vehicles have been around since the late 19th century, they only became practical with the development of energy storage systems that sport a lot better horsepower-to-weight ratio than bulky lead acid batteries. By the mid-90’s automakers had pretty &#8230; <a href="http://low-powerdesign.com/donovansbrain/2011/09/27/storing-volts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While electric vehicles have been around since the late 19<sup>th</sup> century, they only became practical with the development of energy storage systems that sport a lot better horsepower-to-weight ratio than bulky lead acid batteries.</p>
<p>By the mid-90’s automakers had pretty much given up on being able to go very far on batteries alone, which led Toyota to introduce the Prius—the first commercial hybrid—in Japan in 1997. In EV mode the Prius is powered by a sealed 38-module 6.5 Ah/274V NiMH battery pack weighing 53.3 kg. That works out to 1.78 kWh total capacity. According to the <a href="http://en.wikipedia.org/wiki/Miles_per_gallon_gasoline_equivalent">EPA’s formula</a>, one gallon of gasoline is equivalent to 33.7 kWh—almost 20x what the Prius’ battery alone can deliver. So it’s hardly surprising that the Prius relies primarily on its internal combustion engine for propulsion.</p>
<p><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/09/gmpack.bmp_610x464.jpg"><img class="alignright size-full wp-image-426" title="gmpack.bmp_610x464" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/09/gmpack.bmp_610x464.jpg" alt="Volt battery pack" width="366" height="278" /></a>The Chevrolet Volt features a much larger battery with a considerably higher energy density than the Prius. The Volt uses a 16 kWh (197 kg) manganese spinel lithium-polymer prismatic battery pack, which alone can power the Volt for 35 miles (56 km). The Volt’s lithium-ion battery is 2.5x larger in terms of energy density than the Prius’ NiMH battery (.0812 vs. .0319 kWh/kg). Considering that the energy density of NiMH is under 2x that of NiMH—140-300 Wh/liter for NiMH vs. 250-620 Wh/liter for lithium ion—that’s well on the high side of what you would expect.</p>
<p>In addition to having a greater energy density than NiMH—in terms of both weight and volume—lithium-ion batteries also display a much lower self-discharge rate; a greater maximum number of charge/discharge cycles (i.e., they last longer); a more linear discharge rate, which enables more accurate prediction of remaining capacity; and they perform better at low temperatures.</p>
<p>As far as durability goes, both battery types are about the same: NiMH batteries can be discharged and recharged 500-1000 times, with Li-ion batteries being good for 400-1200 cycles. Since replacing an EV battery pack can be a very expensive proposition—currently about $8,000 for the Volt—manufacturers typically guarantee them for an extended period. GM guarantees the Volt’s battery bank for 100,000 miles or eight years.</p>
<h2>Not Your Dad’s Li-Ion Battery</h2>
<p><a href="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/09/Li-ion-battery.jpg"><img class="alignright size-full wp-image-427" title="Li-ion battery" src="http://low-powerdesign.com/donovansbrain/wp-content/uploads/2011/09/Li-ion-battery.jpg" alt="Li-ion battery" width="358" height="337" /></a>OK, assuming your Dad <em>had</em> Li-ion batteries, the ones in the Volt are better. The Volt’s battery design is based on technology developed at Argonne National Laboratory. The Lab used x-ray absorption spectroscopy to study new cathode compositions. They came up with a manganese-rich cathode that resulted in a dramatic increase in the battery’s energy storage capacity while at the same time making it less likely to overheat, and therefore safer and easier to maintain. To complete the trifecta, the new cathode material is also cheaper to manufacture.</p>
<p>Even if there isn’t much beyond Li-ion in terms of energy density—unless you’re comfortable with a thorium-based energy source—there’s still room for improvement. According to Khalil Amine, an Argonne senior materials scientist, &#8220;Based on our data, the next generation of batteries will last twice as long as current models.&#8221; Chances are your car would give out long before your battery does.</p>
<h2>Recycling</h2>
<p>When your Volt battery bank finally sends you an End of Life notice, what can you do with it? For one thing you could keep it and use it to help recharge your new Volt battery. Or you might rig it to an inverter bank as a backup source of electricity during power outages or at least peak billing times.</p>
<p>If GM gives you a credit for turning in your old battery on a new one, what can <em>they</em> do with it? The EPA claims that rechargeable batteries are not an environmental hazard if they’re not dumped in landfills; European governments aren’t quite so sanguine, since Li-ion isn’t exactly something you’d like to wind up in your water supply. Both the cathode and anode material can be recycled, which is what most jurisdictions require.</p>
<p>In the end the Volt’s energy storage system turns out to be as high-tech as the rest of the car. Considering how much more reliable electric motors are than internal combustion engines, Volt owners could wind up owning their cars for a very long time.</p>
<p>[This article is part of a series on the Chevy Volt for the UBM/Avnet series <a href="http://www.driveforinnovation.com/">Drive for Innovation</a>.]</p>
]]></content:encoded>
			<wfw:commentRss>http://low-powerdesign.com/donovansbrain/2011/09/27/storing-volts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.500 seconds -->
<!-- Cached page served by WP-Cache -->

