<?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>Addictronics &#187; Arduino</title>
	<atom:link href="http://www.Addictronics.com/tag/arduino/feed" rel="self" type="application/rss+xml" />
	<link>http://www.Addictronics.com</link>
	<description>An Online Portfolio For My Electronic Projects</description>
	<lastBuildDate>Tue, 11 May 2010 03:20:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Microcontroller Launcher</title>
		<link>http://www.Addictronics.com/projects/microcontroller-launcher</link>
		<comments>http://www.Addictronics.com/projects/microcontroller-launcher#comments</comments>
		<pubDate>Thu, 13 Nov 2008 05:57:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[Model Rockets]]></category>

		<guid isPermaLink="false">http://www.Addictronics.com/?p=579</guid>
		<description><![CDATA[16 terminal, microcontroller operated fireworks or rocket launcher]]></description>
			<content:encoded><![CDATA[<p>EDIT: Made it to the front page of HAD <a title="Hack A Day" href="http://hackaday.com/2008/11/15/microcontroller-fireworks-launcher/" target="_blank">http://hackaday.com/2008/11/15/microcontroller-fireworks-launcher/</a></p>
<p>So on a slight upgrade from my <a href="http://www.addictronics.com/projects/model-rockets">last launcher</a> I made a new model rocket/Fireworks launcher using an <a href="http://www.arduino.cc">Arduino microcontroller</a> . This project was inspired by this <a href="http://hackaday.com/2008/03/24/wireless-fireworks-controller/">wireless fireworks controller </a>and this <a href="http://hackaday.com/2008/10/14/microcontroller-powered-missile-launch-controller/">microcontroller rocket launcher</a> . I really did not want to dedicate my launch device to any one specific role since celebrations are far apart and model rockets are somewhere near the middle of my list of hobbies.  By combining the two different devices together I was able to achieve what I wanted.  Most of my original drawings are found here&#8230;</p>
<p style="text-align: center;"><a rel="lightbox[pics579]" href="http://www.Addictronics.com/wp-content/uploads/2008/11/brain.jpg"><img class="attachment wp-att-580 centered" src="http://www.Addictronics.com/wp-content/uploads/2008/11/brain.jpg" alt="" width="142" height="125" /></a></p>
<p>I was going to use the ATmega32 microcontroller because of its quantity of digital I/O lines but settled on using an Arduino Diecimila for prototyping and RBBB for implementation. Keeping things simplistic but still allowing a workable user interface I decided on only using 4 buttons and 2 switches.</p>
<ul>
<li>Power Switch:</li>
<li>Turning the device on and off.</li>
<li>Key Switch: Activating the launch screen and final authentication method before launch.</li>
<li>Left/Right Launch Buttons: Menu Navigation, login acceptance and launch.</li>
<li>Up/Down buttons: More menu navigation.</li>
</ul>
<p>The ATmega168 only has 14 digital I/O lines and I will be requiring at least 1 for each switch and launch terminal.  Two 8-bit shift registers give me 16 terminals and are super nice because in order to operate both you only have to sacrifice Three pins. Here are some things I wanted to include</p>
<ul>
<li>Startup melody</li>
<li>Password authentication</li>
<li>Key Switch</li>
<li>Ability to change launch configuration such as delay and patterns.</li>
<li>Screen for pattern selection and other settings.</li>
</ul>
<p>Here is the finished prototype. Basically this is just a proof of concept and also it allowed me to finish the software prior to installation. You can see the black 16pin shift registers each broken out to LED segments. The yellow chips are 330 ohm resistors.</p>
<p style="text-align: center;"><a rel="lightbox[pics579]" href="http://www.Addictronics.com/wp-content/uploads/2008/11/protolayout1.jpg"><img class="attachment wp-att-582 centered aligncenter" src="http://www.Addictronics.com/wp-content/uploads/2008/11/protolayout1.thumbnail.jpg" alt="" width="250" height="187" /></a></p>
<p style="text-align: left;">I finished the transistor board after lots of soldering. Each output from the shift registers are connected to the Base of the Transistor through a 1k resistor and each pin has a pull-down resistor as well. Instead of using one power source, the terminals will be broken up into four power sources. Two 9 volt batteries in series will feed each section of 4 terminals. Eight batteries for the launch system and two more for powering the microcontroller, LCD screen, LED&#8217;s and etc. To help take the initial shock current off of the 9v batteries each of the four sections has a 4700uf cap. The smaller cap is part of the 5v regulator system for all the controls.</p>
<p style="text-align: center;"><a rel="lightbox[pics579]" href="http://www.addictronics.com/wp-content/uploads/2008/11/transistorboard.jpg"><img class="attachment wp-att-592 centered aligncenter" src="http://www.addictronics.com/wp-content/uploads/2008/11/transistorboard.thumbnail.jpg" alt="" width="250" height="187" /></a></p>
<p style="text-align: left;">Using an old floppy cable I connected the transistor board to the <a href="http://moderndevice.com/RBBB_revB.shtml">Arduino RBBB</a>. And then some more for connecting up the switches, buzzer, led&#8217;s and LCD screen. All that is next is to wire up the terminals to the transistor board and then mount it all in its case.</p>
<p style="text-align: center;"><a rel="lightbox[pics579]" href="http://www.addictronics.com/wp-content/uploads/2008/11/protolayout2.jpg"><img class="attachment wp-att-593 centered" src="http://www.addictronics.com/wp-content/uploads/2008/11/protolayout2.thumbnail.jpg" alt="" width="250" height="172" /></a></p>
<p style="text-align: left;">Well wire that up and get some more batteries :)</p>
<p style="text-align: center;"><a rel="lightbox[pics579]" href="http://www.addictronics.com/wp-content/uploads/2008/11/9vbatteries.jpg"><img class="attachment wp-att-595 centered" src="http://www.addictronics.com/wp-content/uploads/2008/11/9vbatteries.thumbnail.jpg" alt="" width="250" height="187" /></a></p>
<p style="text-align: left;">After acquiring the batteries and finishing up the wiring I started looking for a case. I knew that I wanted something pelican-esk. I found this Plano waterproof case at Academy Sports an everything fits inside perfectly. The next problem was what to use for the lid to mount the switches to. Three walks around my house landed me with some plywood, Plexiglas and a clipboard. The clipboard almost fit to begin with so I chose to use it. After some hot glue here is the result.</p>
<p style="text-align: center;"><a rel="lightbox[pics579]" href="http://www.addictronics.com/wp-content/uploads/2008/11/p1020243.jpg"><img class="attachment wp-att-599 centered" src="http://www.addictronics.com/wp-content/uploads/2008/11/p1020243.thumbnail.jpg" alt="" width="250" height="187" /></a></p>
<p style="text-align: center;">I had to recess the top piece down some for the red arming switch to clear the case lid. I really like the looks of how this turned out.</p>
<p style="text-align: center;"><a rel="lightbox[pics579]" href="http://www.addictronics.com/wp-content/uploads/2008/11/p1020244.jpg"><img class="attachment wp-att-600 centered" src="http://www.addictronics.com/wp-content/uploads/2008/11/p1020244.thumbnail.jpg" alt="" width="250" height="187" /></a></p>
<p style="text-align: left;">The launcher booted up and armed, ready for launch. I should probably mention the two momentary push button switches to the right of the LCD screen. I used some felt with sticky on the back to cover them up and still show their location. I would probably use larger push buttons that were mountable if I had to do this over again.  Also each launch button  (bottom left and right) have built in blue LED&#8217;s which didn&#8217;t show up in this picture.</p>
<p style="text-align: left;">
<p style="text-align: center;"><a rel="lightbox[pics579]" href="http://www.addictronics.com/wp-content/uploads/2008/11/p1020245.jpg"><img class="attachment wp-att-601 centered" src="http://www.addictronics.com/wp-content/uploads/2008/11/p1020245.thumbnail.jpg" alt="" width="250" height="187" /></a></p>
<p style="text-align: left;">Steps to get to the launch screen include:</p>
<ul>
<li>Turning the power on</li>
<li>Entering in launch code.
<ul>
<li>Press and holding both launch buttons to verify code</li>
<li>If code is wrong it notifies the user and reboots</li>
</ul>
</li>
<li>Selecting the launch array which include
<ul>
<li>Every terminal</li>
<li>Every odd terminal</li>
<li>Every even terminal</li>
<li>Terminal #1 only</li>
<li>Every terminal with a 1sec delay between</li>
</ul>
</li>
<li>Then inserting the key and turning it to the on position.
<ul>
<li>This arms the system and turns on a relay which connects the battery packs to the transistor board.</li>
<li>Also when armed the launch buttons light up bright blue.</li>
</ul>
</li>
<li>Pressing both launch buttons simultaneously.</li>
</ul>
<p>Inside the case the first thing to notice is the battery array. Two for each terminal and two for the launch system. Hot glue was mainly used to hold things together but some other reinforcement will be added before this sees field use.  A short test of each terminal and all buttons and this is ready to see its first rocket or firework.</p>
<p style="text-align: center;"><a rel="lightbox[pics579]" href="http://www.addictronics.com/wp-content/uploads/2008/11/p1020251.jpg"><img class="attachment wp-att-602 centered" src="http://www.addictronics.com/wp-content/uploads/2008/11/p1020251.thumbnail.jpg" alt="" width="250" height="187" /></a></p>
<p style="text-align: center;">Coming this New Years will be another video of it in action but here is a short demonstration video.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=2245777&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=2245777&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<a href="http://vimeo.com/2245777">Microcontroller Rocket/Firework Launcher</a> from <a href="http://vimeo.com/user935828">Adam</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p style="text-align: center;">
<p>Things to Consider<br />
If I were going to do this again I would probably try to use a different power source. I think a rechargeable alarm battery would be easy to integrate and also would allow recharging. As I said before I would also use different up down buttons next to the lcd and try to trim the edges of the lcd with something more professional looking.</p>
<p>I have some Ideas of things I will add or change such as more launch arrays and a login password that is changeable via the device and not software set. Adding a security measure of having to press the launch buttons within a certain amount of each other would be doable and make accidental launch less likely.</p>
<p>One thing that I am planning on adding for sure is some type of remote, probably wired, to set off the rocket or fireworks from an even further distance. I&#8217;m thinking of using a project box and telephone cord for this but if you can think of something better let me know!</p>
<p>If you would like the code or schematics email me and I will send them to you. Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.Addictronics.com/projects/microcontroller-launcher/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>High Altitude Glider</title>
		<link>http://www.Addictronics.com/projects/high-altitude-uav-glider</link>
		<comments>http://www.Addictronics.com/projects/high-altitude-uav-glider#comments</comments>
		<pubDate>Sun, 03 Aug 2008 04:42:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Glider]]></category>
		<category><![CDATA[UAV]]></category>

		<guid isPermaLink="false">http://www.addictronics.com/?p=472</guid>
		<description><![CDATA[Unmanned, computerized glider used for high altitude (100k ft) photography.]]></description>
			<content:encoded><![CDATA[<p>This is a project that I have been working on (mentally) for quite some time now. It is great that I am actually making progress after several years of thought organizing. Basically I want to make a unmanned aerial vehicle (UAV) that will be attached to a weather balloon and at a certain altitude, cut itself free and navigate back to the launch site. I don&#8217;t think I can simplify that any more. The glider (which is what it really is since it has no way to power its flight) will use an on board computer to measure different instrument readings in order to find its location in real space. Using that data it will control its flight path to (hopefully) land where it was launched from, unless otherwise told so. My main goal for this project is to get high resolution (~8mp) pictures of the earth and horizon from ~ 100,000ft. On board Components (First Draft)</p>
<ul>
<li>Flight Computer x2</li>
<li>Cutdown Mechanism x2</li>
<li>Aileron Servos x2</li>
<li>Temperature Sensors x3</li>
<li>Altimeter</li>
<li>Compass</li>
<li>GPS</li>
<li>Packet Modem x2</li>
<li>Digital Camera</li>
<li>Accelerometer</li>
<li>Battery</li>
<li>FM Beeping Tracker</li>
</ul>
<p>These are the systems that will control the glider as of now. The list shouldn&#8217;t change unless I come up with a better idea later on into the build. The current components that I already have are:</p>
<ul>
<li>Prototype Flight Computer</li>
<li>Camera</li>
<li>GPS</li>
<li>Both Aileron Servos</li>
<li>All Temperature Sensors.</li>
</ul>
<p>I am using Arduino micro controllers to basically run the glider. Since there are so many components and calculations that have to occur in real time, I plan on having two for redundancy and processing power. To prototype I am using the Arduino Diecimila because of its easy usb interface. For actual glider use, two Arduino Nano&#8217;s will be used because of their tiny footprint and weight. The I/O pins are the same between the Diecimila and the Nano which will make the swap over very easy. Cost (Diecimila) $35.00</p>
<p style="text-align: center;"><a title="arduinodiecimila400" rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/arduinodiecimila400.jpg"><img class="attachment wp-att-491 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/arduinodiecimila400.thumbnail.jpg" alt="arduinodiecimila400" width="250" height="191" /></a></p>
<p style="text-align: center;">
<p style="text-align: center;">Arduino Nano</p>
<p style="text-align: center;"><a title="arduinonano-240" rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/arduinonano-240.jpg"><img class="attachment wp-att-502 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/arduinonano-240.jpg" alt="arduinonano-240" width="112" height="150" /></a></p>
<p style="text-align: center;">
<p>The camera was purchased off of Ebay with a broken LCD screen&#8230; I am stripping all of the cover and excess weight off of the components anyway so this makes no difference. The less the glider weighs the better. Cost $20.00  Not any ordinary GPS unit can be used for these high altitude trips. Laws are in place that restrict gps manufacturers from making units that will work over 60,000ft or 1,000mph. I was however able to find the Garmin 35 Series, that were made before the laws became active. It uses a serial connection to talk with the Arduino. Cost $25.00</p>
<p style="text-align: center;"><a title="garmin-gps35tppic" rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/garmin-gps35tppic.jpg"><img class="attachment wp-att-501 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/garmin-gps35tppic.jpg" alt="garmin-gps35tppic" width="150" height="107" /></a></p>
<p style="text-align: center;">
<p>I actually had a friend that I traded some component for two super sub-micro 6g servo motors. Cost $0.00</p>
<p style="text-align: center;"><a title="eflrs60" rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/eflrs60.jpg"><img class="attachment wp-att-493 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/eflrs60.thumbnail.jpg" alt="eflrs60" width="250" height="250" /></a></p>
<p style="text-align: center;">
<p>The temperature sensors I decided to use are the 1 wire type and are free samples from Maxim-ic. Cost $0.00</p>
<p style="text-align: center;"><a title="1wirethermom" rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/1wirethermom.jpg"><img class="attachment wp-att-490 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/1wirethermom.thumbnail.jpg" alt="1wirethermom" width="250" height="250" /></a></p>
<p style="text-align: center;">
<p>Glider Types:<br />
One of the things that took the longest for me to decide was what type/style glider do I want to make? Having no prior aeronautics or RC Glider/Plane experience, I looked at all possibilities.  Looking through articles and talking to people on forums is where I gained most my knowledge. I had to figure out if I wanted a glider that A: Stays in the air the longest. or B: Glides the furthest. I decided to go with B since I may eventually have the glider land at a far away location. It would be very interesting to have it fly X number of miles and to take pictures of its journey. The biggest issues that I have to think about when deciding which glider type to use are weight and strength. I need to make this entire project as light as possible as to meet FAA regulations for amateur ballooning.  Looking at the results from Mark I, I found that great speeds and G forces will occur during initial cut down and pullout. Here are the designs I have been considering and why I am considering them.</p>
<p>Glider Types Part II:<br />
(These images were taken from Google and I am in no way affiliated with them or their takers)</p>
<p>I found this military glider and really liked the wing design. It looks very stable and likely to give a very good glide ratio. Although that was before I knew what happens when you take a glider over its maximum speed.</p>
<p style="text-align: center;"><a title="glider1" rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/glider1.jpg"><img class="attachment wp-att-497 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/glider1.thumbnail.jpg" alt="glider1" width="250" height="167" /></a></p>
<p style="text-align: center;">
<p style="text-align: center;"><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/kQI3AWpTWhM&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/kQI3AWpTWhM&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>
<p>That video is even more appropriate for this design.  I found this one before I saw that video also. The things I liked about this design is that it has room upfront for the electronic components and could be controlled by 1 vertical servo and 2 horizontal aileron servos. Which is better for redundancy.</p>
<p style="text-align: center;"><a title="glider" rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/glider.jpg"><img class="attachment wp-att-496 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/glider.thumbnail.jpg" alt="glider" width="250" height="180" /></a></p>
<p style="text-align: center;">
<p>I found this RC Glider and at first didn&#8217;t like the V tail. However, by using the V tail I can eliminate an entire servo and only use 2 for controlling the glider, this is still redundant if one decides to fail. The streamlined fuselage would have less wind resistance and the large wingspan would offer a better glide slope.  The only downside is that I don&#8217;t think there is enough room for some of my larger components.</p>
<p style="text-align: center;"><a title="finalglider" rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/finalglider.jpg"><img class="attachment wp-att-494 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/finalglider.thumbnail.jpg" alt="finalglider" width="250" height="155" /></a></p>
<p style="text-align: center;">
<p>I must have spent at least an hour looking this single photo over. It is a great collection of RC Gliders and looks tremendously fun. I never expected to find them as large as shown here. I would love to build one as large as the tallest ones you see but don&#8217;t know if I can keep the weight down and strength up.</p>
<p style="text-align: center;"><a title="lift60907" rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/lift60907.jpg"><img class="attachment wp-att-503 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/lift60907.thumbnail.jpg" alt="lift60907" width="500" height="187" /></a></p>
<p style="text-align: center;">
<p style="text-align: center;">
<p>Finally I found the one I am gong to use. It can be made strong enough, light enough, and still have room for all components.  Unless some other better design pops out of the wood work, this is the one.  I doubt that any glider kit out there is strong enough for my needs so it is inevitable that I will have to make it from scratch. Which suits me just fine!</p>
<p style="text-align: center;"><a title="uav3" rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/uav3.jpg"><img class="attachment wp-att-499 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/uav3.thumbnail.jpg" alt="uav3" width="250" height="150" /></a></p>
<p style="text-align: left;">So now onto the components to go into the glider. Here is a small list of the main ones.</p>
<ul>
<li>Microcontrollers</li>
<li>Camera</li>
<li>Redundant Cutdown Controllers</li>
<li>Temperature Gauges</li>
<li>GPS</li>
<li>Communications</li>
<li>Glider Controls</li>
</ul>
<p style="text-align: left;">One of the main things I want to get back from this project is high resolution pictures of the earth from extreme heights. I was planning on using an old 4mp digital camera to do this but an ebay search and 25 dollars later I landed myself a nice Cannon 8mp digital camera complete with broken lcd.</p>
<p style="text-align: center;"><a rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/p10200431.jpg"><img class="attachment wp-att-525 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/p10200431.thumbnail.jpg" alt="" width="250" height="152" /></a></p>
<p style="text-align: left;">Most gps manufactures have restrictions that are in place to keep people from using the receivers for guided missiles and such. They fail to work above 60,000 ft or over 1,000 mph. Now some manufactures take this request as an OR statement. Either shutoff above 60,000ft OR over 1,000mph not both. I was able to find one that was made before these regulations took effect. It is widely used by amateur balloonist. The Garmin 35 series.</p>
<p>So after a quick ebay search I found one for 20 bucks.. sweet. After stripping off the weatherproof outer shell here is what you&#8217;ve got.</p>
<p style="text-align: center;"><a rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/p10200681.jpg"><img class="attachment wp-att-529 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/p10200681.thumbnail.jpg" alt="" width="250" height="187" /></a></p>
<p style="text-align: left;">The gps ended up having rs232 outputs and the Arduino accepts TTL level serial.. So a max232 circuit later and we are all set. The camera is extremely light after removing the cover and batteries and there was also quite a bit of change on the gps once its protective shell was gone.</p>
<p>So now there is only one main component left to find. Communications</p>
<p>Now the glider link above used a packet modem and the Payload link above used HAM radio.. Since I don&#8217;t have any ham radio equipment let alone a license, I think I&#8217;ll stick with a packet modem.</p>
<p>Oh yeah. Almost forgot that I am broke and in college (typical). Off to find a cheap way out. Wala, Meet the Motorola C168i. This 9 dollar phone with 25 dollar airtime will give me 3 months or ~150 text/SMS messages of use. Also it can be refilled whenever I decide to launch again. One downside, GSM cell coverage typically cuts out ~10,000 ft. but then again it is going to have to come down eventually.. It absolutely amazed me how easy it was to interface. The headphone jack is also a TTL serial port.</p>
<p style="text-align: center;"><a rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/p10200591.jpg"><img class="attachment wp-att-527 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/p10200591.thumbnail.jpg" alt="" width="250" height="187" /></a></p>
<p style="text-align: left;">And next to the other components with a 3&#8243; cardboard tube in the background (probably going to be the (mold for the) fuselage.</p>
<p style="text-align: center;"><a rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/p10200541.jpg"><img class="attachment wp-att-526 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/p10200541.thumbnail.jpg" alt="" width="250" height="126" /></a></p>
<p style="text-align: left;">Ok so now the GPS is ready to integrate and so is the Cell phone. I put off working on the camera any more because I didn&#8217;t know what all I wanted it to do. I finally came up with it taking pictures every ~20 seconds and videos at various moments (launch, cutaway, landing). I used some bent wire to make sure I had the correct traces located and proceeded to remove the plastic cover and dome switches.</p>
<p style="text-align: center;"><a rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/p10200642.jpg"><img class="attachment wp-att-528 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/p10200642.thumbnail.jpg" alt="" width="250" height="187" /></a></p>
<p style="text-align: left;">Next I securely attached and soldered the wires to the camera.</p>
<p style="text-align: center;"><a rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/p10200671.jpg"><img class="attachment wp-att-533 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/p10200671.thumbnail.jpg" alt="" width="250" height="187" /></a></p>
<p style="text-align: left;">Here is a picture of the really bare bones board (RBBB) Arduino Kit from <a title="modern device" href="www.moderndevice.com" target="_blank">Modern Device</a>. They are so much smaller than the Diecimila.</p>
<p style="text-align: center;"><a rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/p10200721.jpg"><img class="attachment wp-att-530 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/p10200721.thumbnail.jpg" alt="" width="250" height="187" /></a></p>
<p style="text-align: left;">I used female headers on top instead of male headers on bottom. this will allow me to directly connect them into a breakout board im making from scratch.</p>
<p>Three of these will be in the glider and here are their individual functions.</p>
<p>Flight MC1:</p>
<ul>
<li> GPS data</li>
<li> Temperature sensors</li>
<li> Pitot/Static Tube</li>
</ul>
<p style="text-align: left;">Flight MC2:</p>
<ul>
<li> Camera Timer</li>
<li> Camera Servo controls</li>
<li> Swap camera between video and picture modes</li>
<li> Reset A1 or A3 if they fail to check in within a specified time</li>
</ul>
<p style="text-align: left;">Flight MC3:</p>
<ul>
<li> Servo Controls (for glider)</li>
<li> Flight Calculations.</li>
<li> Cutdown Controls 1 and 2</li>
<li> Ground Communications</li>
<li> Chute Release</li>
</ul>
<p style="text-align: left;">And here is the flight computer and other major components awaiting code testing. I just need to finish wiring it up and am still waiting for the third flight computer (freeduino). Once that has arrived I&#8217;ll start testing some code out to make sure that I can get every system working individually before I put it all together.</p>
<p style="text-align: center;"><a rel="lightbox[pics472]" href="http://www.addictronics.com/wp-content/uploads/2008/09/p10200841.jpg"><img class="attachment wp-att-532 centered" src="http://www.addictronics.com/wp-content/uploads/2008/09/p10200841.thumbnail.jpg" alt="" width="250" height="187" /></a></p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: center;">
<p>Project Still Underway! (Stay Posted)<br />
- Due to insufficient funds this project is being put on hiatus until I am able to pick it back up again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.Addictronics.com/projects/high-altitude-uav-glider/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
