<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Embedded projects from around the web</title>
	
	<link>http://www.embedds.com</link>
	<description>MCU project everyday</description>
	<lastBuildDate>Wed, 22 May 2013 12:18:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/EmbeddedProjectsFromAroundTheWeb" /><feedburner:info uri="embeddedprojectsfromaroundtheweb" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Cat feeder uses Archimedes screw</title>
		<link>http://feedproxy.google.com/~r/EmbeddedProjectsFromAroundTheWeb/~3/dlxYuQBCnB4/</link>
		<comments>http://www.embedds.com/cat-feeder-uses-archimedes-screw/#comments</comments>
		<pubDate>Wed, 22 May 2013 12:18:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[cat feeder]]></category>

		<guid isPermaLink="false">http://www.embedds.com/?p=7929</guid>
		<description><![CDATA[Normally DIY cat feeders uses simple dispenser. This works great, but it is hard to predict the amount of food that drops in to dish. Mgrenonville started with dispenser based feeder and now introduces second version which is more controllable and predictable. The feeder is controlled by Arduino with proto-shield attached. Time is kept using [...]]]></description>
				<content:encoded><![CDATA[<p align="JUSTIFY">Normally DIY cat feeders uses simple dispenser. This works great, but it is hard to predict the amount of food that drops in to dish. <i>Mgrenonville</i> started with dispenser based feeder and now introduces second version which is more controllable and predictable. The feeder is controlled by Arduino with proto-shield attached. Time is kept using DS1307 RTC board. And feeder is run with screwdriver motor.</p>
<p align="CENTER"><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='468' height='294' src='http://www.youtube.com/embed/E5H-7zGxXY8?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p align="JUSTIFY">There is also an LCD screen where status can be seen. A serial interface is used to modify settings like time, number of feeds and other. Most fun part in this is screw feeder. It is made of Poly-morph which has low melting temperature and is fairly easy to work with. Feeder seems to work pretty smooth and is well blended above cat dish.</p>
<img src="http://feeds.feedburner.com/~r/EmbeddedProjectsFromAroundTheWeb/~4/dlxYuQBCnB4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.embedds.com/cat-feeder-uses-archimedes-screw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.embedds.com/cat-feeder-uses-archimedes-screw/</feedburner:origLink></item>
		<item>
		<title>Smart power controller for Raspberry Pi</title>
		<link>http://feedproxy.google.com/~r/EmbeddedProjectsFromAroundTheWeb/~3/wOjFUs0URBs/</link>
		<comments>http://www.embedds.com/smart-power-controller-for-raspberry-pi/#comments</comments>
		<pubDate>Tue, 21 May 2013 09:50:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux board projects]]></category>
		<category><![CDATA[Raspberry Pi power supply]]></category>

		<guid isPermaLink="false">http://www.embedds.com/?p=7926</guid>
		<description><![CDATA[One of the weakest sides of raspberry Pi is its power supply. We only get micro-USB option for powering the device. In one hand this is great feature because micro-USB chargers are becoming standard for phone chargers, so most of us already have those near by. There is another option of powering Raspberry Pi – [...]]]></description>
				<content:encoded><![CDATA[<p align="JUSTIFY">One of the weakest sides of raspberry Pi is its power supply. We only get micro-USB option for powering the device. In one hand this is great feature because micro-USB chargers are becoming standard for phone chargers, so most of us already have those near by. There is another option of powering Raspberry Pi – using PGIO where you can find power pins. The real problem is that you don&#8217;t have much of power control on board – even there is no power button. Once you plug the adapter it starts to work immediately and powers off once you plug it off.</p>
<p align="CENTER"><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='468' height='294' src='http://www.youtube.com/embed/lM_fUPE9Lm8?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p align="JUSTIFY"><i>Felix Rusu</i> have designed small power controller for Raspberry Pi which gives some control. It is Attiny based board so called ATXRaspi that gives features like power button, status LED, and link to RasPi. This allows shutting down the board without need to log in. when you click the power button adapter sends command to Raspberry Pu through GPIO to initiate shutdown script and will safely turn it off. Practically you can place any commands to execute before turning off – saving data, cleanup, writing to log files and so on.</p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/EmbeddedProjectsFromAroundTheWeb/~4/wOjFUs0URBs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.embedds.com/smart-power-controller-for-raspberry-pi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.embedds.com/smart-power-controller-for-raspberry-pi/</feedburner:origLink></item>
		<item>
		<title>Classical example of dot LED matrix display control</title>
		<link>http://feedproxy.google.com/~r/EmbeddedProjectsFromAroundTheWeb/~3/4GKjmvA4xmM/</link>
		<comments>http://www.embedds.com/classical-example-of-dot-led-matrix-display-control/#comments</comments>
		<pubDate>Mon, 20 May 2013 09:33:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PIC Projects]]></category>
		<category><![CDATA[PIC led matrix]]></category>

		<guid isPermaLink="false">http://www.embedds.com/?p=7922</guid>
		<description><![CDATA[Dot LED matrix is great for displaying various type information including graphical, text, and animation. They usually are big enough to see from a distance and bright to be visible at day and night. Embedded-lab built LED matrix display board which uses five 8&#215;8 LED modules that makes pretty decent 8&#215;40 display. The display is [...]]]></description>
				<content:encoded><![CDATA[<p align="JUSTIFY">Dot LED matrix is great for displaying various type information including graphical, text, and animation. They usually are big enough to see from a distance and bright to be visible at day and night. <i>Embedded-lab</i> built LED matrix display board which uses five 8&#215;8 LED modules that makes pretty decent 8&#215;40 display.</p>
<p align="CENTER"><a href="http://www.embedds.com/wp-content/uploads/2013/05/PIC_Matrix_Display.jpg" rel="lightbox[7922]"><img class="alignnone size-medium wp-image-7923" alt="example of dot LED matrix display control" src="http://www.embedds.com/wp-content/uploads/2013/05/PIC_Matrix_Display-448x300.jpg" width="448" height="300" /></a></p>
<p align="JUSTIFY">The display is clocked using PIC16F1847 microcontroller. Of course MCU doesn&#8217;t have enough I/Os to drive 320 LEDs. For this a cascading shift registers 74HC595 are used. One for every matrix module column. The rows are controlled with single ULN2803 which sinks LED outputs. Messages can be sent via serial interface using 8&#215;5 byte array totaling the 320 bits. Each bit represents weather corresponding LED is ON or OFF. Received data is stored in to EEPROM memory, so after display powerup it automatically loads saved data and starts displaying without need of computer.</p>
<img src="http://feeds.feedburner.com/~r/EmbeddedProjectsFromAroundTheWeb/~4/4GKjmvA4xmM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.embedds.com/classical-example-of-dot-led-matrix-display-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.embedds.com/classical-example-of-dot-led-matrix-display-control/</feedburner:origLink></item>
		<item>
		<title>Helpful code snippets for Arduino</title>
		<link>http://feedproxy.google.com/~r/EmbeddedProjectsFromAroundTheWeb/~3/Ge-c-KR78S0/</link>
		<comments>http://www.embedds.com/helpful-code-snippets-for-arduino/#comments</comments>
		<pubDate>Sun, 19 May 2013 12:30:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Arduino code snippets]]></category>

		<guid isPermaLink="false">http://www.embedds.com/?p=7920</guid>
		<description><![CDATA[If you program microcontrollers probably find yourself writing same functions over and over again. If you are smart enough, you simply write generalized functions that may be reused in other projects. But in many cases it happens that we write and forget. Here are several simple code snippets that may be useful in some cases. [...]]]></description>
				<content:encoded><![CDATA[<p align="JUSTIFY">If you program microcontrollers probably find yourself writing same functions over and over again. If you are smart enough, you simply write generalized functions that may be reused in other projects. But in many cases it happens that we write and forget. Here are several simple code snippets that may be useful in some cases. Some of the mare written by <a href="http://www.faludi.com/examples/helpful-arduino-functions/" target="_blank"><i>Rob Faludi</i></a> with addition by Alasdair Allan.</p>
<pre class="brush:cpp">void blinkLED(byte targetPin, int numBlinks, int blinkRate) {
  for (int i=0; i &lt; numBlinks; i++) {
    digitalWrite(targetPin, HIGH);   
    delay(blinkRate);                
    digitalWrite(targetPin, LOW);   
    delay(blinkRate);
  }
}</pre>
<p align="JUSTIFY">The code snippets include blinking LED with predefined rate and duration, sounding buzzer at desired frequency and duration, checking free RAM, connecting to WiFi and working with EEPROM. Not much actually, but you are free to build up your own database and probably share with others.</p>
<img src="http://feeds.feedburner.com/~r/EmbeddedProjectsFromAroundTheWeb/~4/Ge-c-KR78S0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.embedds.com/helpful-code-snippets-for-arduino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.embedds.com/helpful-code-snippets-for-arduino/</feedburner:origLink></item>
		<item>
		<title>Arduino robotic hand under $200</title>
		<link>http://feedproxy.google.com/~r/EmbeddedProjectsFromAroundTheWeb/~3/Nr28_51BnzA/</link>
		<comments>http://www.embedds.com/arduino-robotic-hand-under-200/#comments</comments>
		<pubDate>Sat, 18 May 2013 12:17:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[robotic hand]]></category>

		<guid isPermaLink="false">http://www.embedds.com/?p=7917</guid>
		<description><![CDATA[Robotic hand is one of most important parts in robot equipment. This is main manipulator that interacts with outside world. Complex robotic hand may be very expensive part that may be hardly achievable by hobbyist. Anyway you are always free to experiment and find new ways of reducing cost while making it worth using. Aaron [...]]]></description>
				<content:encoded><![CDATA[<p align="JUSTIFY">Robotic hand is one of most important parts in robot equipment. This is main manipulator that interacts with outside world. Complex robotic hand may be very expensive part that may be hardly achievable by hobbyist. Anyway you are always free to experiment and find new ways of reducing cost while making it worth using. <i>Aaron Thomen</i> have been experimenting with interesting robotic Arm solution controlled by Arduino.</p>
<p align="CENTER"><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='468' height='294' src='http://www.youtube.com/embed/e4Rtgo6Vmq8?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p align="JUSTIFY">As you can see. Few smart approaches makes it really responsive and realistic enough. It is basically made using servo motors and spring-loaded fingers. Fingers are maid of bicycle chains that have many joints and are really flexible. Servo motors activate finger by pulling strings. It is able to pick small objects pretty well what makes it great candidate in many awesome projects. So this is an example of how complex things can be done simple way.</p>
<img src="http://feeds.feedburner.com/~r/EmbeddedProjectsFromAroundTheWeb/~4/Nr28_51BnzA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.embedds.com/arduino-robotic-hand-under-200/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.embedds.com/arduino-robotic-hand-under-200/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.609 seconds. --><!-- Cached page generated by WP-Super-Cache on 2013-05-23 00:38:27 --><!-- Compression = gzip -->
