<?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>The Daily Duino &#187; Solar</title>
	<atom:link href="http://dailyduino.com/archives/category/power/solar/feed" rel="self" type="application/rss+xml" />
	<link>http://dailyduino.com</link>
	<description>mostly daily arduino projects and news</description>
	<lastBuildDate>Fri, 04 Dec 2009 19:46:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Sensing the Light&#8230;</title>
		<link>http://dailyduino.com/archives/198</link>
		<comments>http://dailyduino.com/archives/198#comments</comments>
		<pubDate>Sat, 04 Oct 2008 17:15:40 +0000</pubDate>
		<dc:creator>Morgellon</dc:creator>
				<category><![CDATA[Power]]></category>
		<category><![CDATA[Sensors]]></category>
		<category><![CDATA[Solar]]></category>

		<guid isPermaLink="false">http://dailyduino.com/?p=198</guid>
		<description><![CDATA[Recently, I posted about using a solar panel as a method for charging a battery that powers the Arduino.  Although using a solar cell as a power source is the most obvious use, it is not the only use! I found a post over at little-scale that shows how to use a solar cell with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dailyduino.com/wp-content/uploads/2008/10/solarsensing.jpg"><img class="size-medium wp-image-199 alignright" title="solarsensing" src="http://dailyduino.com/wp-content/uploads/2008/10/solarsensing-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Recently, I posted about using a solar panel as a method for charging a battery that powers the Arduino.  Although using a solar cell as a power source is the most obvious use, it is not the only use!</p>
<p>I found a post over at <a title="little scale blog" href="http://little-scale.blogspot.com/2008/03/connecting-solar-panel-to-arduino.html" target="_blank">little-scale</a> that shows how to use a solar cell with an Arduino as a photo sensor.  The code looks very similar to reading a pot, or other such device on an analog input.  Although, there a few caveats to doing this noted by <a href="http://little-scale.blogspot.com/2008/03/connecting-solar-panel-to-arduino.html" target="_blank">little-scale</a>:  The solar panel used in this example was rated at 2V and 25mA.<br />
• Do not use a solar panel rated in excess of 5V. Doing so may damage the Arduino<br />
• If data values appear incorrect, try scaling the byte &#8216;data&#8217; in the Arduino sketch as it is captured. The analog inputs read data at 10 bit. However, a single, serially-printed value can only hold 8 bits of information.<br />
• The data range with this particular solar panel is 0 &lt; 6 using power-efficient, indoor lighting at night.</p>
<p>The next question after <em>HOW</em> could be <em>WHY? </em>There a many different applications that spring to my mind, from practical to abstract. I am also curious if you could still use a panel as a sensor and power source, by having one trace going to the analog input, and another going to the power source.</p>
<p style="text-align: left;">I have also decided to include a few examples from practical to abstract, to get <strong>your</strong> thoughts flowing on this subject.  The first example is a &#8220;practical&#8221; one from youtube user, <a title="ringsofdeath's Channel" href="http://www.youtube.com/user/ringsofdeath" target="_blank">ringsofdeath</a>.  The second is a more &#8220;abstract&#8221; one from youtube user, <a title="5imian's Channel" href="http://www.youtube.com/user/5imian">5imian</a>.  I hope you enjoy the videos and they get the juices flowing!</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/oThoa_zHTkk&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/oThoa_zHTkk&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/L5iPpLnZeyU&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/L5iPpLnZeyU&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
<ul>
<li style="text-align: center;"><strong>Read the blog post at Little-Scale on &#8220;solar sensing&#8221;</strong></li>
</ul>
<p style="text-align: center;"><a href="http://little-scale.blogspot.com/2008/03/connecting-solar-panel-to-arduino.html" target="_blank">http://little-scale.blogspot.com/2008/03/connecting-solar-panel-to-arduino.html</a></p>
<ul>
<li style="text-align: center;"><strong>View a &#8220;practical&#8221; example of solar sensing on YouTube</strong></li>
</ul>
<p style="text-align: center;"><a href="http://www.youtube.com/watch?v=oThoa_zHTkk&amp;NR=1" target="_blank">http://www.youtube.com/watch?v=oThoa_zHTkk&amp;NR=1</a></p>
<ul>
<li style="text-align: center;"><strong>View an &#8220;abstract&#8221; example of solar sensing on YouTube</strong></li>
</ul>
<p style="text-align: center;"><a href="http://www.youtube.com/watch?v=L5iPpLnZeyU" target="_blank">http://www.youtube.com/watch?v=L5iPpLnZeyU</a><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://dailyduino.com/archives/198/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino Power&#8230; FOREVER!</title>
		<link>http://dailyduino.com/archives/193</link>
		<comments>http://dailyduino.com/archives/193#comments</comments>
		<pubDate>Tue, 30 Sep 2008 20:54:00 +0000</pubDate>
		<dc:creator>Morgellon</dc:creator>
				<category><![CDATA[Power]]></category>
		<category><![CDATA[Solar]]></category>

		<guid isPermaLink="false">http://dailyduino.com/?p=193</guid>
		<description><![CDATA[One of the nicest things about most micro controllers is their low power requirements, thus giving one a large range of possibilities powered by 5 volts.  Since this is such a low power consumption, we are given to a wide range of methods to power and/or charge our power supply. The first and perhaps easiest [...]]]></description>
			<content:encoded><![CDATA[<p>One of the nicest things about most micro controllers is their low power requirements, thus giving one a large range of possibilities powered by 5 volts.  Since this is such a low power consumption, we are given to a wide range of methods to power and/or charge our power supply.</p>
<p><a href="http://dailyduino.com/wp-content/uploads/2008/09/solararduino.jpg"><img class="alignright size-medium wp-image-192" title="solararduino" src="http://dailyduino.com/wp-content/uploads/2008/09/solararduino.jpg" alt="" width="448" height="280" /></a></p>
<p>The first and perhaps easiest way that jumps to mind, is using a small solar panel to recharge a 9 volt battery used to power the Arduino.</p>
<p>I came across a wonderful Instructable by <a title="p2man's Instructables profile" href="http://www.instructables.com/member/p2man/" target="_blank">p2man</a> that illustrates the basics on how to setup a solar panel charging circuit.</p>
<p>I can see this being a great way to power self contained devices like weather sensors or other such devices.  This way they can just sit and collect data, or do their task and we don&#8217;t need to remember to replace the battery. Thus a solar powered Arduino project can be left to do it&#8217;s own thing&#8230; SET IT, and FORGET IT!</p>
<ul>
<li style="text-align: center;"><strong>Read p2man&#8217;s Instructable on the Self Sufficient Arduino</strong></li>
</ul>
<p style="text-align: center;"><a title="SOLAR FUSSION POWERED ARDUINO!!! --eat that superman!" href="http://www.instructables.com/id/Self-Sufficient-Arduino-Board/" target="_blank">http://www.instructables.com/id/Self-Sufficient-Arduino-Board/</a><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://dailyduino.com/archives/193/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

