<?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>Embedded projects from around the web</title>
	<atom:link href="http://www.embedds.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.embedds.com</link>
	<description>MCU project everyday</description>
	<lastBuildDate>Wed, 16 May 2012 11:23:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Portable digital stethoscope with record and playback</title>
		<link>http://www.embedds.com/portable-digital-stethoscope-with-record-and-playback/</link>
		<comments>http://www.embedds.com/portable-digital-stethoscope-with-record-and-playback/#comments</comments>
		<pubDate>Wed, 16 May 2012 11:23:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AVR Projects]]></category>
		<category><![CDATA[AVR project]]></category>
		<category><![CDATA[cardiac murmur detection]]></category>
		<category><![CDATA[digital stethoscope]]></category>

		<guid isPermaLink="false">http://www.embedds.com/?p=6330</guid>
		<description><![CDATA[Stethoscopes are intensively used by physicians. Some of them are modern other are old fashioned. But in many cases technology may help to see what human may skip/not notice. This is why computer aided diagnosis (CAD) is important. Having this in mind Cornel ECE4760 students Michael Wu and Garen Der-Khachadourian constructed a digital stethoscope with [...]]]></description>
			<content:encoded><![CDATA[<p align="JUSTIFY">Stethoscopes are intensively used by physicians. Some of them are modern other are old fashioned. But in many cases technology may help to see what human may skip/not notice. This is why computer aided diagnosis (CAD) is important. Having this in mind Cornel ECE4760 students <em>Michael Wu</em> and <em>Garen Der-Khachadourian</em> constructed a digital stethoscope with many useful features that may be helpful when analyzing cardiac signals.</p>
<p align="CENTER"><a href="http://www.embedds.com/wp-content/uploads/2012/05/avr_digital_stethoscope.jpg"><img class="alignnone size-full wp-image-6331" title="avr_digital_stethoscope" src="http://www.embedds.com/wp-content/uploads/2012/05/avr_digital_stethoscope.jpg" alt="" width="360" height="270" /></a></p>
<p align="JUSTIFY">Digital stethoscope is based on AVR Atmega644 microcontroller which captures sound signal using sensor and digitizes at 8kHz. All captured signals are passed to audio output using PWM for real time auscultation. Additionally signal waveform is recorded in to 1MB external flash memory chip so later waveform could be played back. User interactions are seen in 4&#215;20 LCD and controlled with 16 button keypad. Besides that digital stethoscope sends real time (or recorded) waveform data via USART where Matlab program analyzes it and calculates other derivative information like average hear-beat rate. Having visual information such system may help to detect cardiac murmur that can be unnoticed during standard checkups.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embedds.com/portable-digital-stethoscope-with-record-and-playback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AVR Interprets Morse code</title>
		<link>http://www.embedds.com/avr-interprets-morse-code/</link>
		<comments>http://www.embedds.com/avr-interprets-morse-code/#comments</comments>
		<pubDate>Tue, 15 May 2012 12:06:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AVR Projects]]></category>
		<category><![CDATA[ATmega8 project]]></category>
		<category><![CDATA[AVR Morse code interpreter]]></category>
		<category><![CDATA[AVR project]]></category>

		<guid isPermaLink="false">http://www.embedds.com/?p=6327</guid>
		<description><![CDATA[Morse code is basically dashes and dots. Each character is encoded using a mix of them. Human can learn Morse code during some practice. If you don&#8217;t want to learn it but still need to decode some messages you can build a simple Morse code interpreter which listens to beep signals and translates messages in [...]]]></description>
			<content:encoded><![CDATA[<p align="JUSTIFY">Morse code is basically dashes and dots. Each character is encoded using a mix of them. Human can learn Morse code during some practice. If you don&#8217;t want to learn it but still need to decode some messages you can build a simple Morse code interpreter which listens to beep signals and translates messages in to readable text.</p>
<p align="CENTER">
<div class="wpv_videoc">
<div class="wpv_self"><a href="http://www.skarcha.com/wp-plugins/wpvideo/">WPvideo 1.10</a></div>
<div class="wpv_video"><object data="http://www.youtube.com/v/6X8iZJpLC2c" type="application/x-shockwave-flash" width="100%" height="100%"><param name="movie" value="http://www.youtube.com/v/6X8iZJpLC2c"></param></object></div>
</div>
<p align="JUSTIFY">This system is based on Atmega8 microcontroller which reads sound signals using microphone and operational amplifier. Then microcontroller reads sound signals using ADC and determines weather particular signal were dash or dot. It can translate 32 characters including aA- zZ and 0-9. Messages are displayed on standard 2&#215;16 LCD.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embedds.com/avr-interprets-morse-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OK-Wake device tells kid when to get up</title>
		<link>http://www.embedds.com/ok-wake-device-tells-kid-when-to-get-up/</link>
		<comments>http://www.embedds.com/ok-wake-device-tells-kid-when-to-get-up/#comments</comments>
		<pubDate>Mon, 14 May 2012 12:53:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AVR Projects]]></category>
		<category><![CDATA[AVR PCF8523]]></category>
		<category><![CDATA[AVR project]]></category>
		<category><![CDATA[avr wake timer]]></category>

		<guid isPermaLink="false">http://www.embedds.com/?p=6323</guid>
		<description><![CDATA[We all know how sweet sleep can be in the morning. Every last minute counts&#8230; If there are kids around then things get different. Simply speaking – they dictate when to wake up and get up. Most frequently this is because kids don&#8217;t have a sense of time. So Mike decided to add a little [...]]]></description>
			<content:encoded><![CDATA[<p align="JUSTIFY">We all know how sweet sleep can be in the morning. Every last minute counts&#8230; If there are kids around then things get different. Simply speaking – they dictate when to wake up and get up. Most frequently this is because kids don&#8217;t have a sense of time. So <em>Mike</em> decided to add a little control to kids wake process.</p>
<p align="CENTER"><a href="http://www.embedds.com/wp-content/uploads/2012/05/okwake.jpg"><img class="alignnone size-medium wp-image-6324" title="okwake" src="http://www.embedds.com/wp-content/uploads/2012/05/okwake-402x300.jpg" alt="" width="402" height="300" /></a></p>
<p align="JUSTIFY">He built an attiny25 based clock called <a href="https://github.com/sowbug/ok-wake" target="_blank">OK Wake</a>. It has a NXP PCF8523 RTC running on it. As kids cant tell time there is no a display just dual color LED. Device simply indicates three parts of day – night, twilight and dawn. Each of them is set to particular time for instance if wake time is 6am, then twilight starts at 5:30am with slow red blink. When time reaches wake time LED turns green wit h”breathing” blink. Kids are great at lights – so when LED turns green its OK to start buzzing arround the house <img src='http://www.embedds.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.embedds.com/ok-wake-device-tells-kid-when-to-get-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino based alarm system that sends SMS</title>
		<link>http://www.embedds.com/arduino-based-alarm-system-that-sends-sms/</link>
		<comments>http://www.embedds.com/arduino-based-alarm-system-that-sends-sms/#comments</comments>
		<pubDate>Sun, 13 May 2012 12:08:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Arduino project]]></category>
		<category><![CDATA[Arduino SMS alarm]]></category>

		<guid isPermaLink="false">http://www.embedds.com/?p=6319</guid>
		<description><![CDATA[Alarm systems tend to be more reliable when you can get status messages anywhere you are. Usually such systems uses a GSM modules that are quite expensive. If your protected object isn&#8217;t very critical you can try simple version like following which is based on Arduino. It is equipped with motion sensor and is connected [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;" align="JUSTIFY">Alarm systems tend to be more reliable when you can get status messages anywhere you are. Usually such systems uses a GSM modules that are quite expensive. If your protected object isn&#8217;t very critical you can try simple version like following which is based on Arduino. It is equipped with motion sensor and is connected to PC.</p>
<p align="CENTER"><a href="http://www.embedds.com/wp-content/uploads/2012/05/Arduino_sms_alarm.png"><img class="alignnone size-full wp-image-6320" title="Arduino_sms_alarm" src="http://www.embedds.com/wp-content/uploads/2012/05/Arduino_sms_alarm.png" alt="" width="240" height="360" /></a></p>
<p style="text-align: justify;" align="JUSTIFY">Arduino communicates with python server using serial port. The rest job is done by python which connects wot TelAPI account and triggers SMS message. All you have to do is to register and get your account SID. Using such simple system you can get same as you would do with GMS module. Currently system is set up to send SMS every 30 minutes while motion is detected. Parameters can be easily configured in sketch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embedds.com/arduino-based-alarm-system-that-sends-sms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Driving Seven segment LED display using serial interface</title>
		<link>http://www.embedds.com/driving-seven-segment-led-display-using-serial-interface/</link>
		<comments>http://www.embedds.com/driving-seven-segment-led-display-using-serial-interface/#comments</comments>
		<pubDate>Sat, 12 May 2012 13:55:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[PIC Projects]]></category>
		<category><![CDATA[Arduino project]]></category>
		<category><![CDATA[arduino SPI LED indicator]]></category>
		<category><![CDATA[PIC Project]]></category>

		<guid isPermaLink="false">http://www.embedds.com/?p=6315</guid>
		<description><![CDATA[Seven segment LED displays a great way to indicate basic numeric and text information. They are visible in a dark an from larger distances comparing to LCD. Driving one seven segment display is a piece of cake using any MCU. But when it comes to larger number of indicators you may start scratching head looking [...]]]></description>
			<content:encoded><![CDATA[<p align="JUSTIFY">Seven segment LED displays a great way to indicate basic numeric and text information. They are visible in a dark an from larger distances comparing to LCD. Driving one seven segment display is a piece of cake using any MCU. But when it comes to larger number of indicators you may start scratching head looking for best way to drive them.</p>
<p align="CENTER"><a href="http://www.embedds.com/wp-content/uploads/2012/05/PIC12F_SPI_LED_indicator.jpg"><img class="alignnone size-medium wp-image-6316" title="PIC12F_SPI_LED_indicator" src="http://www.embedds.com/wp-content/uploads/2012/05/PIC12F_SPI_LED_indicator-271x300.jpg" alt="" width="271" height="300" /></a></p>
<p align="JUSTIFY">Embedded-lab have constructed a great kit which includes a nice PCB that houses a four seven segment LED indicators. They are driven using MAX7219 which is special chip to drive up to 8 indicators. It accepts data via SPI interface, so it is no problem to get it working with any MCU. You will find couple examples including simple PIC12F683 up counter and Arduino demo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embedds.com/driving-seven-segment-led-display-using-serial-interface/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

