<?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: Arduino Leonardo and Micro</title>
	<atom:link href="http://www.epanorama.net/blog/2012/11/29/arduino-leonardo-and-micro/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2012/11/29/arduino-leonardo-and-micro/</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/29/arduino-leonardo-and-micro/comment-page-1/#comment-1431175</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Mon, 31 Aug 2015 13:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=11548#comment-1431175</guid>
		<description><![CDATA[Use Your Mouse Pointer to Send Data
http://hackaday.com/2015/08/30/use-your-mouse-pointer-to-send-data/

[Ido Gendel] was thinking about new and interesting ways to send data between devices, when he realized that the answer was right in his hand. Literally: he decided to try sending data using the mouse pointer. What he came up with was an interesting hack that uses small movements of the mouse pointer to send data at up to 1200bps, or about 150 bytes per second.

The way he did this was very, very clever. He used an Arduino Leonardo that is set to emulate a mouse, working alongside his existing mouse. This setup means that he can use his existing mouse: the system just sees the Arduino as a second mouse, and the pointer just looks a little jerky when you zoom in. That is because the Arduino is just sending tiny movements, each of which is a code that represents a nybble (4 binary bits) of data.]]></description>
		<content:encoded><![CDATA[<p>Use Your Mouse Pointer to Send Data<br />
<a href="http://hackaday.com/2015/08/30/use-your-mouse-pointer-to-send-data/" rel="nofollow">http://hackaday.com/2015/08/30/use-your-mouse-pointer-to-send-data/</a></p>
<p>[Ido Gendel] was thinking about new and interesting ways to send data between devices, when he realized that the answer was right in his hand. Literally: he decided to try sending data using the mouse pointer. What he came up with was an interesting hack that uses small movements of the mouse pointer to send data at up to 1200bps, or about 150 bytes per second.</p>
<p>The way he did this was very, very clever. He used an Arduino Leonardo that is set to emulate a mouse, working alongside his existing mouse. This setup means that he can use his existing mouse: the system just sees the Arduino as a second mouse, and the pointer just looks a little jerky when you zoom in. That is because the Arduino is just sending tiny movements, each of which is a code that represents a nybble (4 binary bits) of data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2012/11/29/arduino-leonardo-and-micro/comment-page-1/#comment-333084</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Wed, 02 Apr 2014 08:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=11548#comment-333084</guid>
		<description><![CDATA[Unlocking your Computer with a Leonardo and an NFC Shield
http://hackaday.com/2014/04/01/unlocking-your-computer-with-a-leonardo-and-an-nfc-shield/

Manually typing your login password every time you need to login on your computer can get annoying, especially if it is long and complex. To tackle this problem [Lewis] assembled an NFC computer unlocker by using an Arduino Leonardo together with an NFC shield.]]></description>
		<content:encoded><![CDATA[<p>Unlocking your Computer with a Leonardo and an NFC Shield<br />
<a href="http://hackaday.com/2014/04/01/unlocking-your-computer-with-a-leonardo-and-an-nfc-shield/" rel="nofollow">http://hackaday.com/2014/04/01/unlocking-your-computer-with-a-leonardo-and-an-nfc-shield/</a></p>
<p>Manually typing your login password every time you need to login on your computer can get annoying, especially if it is long and complex. To tackle this problem [Lewis] assembled an NFC computer unlocker by using an Arduino Leonardo together with an NFC shield.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi</title>
		<link>https://www.epanorama.net/blog/2012/11/29/arduino-leonardo-and-micro/comment-page-1/#comment-25677</link>
		<dc:creator><![CDATA[Tomi]]></dc:creator>
		<pubDate>Fri, 15 Mar 2013 20:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=11548#comment-25677</guid>
		<description><![CDATA[BBLeo released
http://blog.moderndevice.com/2013/02/27/bbleo-released/

The world probably has enough ATMega32u4 (Arduino Leonardo) development boards. Some of them even put all the pins on a .100″ grid (unlike the original Arduino outline). But we feel that none of them is as easy to use on a breadboard as the BBLeo, which stands for breadboard Leonardo. The BBLeo is engineered to get you going quickly on a breadboard.

Just as in the Arduino Leonardo, the BBLeo has USB built in so you can just “plug and play”. Hint – all this great functionality that board developers like to brag about is usually built into the chips.]]></description>
		<content:encoded><![CDATA[<p>BBLeo released<br />
<a href="http://blog.moderndevice.com/2013/02/27/bbleo-released/" rel="nofollow">http://blog.moderndevice.com/2013/02/27/bbleo-released/</a></p>
<p>The world probably has enough ATMega32u4 (Arduino Leonardo) development boards. Some of them even put all the pins on a .100″ grid (unlike the original Arduino outline). But we feel that none of them is as easy to use on a breadboard as the BBLeo, which stands for breadboard Leonardo. The BBLeo is engineered to get you going quickly on a breadboard.</p>
<p>Just as in the Arduino Leonardo, the BBLeo has USB built in so you can just “plug and play”. Hint – all this great functionality that board developers like to brag about is usually built into the chips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oyunu</title>
		<link>https://www.epanorama.net/blog/2012/11/29/arduino-leonardo-and-micro/comment-page-1/#comment-25676</link>
		<dc:creator><![CDATA[Oyunu]]></dc:creator>
		<pubDate>Sun, 13 Jan 2013 00:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=11548#comment-25676</guid>
		<description><![CDATA[Heya i am for the first time here. I came across this board and I find
It truly useful &amp; it helped me out much. I hope to give something back and aid others like you helped me.]]></description>
		<content:encoded><![CDATA[<p>Heya i am for the first time here. I came across this board and I find<br />
It truly useful &amp; it helped me out much. I hope to give something back and aid others like you helped me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phatIO is file system based USB I/O &#171; Tomi Engdahl&#8217;s ePanorama blog</title>
		<link>https://www.epanorama.net/blog/2012/11/29/arduino-leonardo-and-micro/comment-page-1/#comment-25675</link>
		<dc:creator><![CDATA[phatIO is file system based USB I/O &#171; Tomi Engdahl&#8217;s ePanorama blog]]></dc:creator>
		<pubDate>Mon, 10 Dec 2012 21:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=11548#comment-25675</guid>
		<description><![CDATA[[...] board is based on Atmel MEGA32U4 microcontroller (same microcontroller as used by MaKey MaKey and Arduino Leonardo. The other main component is 128 MB microSD memory card that contains the device [...] ]]></description>
		<content:encoded><![CDATA[<p>[...] board is based on Atmel MEGA32U4 microcontroller (same microcontroller as used by MaKey MaKey and Arduino Leonardo. The other main component is 128 MB microSD memory card that contains the device [...] </p>
]]></content:encoded>
	</item>
</channel>
</rss>
