<?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; Bluetooth</title>
	<atom:link href="http://www.youritronics.com/tag/bluetooth/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>1st Place at Digilent Design Contest</title>
		<link>http://www.youritronics.com/1st-place-at-digilent-design-contest/</link>
		<comments>http://www.youritronics.com/1st-place-at-digilent-design-contest/#comments</comments>
		<pubDate>Wed, 26 May 2010 08:43:48 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[BlueRover]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Digilent]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=3251</guid>
		<description><![CDATA[The past few months I&#8217;ve been working on the project for the Digilent Design Contest so I was quite busy. Together with my colleague Dragos I worked allot on this project but the results were great, our project the BlueRover won the 1st place so I say it was well worth it. First of all Digilent provided [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youritronics.com/wp-content/uploads/2010/05/BlueRover.jpg"><img class="alignnone size-full wp-image-3253" title="BlueRover" src="http://www.youritronics.com/wp-content/uploads/2010/05/BlueRover.jpg" alt="BlueRover" width="554" height="479" /></a></p>
<p>The past few months I&#8217;ve been working on the project for the <a href="http://www.digilentinc.com/Events/RO2010/">Digilent Design Contest</a> so I was quite busy. Together with my colleague Dragos I worked allot on this project but the results were great, our project the <strong>BlueRover</strong> won the 1st place so I say it was well worth it. First of all Digilent provided most of the parts needed for the project like :</p>
<ul>
<li>1 x Cerebot 32MX4 dev board</li>
<li>4 x dc motors</li>
<li>4 x HB5 motor drivers</li>
<li>wheels, metal pieces to put everything together</li>
<p></ul>
<p>Besides these we also used:</p>
<ul>
<li>1 x LiPo 2S battery</li>
<li>1 x 5V dc to dc converter</li>
<li>1 x 6v dc to dc converter</li>
<li>1 x BTM222 bluetooth module</li>
<li>1 x MQ6 LPG gas sensor</li>
<li>1 x MQ7 CO sensor</li>
<li>1 x <a href="http://www.youritronics.com/shop/tmp275-digital-temperature-sensor-p-7.html">TMP275 digital temperature sensor</a></li>
<li>1 x MMA7455 digital 3 axis accelerometer</li>
<p></ul>
<p>The idea of a remote controlled rover excites almost every electronics student and when we heard about the Digilent contest we realized that we have the possibility to make such a project real. We decided to build our own remote controlled rover but it had to be different from what we’ve seen before. We came up with the idea that we could control the rover by using accelerometer data and that we could use a second accelerometer placed on the rover to sense the driving surface.</p>
<p>I handled the Rover with the sensors and my colleague took care of the control unit which is a Nokia E55 smartphone running a custom application in Python. The principle is simple the control unit sends acceleration data to the rover every 100ms thus controlling the movement of the rover. The rover reads data from the on-board sensors (CO, LPG, Temperature, Accelerometer, and Battery) and sends it to the control unit every 100ms. The control unit receives sensor data from the rover and reacts according to the rover accelerometer by vibrating on each bump sensed by the accelerometer. At the same time the control unit displays sensor data on screen.</p>
<p>I&#8217;m not going to go into details about the source code or the specs of all the boards we used in this project but you can find those in our report which I&#8217;m linking at the end of this article. I would like to add that Digilent RO did a great job in organizing this contest, it was a really great experience to be there and I&#8217;m sure we&#8217;ll be there next year too.</p>
<p>You can watch photos from the contest here: <a href="http://picasaweb.google.com/digilen.ro">http://picasaweb.google.com/digilen.ro</a></p>
<p>Now I&#8217;ll leave you with a demo of our project captured right at the contest presentation:</p>
<a href="http://www.youritronics.com/1st-place-at-digilent-design-contest/"><img src="http://img.youtube.com/vi/NF5mSbTmXEE/default.jpg" width="130" height="97" border=0></a>
<p>Downloads:</p>
<ul>
<li><a href="http://www.youritronics.com/wp-content/uploads/2010/05/BlueRover.pdf">BlueRover documentation</a></li>
<li><a href="http://www.youritronics.com/wp-content/uploads/2010/05/Rover-source-code.zip">Rover source code</a> (written in C in MPLAB)</li>
<li><a href="http://www.youritronics.com/wp-content/uploads/2010/05/BlueRover-S60-python.zip">Control unit application source code</a> (written in Python)</li>
<p></ul>
<p>This article will be followed up by one dedicated to the BTM180 and BTM222 bluetooth modules from Rayson. Due to the lack of documentation on this module it was really difficult to get them working and I would like to share my experience for those who are facing the same issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/1st-place-at-digilent-design-contest/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>LED Pharmacy Cross</title>
		<link>http://www.youritronics.com/led-pharmacy-cross/</link>
		<comments>http://www.youritronics.com/led-pharmacy-cross/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 20:56:17 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[LED]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ATmega64]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Matrix]]></category>
		<category><![CDATA[Serial]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1414</guid>
		<description><![CDATA[This article is part of the PCB Giveaway program that we have running here at Youritronics. Morgoth will get a free pcb manufactured by BKRtech for submitting this project. If you&#8217;re interested in participating, read more on the program page. These days most pharmacies use LED pharmacy crosses posted at their entrance to let people [...]]]></description>
			<content:encoded><![CDATA[<p>This article is part of the <a href="http://www.youritronics.com/pcb-giveaway/">PCB Giveaway</a> program that we have running here at Youritronics. Morgoth will get a <a href="http://www.youritronics.com/new-pcbs-from-bkrtech/">free pcb</a> manufactured by BKRtech for submitting this project. If you&#8217;re interested in participating, read more on the program page.</p>
<p>These days most pharmacies use LED pharmacy crosses posted at their entrance to let people know there is a pharmacy there. The reasons are obvious, they look cool&amp;hi-tech, they can be seen from distance and they can be customized really easy (well, easy customizing pretty much depends on how the manufacturer approaches things).</p>
<p>If you try to search the web about schematics or example codes for this kind of circuit you wont find any, and again i think the reason is obvious, the crosses are quite expensive and so is the profit for the manufacturer. So nobody is gonna post schematics for such a project, unless you&#8217;re a hobbyist and you&#8217;re having fun with electronics.</p>
<p>The project consists of one ATmega64, three ULN2003 and five 5&#215;7 LED matrix from Kingbright(TA20-11EWA). I had the idea to build something like this but so far i haven&#8217;t had the time nor the knowledge to get it done. So i asked Morgoth if he would like to participate in the project. I sent him the LED&#8217;s, the drivers and the PCB and he started working. As you can see not many parts are involved , but the secret lies in the microcontroller, it&#8217;s the programming that does the job.</p>
<p><a href="http://www.youritronics.com/wp-content/uploads/2008/10/pharmacy-cross-schematic.jpg"><img class="size-medium wp-image-1415" title="led-pharmacy-cross-schematic" src="http://www.youritronics.com/wp-content/uploads/2008/10/pharmacy-cross-schematic-300x207.jpg" alt="led-pharmacy-cross-schematic" width="300" height="207" /></a></p>
<p>In the next pictures you can see the microcontroller board with the ULN2003 darlington arrays:</p>
<p><a href="http://www.youritronics.com/wp-content/uploads/2008/10/led-pharmacy-cross-board.jpg"><img class="size-medium wp-image-1416 alignleft" title="led-pharmacy-cross-board" src="http://www.youritronics.com/wp-content/uploads/2008/10/led-pharmacy-cross-board-300x225.jpg" alt="LED Pharmacy Cross" width="300" height="225" /></a><a href="http://www.youritronics.com/wp-content/uploads/2008/10/led-pharmacy-cross-board2.jpg"><img class="size-medium wp-image-1417" title="led-pharmacy-cross-board2" src="http://www.youritronics.com/wp-content/uploads/2008/10/led-pharmacy-cross-board2-300x225.jpg" alt="LED Pharmacy Cross" width="300" height="225" /></a></p>
<p>The circuit was designed to receive messages trough serial interface from a computer and than display them. Morgoth also designed a custom terminal for windows which provides easy access to the display.</p>
<p>In this test phase a serial interface by wire was used to transmit data between the terminal and the ATmega64, but a wireless or bluetooth module could be integrated with no problem.</p>
<p>Also as a note, the LED&#8217;s don&#8217;t light up really bright, for that to happen you need to use drivers on the positive rail. This also applies if you&#8217;re planning to take the project to another level and use bigger LED&#8217;s</p>
<p>And now, watch some videos with the LED Pharmacy Cross beeing controlled from the computer:</p>
<a href="http://www.youritronics.com/led-pharmacy-cross/"><img src="http://img.youtube.com/vi/9ngpEpNWG98/default.jpg" width="130" height="97" border=0></a>
<a href="http://www.youritronics.com/led-pharmacy-cross/"><img src="http://img.youtube.com/vi/tnU0ZEgrdjw/default.jpg" width="130" height="97" border=0></a>
<ul>
<li><strong>LED Pharmacy Cross ATmega <a title="atmega source code" href="http://www.youritronics.com/wp-content/uploads/2008/10/led-pharmacy-cross-atmega-source-code.zip">source code</a></strong></li>
<li><strong>LED Pharmacy Cross terminal <a title="terminal source code" href="http://www.youritronics.com/wp-content/uploads/2008/10/led-pharmacy-cross-terminal-source-code.zip">source code</a></strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/led-pharmacy-cross/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WiTilt &#8211; wireless accelerometer</title>
		<link>http://www.youritronics.com/witil-wireless-accelerometer/</link>
		<comments>http://www.youritronics.com/witil-wireless-accelerometer/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 07:19:02 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Li-Po]]></category>
		<category><![CDATA[Sensor]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/witil-wireless-accelerometer/</guid>
		<description><![CDATA[This is the latest wireless accelerometer from SparkFun. The WiTilt v3 incorporates many new features including LiPo battery, built-in charger, enclosure, single axis gyroscope and many more! When combining the triple axis accelerometer sensor from Freescale MMA7260Q with the Bluetooth module from Roving Networks what do you get? The new, WiTilt v3 complete wireless Accelerometer [...]]]></description>
			<content:encoded><![CDATA[<p> <a href="http://www.youritronics.com/witil-wireless-accelerometer/witil-wireless-accelerometer/" rel="attachment wp-att-691" title="WiTil - wireless accelerometer"><img src="http://www.youritronics.com/wp-content/uploads/2008/04/witil-wireless-accelerometer.jpg" alt="WiTil - wireless accelerometer" height="373" width="373" /></a></p>
<p>This is the latest wireless accelerometer from SparkFun. The WiTilt v3 incorporates many new features including LiPo battery, built-in charger, enclosure, single axis gyroscope and many more! When combining the triple axis accelerometer sensor from Freescale MMA7260Q with the Bluetooth module from Roving Networks what do you get? The new, WiTilt v3 complete wireless Accelerometer Measurement System. All measurements are transmitted via a wireless Class 1 Bluetooth link that is extremely easy to use with a range of 100m (330ft) line-of-sight and 30m (100ft) in doors.</p>
<p><strong>WiTilt &#8211; wireless accelerometer:</strong> <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8563#">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/witil-wireless-accelerometer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

