<?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>YourITronics &#187; PIC</title>
	<atom:link href="http://www.youritronics.com/tag/pic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.youritronics.com</link>
	<description>DIY, Electronics, IT, Gadgets</description>
	<lastBuildDate>Fri, 16 Dec 2011 19:22:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>4 Digit PIC Counter</title>
		<link>http://www.youritronics.com/4-digit-pic-counter/</link>
		<comments>http://www.youritronics.com/4-digit-pic-counter/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 09:45:22 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Counter]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PIC16F88]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=2322</guid>
		<description><![CDATA[A counter is a very useful tool, i for one could use one when I&#8217;m winding coils. These days a counter project caught my attention, because it can be configured for many applications. Basically it&#8217;s a 4 digit decimal counter that can go from 0 to 9999 in either direction, can stop when it hits [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youritronics.com/wp-content/uploads/2009/06/4-digit-pic-counter.jpg"><img class="alignnone size-medium wp-image-2324" src="http://www.youritronics.com/wp-content/uploads/2009/06/4-digit-pic-counter-269x300.jpg" alt="4 digit PIC counter" width="269" height="300" /></a></p>
<p>A counter is a very useful tool, i for one could use one when I&#8217;m winding coils. These days a counter project caught my attention, because it can be configured for many applications. Basically it&#8217;s a 4 digit decimal counter that can go from 0 to 9999 in either direction, can stop when it hits the maximum counting value or can be left in free run.</p>
<p>The maximum counting number can be set by the operator to a desired value, which is stored in the EEPROM of the PIC16F88. This is very helpful, looking at my coil winding example i can set this way the number of windings. You can also set it to count up or down and has an overflow output which can be used to control an external device once the counter reached the preset number, in my case to turn off the winding motor.</p>
<p>The clock input is port B0 of the PIC and can be set to count either rising or falling clock fronts with or without zero suppression. Schematics show a debounce circuit to be used with mechanical contact switches at the clock&#8217;s input, which will accept 5V logic only.</p>
<p>The counting is displayed on four 7-segment LEDs and operation mode is shown on other four LEDs. D7 will indicate overflow, D8 Count Hold and D9 and10 will indicate it&#8217;s counting up or down. The whole display is multiplexed, more information about that you can find <a href="http://www.youritronics.com/seven-segment-display-explained/">here</a>. There are five push buttons you can use to configure the counter.</p>
<p>Schematics, source code and hex file for PIC as well as detailed explanation of operation can be found in the link.</p>
<p><strong>4 Digit PIC Counter: </strong><a href="http://picprojects.org.uk/projects/counter/counter.htm">[Link]</a> &#8211; <a href="http://www.elecfree.com/electronic/4-digit-up-down-counter-with-pic-16f88/">[Via]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/4-digit-pic-counter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mini-sumo Robot</title>
		<link>http://www.youritronics.com/mini-sumo-robot/</link>
		<comments>http://www.youritronics.com/mini-sumo-robot/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 12:08:04 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PIC16F876]]></category>
		<category><![CDATA[Robot]]></category>
		<category><![CDATA[SN754410]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=2305</guid>
		<description><![CDATA[If you&#8217;re into robotics then you must know about the sumo competitions between autonomous robots. Seeker II is one of the competitors who proved his good design in battle. In this project you will have all the information you need to build yourself a mini-sumo robot. The Seeker II is using a PIC16F876 providing four [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-2307" src="http://www.youritronics.com/wp-content/uploads/2009/06/mini-sumo-robot-300x200.jpg" alt="Mini-sumo Robot" width="300" height="200" /></p>
<p>If you&#8217;re into robotics then you must know about the sumo competitions between autonomous robots. Seeker II is one of the competitors who proved his good design in battle. In this project you will have all the information you need to build yourself a mini-sumo robot.</p>
<p>The Seeker II is using a <a href="http://www.youritronics.com/tag/pic16f876/">PIC16F876</a> providing four analog to digital converters for sensors, timing functions, a PWM output to control the motors and also allows for future calibration, testing and debugging. The robot is equipped with two range finding sensor from Sharp, GP2D12, placed right at the front and connected to analog inputs A0 and A1 of the PIC. Other two Fairchild QRD1114 sensor are placed at the bottom and used as edge finders and are connected to analog inputs A2 and A3.</p>
<p>The robot comes with two wide wheels which offers a good amount of traction, each wheel having its own motor. The motors, Faulhaber 1717, are driven by a SN754410 h-bridge IC controlled by the PIC. If the EN input is set high than Y output of the h-bridge will be same as the A input, if EN is set low then the Y output is turned off on the SN754410. The PIC controls the speed of the motors with PWM.</p>
<p>Ports C7 and C6 are used for serial communication, to watch, test and debug software, as well as to read log files from EEPROM.</p>
<p>In the link you will find block diagram, schematics and code for microcontroller.</p>
<p><strong><br />
</strong></p>
<p><strong>Mini-sumo Robot:</strong> <a href="http://www.circuitcellar.com/flash2002/Honorable/298-Abstract.htm">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/mini-sumo-robot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitoring Weather</title>
		<link>http://www.youritronics.com/monitoring-weather/</link>
		<comments>http://www.youritronics.com/monitoring-weather/#comments</comments>
		<pubDate>Sun, 03 May 2009 21:33:14 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[LCD]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[MPX4115]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PIC18F452]]></category>
		<category><![CDATA[TC77]]></category>
		<category><![CDATA[weather station]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=2129</guid>
		<description><![CDATA[I remember back in 1996 after i saw for the first time &#8220;Twister&#8221;, i was so hooked on ways to measure weather parameters by myself. APT reception of weather satellites, VLF radio, temperature monitoring&#8230; you name it, my backyard was filled with antennas, each one bigger than the other. Now when i found this awesome [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-2130" src="http://www.youritronics.com/wp-content/uploads/2009/05/weather-station.jpg" alt="Weather Station" width="300" height="225" /></p>
<p>I remember back in 1996 after i saw for the first time &#8220;Twister&#8221;, i was so hooked on ways to measure weather parameters by myself. APT reception of weather satellites, VLF radio, temperature monitoring&#8230; you name it, my backyard was filled with antennas, each one bigger than the other. Now when i found this awesome weather station project all those memories returned and my soldering station is heating up.</p>
<p>This weather station measures the most important weather parameters: temperature, pressure and relative humidity. You can select to view temperature in Celsius or Fahrenheit degrees and pressure in mbar/hPa or mmHg. The station can also measure the temperature from a remote location using RX,TX433 wireless modules.</p>
<p>The data is displayed on a LCD along with the date and time, the highest and lowest temperature in the past 42 hours and a graphical histogram. To increase its autonomy the weather station has a sleep mode, it wakes up only to gather the data from the sensors, memorize it and display it. Looking at the schematic you will see it uses MOSFET transistors as switches controlled by the PIC18F452 to power up sensors and RX/TX modules to preserve battery life.</p>
<p>Operation of the weather station is done using the three buttons. One button brings the menu and the other two are used to navigate in it, or too navigate through memorized data.  Pressing any of these buttons will awake the station from its sleep mode. Another thing to mention is that the data will not be lost if the station loses power.</p>
<p>The sensors used are MPX4115A for pressure measurement, TC77 SPI for temperature and H1 sensor takes care of humidity reading. The H1 outputs a capacitance so its used with a 555 oscillator, whose frequency depends on the humidity reading. PIC18F452 is the brain of the receiver station and PIC16F84 takes care of the transmitter.</p>
<p>All schematics, PCB layouts, hex files and source codes are available in the project.</p>
<p><strong>Monitoring </strong><strong>Weather</strong><strong>: </strong><a href="http://www.elxproject.com/news.php?readmore=36">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/monitoring-weather/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Controlling the flight of a Zeppelin</title>
		<link>http://www.youritronics.com/controlling-the-flight-of-a-zeppelin/</link>
		<comments>http://www.youritronics.com/controlling-the-flight-of-a-zeppelin/#comments</comments>
		<pubDate>Fri, 01 May 2009 16:00:51 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Motor]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PIC16F84]]></category>
		<category><![CDATA[PIC16F874]]></category>
		<category><![CDATA[PIC16F877]]></category>
		<category><![CDATA[PIC16F88]]></category>
		<category><![CDATA[remote control]]></category>
		<category><![CDATA[zeppelin]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=2107</guid>
		<description><![CDATA[A teams of students from Colorado State University have designed and built a PIC-based circuit to control the flight of a blimp. You can control it manually by remote or let the zeppelin find it&#8217;s own path to a specific destination that is designated by an infrared beacon. The remote control has a 20&#215;4 LCD [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-2118" src="http://www.youritronics.com/wp-content/uploads/2009/04/controlling-the-flight-of-a-zeppelin-300x240.jpg" alt="controlling the flight of a zeppelin" width="300" height="240" /></p>
<p>A teams of students from Colorado State University have designed and built a PIC-based circuit to control the flight of a blimp. You can control it manually by remote or let the zeppelin find it&#8217;s own path to a specific destination that is designated by an infrared beacon.</p>
<p>The remote control has a 20&#215;4 LCD display which shows the commands and a 12 key keypad from which you can control take off, land, forward, reverse and steering commands. The zeppelin also has an altitude controller with ultrasonic sensors. This makes it go higher if it detects the ground too close or go lower if it&#8217;s altitude increases too much.</p>
<p>The thrust is given by two motors, each set at the end of a horizontal bar. A servo motor controls the angle of this bar and thus the direction of the thrust. There are four IR sensors each placed  in the four cardinal points. These sensors serve the autonomous flight mode.  The IR sensors output a low pulse when it &#8220;sees&#8221; the beacon so the zeppelin will follow the direction of the sensor which gives out the most pulses. The beacon is made with 16 IR LEDs driven by two 555 circuits.</p>
<p>The altitude control is been taking care of by a PIC16F84 designated IC2 in the schematics, steering is done by a PIC16F88, IC3, and all communicate with the control center a PIC16F874, IC4. Thrust motors are driven by SN754410, IC5 in the schematics. In the remote control you will find a PIC16F877P who takes care of all the RC functions, reading the keypad, displaying characters on the LCD, sending audio message to speaker and sending serial  commands to the zeppelin.</p>
<p><strong>Controlling the flight of a Zeppelin: </strong><a href="http://www.designnews.com/article/210105-Gadget_Freak_Case_139_The_Autonomous_Blimp.php?nid=2337&amp;rid=2897067#PartsList">[Link]</a> &#8211; <a href="http://blog.makezine.com/archive/2009/04/autonomous_pic-based_blimp.html?CMP=OTC-0D6B48984890">[Via]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/controlling-the-flight-of-a-zeppelin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wearable POV unit</title>
		<link>http://www.youritronics.com/wearable-pov-unit/</link>
		<comments>http://www.youritronics.com/wearable-pov-unit/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 08:00:16 +0000</pubDate>
		<dc:creator>Laci</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[16F628]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[POV]]></category>
		<category><![CDATA[wearable gadget]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1955</guid>
		<description><![CDATA[In one of my previous post I presented a simpe handheld POV device, it was a little bulky not really suited for a true handheld device. If you are interested of building a similar gadget this is the thing you need, small enough to be mounted under your wrist watch and has a mercury switch [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youritronics.com/wp-content/uploads/2009/03/povwatch_img3.jpg"><img class="aligncenter size-full wp-image-1956" src="http://www.youritronics.com/wp-content/uploads/2009/03/povwatch_img3.jpg" alt="Wearable POV unit" width="225" height="225" /></a></p>
<p>In one of my previous post I presented a <a href="http://www.youritronics.com/simple-handheld-pov/">simpe handheld POV device</a>, it was a little bulky not really suited for a true handheld device. If you are interested of building a similar gadget this is the thing you need, small enough to be mounted under your wrist watch and has a mercury switch to synchronize the display to the movement.</p>
<p>The entire project is open hardware, even the gerber files are available, very nice indeed. Although the pcb&#8217;s will be hard to replicate because of the small size and smd components, but not impossible.</p>
<p>My choice would be to redesign the pcb for an ankle mounted POV, that way the pcb could get bigger, there will be room for larger batteries, and if you make two of them you can use it instead of ankle weights when jogging or at fitness trainings.</p>
<p><strong>Wearable POV unit:</strong> <a href="http://www.adafruit.com/blog/2009/03/17/open-source-persistence-of-visionwatch/">[via]</a> <a href="http://www.grandideastudio.com/portfolio/persistence-of-vision-watch/">[link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/wearable-pov-unit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Car temperature gauge</title>
		<link>http://www.youritronics.com/car-temperature-gauge/</link>
		<comments>http://www.youritronics.com/car-temperature-gauge/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 08:00:28 +0000</pubDate>
		<dc:creator>Laci</dc:creator>
				<category><![CDATA[Car Projects]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[16f684]]></category>
		<category><![CDATA[LM35]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[Sensor]]></category>
		<category><![CDATA[temperature]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1890</guid>
		<description><![CDATA[This project was send to us by Bob Ashlock, who is rightfully proud of his achievement, he made a temperature gauge with the LM34 sensor and PIC16F684. He inspired he&#8217;s project from this PIC16F84 thermometer that was posted here on youritronics. The sensor has 10mV/F output, not to be mistaken with the LM35 which has [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youritronics.com/wp-content/uploads/2009/03/temperature-gauge.jpg"><img class="aligncenter size-full wp-image-1891" src="http://www.youritronics.com/wp-content/uploads/2009/03/temperature-gauge.jpg" alt="Car temperature gauge" width="350" height="263" /></a></p>
<p>This project was send to us by Bob Ashlock, who is rightfully proud of his achievement, he made a temperature gauge with the LM34 sensor and PIC16F684. He inspired he&#8217;s project from this <a href="http://www.youritronics.com/wp-admin/post.php?action=edit&amp;post=1890">PIC16F84 thermometer</a> that was posted here on youritronics. The sensor has 10mV/F output, not to be mistaken with the LM35 which has 10mV/C output, but the firmware can be easily adapted.</p>
<p>The source code  is well documented, but there is room for optimization, yet taking into consideration that this is Bob&#8217;s first project and he learned by himself its a great code. The outcome looks  very nice and has its practical use, he used to measure the air and oil temperature in his 66&#8242; Porsche. In the download you have the schematic and source code written in C.</p>
<p>Great job, and thanks for sharing with us your project and experience.</p>
<p><strong>Car temperature gauge</strong>: <a href="http://www.youritronics.com/wp-content/uploads/2009/03/temperature-gauge4.zip">[download]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/car-temperature-gauge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Micro Pong game</title>
		<link>http://www.youritronics.com/micro-pong-game/</link>
		<comments>http://www.youritronics.com/micro-pong-game/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 08:00:48 +0000</pubDate>
		<dc:creator>Laci</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PIC12F675]]></category>
		<category><![CDATA[pong]]></category>
		<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1877</guid>
		<description><![CDATA[Looking at the schematic and the firmware this is probably the most compact pong game project, the PIC12F675 has only 6 pins which can be used, an very small flash and ram resources, only 64 byte of RAM! The TV output is PAL, no other format is supported, the game is controlled with two consoles [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youritronics.com/wp-content/uploads/2009/03/micro-pong-game.jpg"><img class="aligncenter size-full wp-image-1878" src="http://www.youritronics.com/wp-content/uploads/2009/03/micro-pong-game.jpg" alt="micro pong game" width="400" height="300" /></a></p>
<p>Looking at the schematic and the firmware this is probably the most compact pong game project, the PIC12F675 has only 6 pins which can be used, an very small flash and ram resources, only 64 byte of RAM!</p>
<p>The TV output is PAL, no other format is supported, the game is controlled with two consoles made of potentiometer and push button, both dual and single player mode is available with two speed option, the small hardware has even an audio output which sends outs the beeps.</p>
<p>The source code is written in assembler language and highly optimized yet reasonable commented, but I don&#8217;t recommend reverse engineering it, it is easier to read the authors documentation.</p>
<p>This project shows the real power of assembler language if used properly, this doesn&#8217;t mean that every project should be implemented in assembler language, but if space and speed requirements are scarce, then it&#8217;s the only solution.</p>
<p><strong>Micro Pong game:</strong> <a href="http://www.pyroelectro.com/2009/02/18/micropong/">[via]</a> <a href="http://www.dos4ever.com/upong/upong.html">[link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/micro-pong-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Universal remote control</title>
		<link>http://www.youritronics.com/universal-remote-control/</link>
		<comments>http://www.youritronics.com/universal-remote-control/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 09:54:24 +0000</pubDate>
		<dc:creator>Laci</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[LCD]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[IR]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PIC16F628]]></category>
		<category><![CDATA[transciever]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1848</guid>
		<description><![CDATA[Are you tired of carrying around one remote for the TV, one for the DVD player, one for the sound system and the list can go on. There is the possibility to buy one &#8220;good for all&#8221; remote control but it will cost you a few hundred dollars, off course there is an alternative for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youritronics.com/wp-content/uploads/2009/03/ir-transceiver.jpg"><img class="aligncenter size-full wp-image-1849" src="http://www.youritronics.com/wp-content/uploads/2009/03/ir-transceiver.jpg" alt="Universal remote control" width="350" height="258" /></a></p>
<p>Are you tired of carrying around one remote for the TV, one for the DVD player, one for the sound system and the list can go on. There is the possibility to buy one &#8220;good for all&#8221; remote control but it will cost you a few hundred dollars, off course there is an alternative for less money, make your own DIY universal remote control.</p>
<p>Any valid RC5/RC6 will be displayed on the LCD, and any code can be sent with the on board IR led&#8217;s, the LCD is the common 2&#215;16 HD44780 compatible type.</p>
<p>The hardware is very simple, the software is written in basic and made available by the author. The <a title="Dell TV Deals" href="http://accessories.us.dell.com/sna/sna.aspx?c=us&amp;cs=19&amp;l=en&amp;s=dhs&amp;~topic=tv-deals">Dell TV deals</a> page sometimes has universal remotes like the Logitech Harmony One for heavily discounted prices.</p>
<p>I recommend this project for those interested about the RC5/RC6 codes, it can be a great alternative for radio based remote control for robotics, as you can see in one of my previous articles: <a href="http://www.youritronics.com/ir-remote-robo/">IR remote robot</a></p>
<p><strong>Universal remote control:</strong> <a href="http://www.picbasic.nl/frameload_uk.htm?http://www.picbasic.nl/rc5-rc6_transceiver_uk.htm">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/universal-remote-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IR light dimmer</title>
		<link>http://www.youritronics.com/ir-light-dimmer/</link>
		<comments>http://www.youritronics.com/ir-light-dimmer/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 19:15:28 +0000</pubDate>
		<dc:creator>Laci</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[12f629]]></category>
		<category><![CDATA[12f675]]></category>
		<category><![CDATA[IR]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[remote]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1799</guid>
		<description><![CDATA[This can be considered an old project, and yes you can buy the commercial version quite cheap too, but in case you want to build one, this is a working project. The source code isn&#8217;t made public, but since it was written in assembler language probably wouldn&#8217;t be any use at all. It is a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1800" src="http://www.youritronics.com/wp-content/uploads/2009/02/dimmer2.jpg" alt="IR light dimmer" width="350" height="263" /></p>
<p>This can be considered an old project, and yes you can buy the commercial version quite cheap too, but in case you want to build one, this is a working project. The source code isn&#8217;t made public, but since it was written in assembler language probably wouldn&#8217;t be any use at all.</p>
<p>It is a compact and clever dimmer, with capacitive power supply and a small PIC micro controller, it can be mounted in very small space. The learning process is straight forward and explained step by step. It has also a 110V/60Hz version of the hardware and complied firmware.</p>
<p>Keep in mind that this device uses the potentially lethal mains voltage, care should be taken when testing and mounting, use good quality isolation and disconnect from mains when handling.  When powered up, please don&#8217;t touch the triac to see if it gets hot because you will get zapped, this is a basic mistake, and maybe the most common among hobbyists.</p>
<p><strong>IR light dimmer:</strong> <a href="http://hackaday.com/2009/02/07/ir-controlled-light-dimmer/">[via]</a> <a href="http://www.elektronika.ba/617/ir-light-dimmer-v1/">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/ir-light-dimmer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PIC based Arduino</title>
		<link>http://www.youritronics.com/pic-based-arduino/</link>
		<comments>http://www.youritronics.com/pic-based-arduino/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 08:10:44 +0000</pubDate>
		<dc:creator>Laci</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[ATmega168]]></category>
		<category><![CDATA[CUIduino]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1710</guid>
		<description><![CDATA[Yes, the title is tricky, don&#8217;t be afraid Arduino still uses the ATmega168, this project is very similar to the Arduino concept, but also very different. It is a small development board which uses a PIC micro controller with native USB support, the author states that this is the main advantage over Arduino, but there [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1711" src="http://www.youritronics.com/wp-content/uploads/2009/01/pic-based-arduino.jpg" alt="PIC based Arduino" width="350" height="184" /></p>
<p>Yes, the title is tricky, don&#8217;t be afraid Arduino still uses the ATmega168, this project is very similar to the Arduino concept, but also very different. It is a small development board which uses a PIC micro controller with native USB support, the author states that this is the main advantage over Arduino, but there isn&#8217;t available a user friendly IDE with custom language. Although not everything is lost since for the PIC18F family you have a feature limited C compiler made available from Microchip, C18. The author also states that he launched his CUIduino board in 2005, roughly the same time with Arduino, maybe is true but at least the name was inspired from Arduino.</p>
<p>It is a great alternative for the PIC community, but in lack of simplified language, it still remains just another development board.</p>
<p><strong>PIC based Arduino:</strong> <a href="http://www.create.ucsb.edu/~dano/CUI/">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/pic-based-arduino/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

