<?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>Sniffing CRayons</title>
	<atom:link href="http://sniffingcrayons.com/feed" rel="self" type="application/rss+xml" />
	<link>http://sniffingcrayons.com</link>
	<description>Electronic experiments &#38; tinkerations</description>
	<lastBuildDate>Thu, 02 Jul 2009 12:03:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Joining the Arduino collective</title>
		<link>http://sniffingcrayons.com/archives/68</link>
		<comments>http://sniffingcrayons.com/archives/68#comments</comments>
		<pubDate>Tue, 30 Jun 2009 18:38:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[retrotac]]></category>

		<guid isPermaLink="false">http://sniffingcrayons.com/?p=68</guid>
		<description><![CDATA[Keeping tabs on the &#8216;maker&#8217; community, Arduino as a development platform is certainly very popular.

I initially dismissed it when I first started learning about microcontrollers as I was learning on the Atmel ATmega8, which the Arduinos of the time were based around, and figured that I wanted to learn at a &#8216;pure&#8217; level and not [...]]]></description>
			<content:encoded><![CDATA[<p>Keeping tabs on the &#8216;maker&#8217; community, Arduino as a development platform is certainly very popular.<br />
<a rel="lightbox" alt="Arduino Duemilanove" href="http://sniffingcrayons.com/wp-content/uploads/2009/06/sf_arduinoduemilanove.jpg"><img src="http://sniffingcrayons.com/wp-content/uploads/2009/06/sf_arduinoduemilanove_th.jpg"></a><br />
I initially dismissed it when I first started learning about microcontrollers as I was learning on the Atmel ATmega8, which the Arduinos of the time were based around, and figured that I wanted to learn at a &#8216;pure&#8217; level and not be confused by an additional abstraction layer.<br />
<span id="more-68"></span><br />
Now I am in a position where I feel that I <i>can</i> code in C directly for an ATmega MPU but that overall the coding process wears me down with syntax, compatibility issues and testing. Now I actually <i>want</i> some simplification to the process! It&#8217;s funny how we come full-circle.</p>
<p>Arduino is also more mature now as a platform &#8211; there are many hardware options to suit different designing requirements. Sparkfun&#8217;s Arduino Pro series appealed to me and got me thinking that maybe I could switch (or rather, upgrade) to an Arduino-based environment for my RetroTAC project. Since the hardware is ATmega and the coding is similar to C, it&#8217;s not a big leap or a start-from-scratch kinda thing &#8211; more of an evolution.</p>
<p>So last week I bought an Arduino Pro 3.3v/8MHz unit from Sparkfun and on the weekend I set about getting it going.<br />
<a rel="lightbox" alt="Arduino Pro 3.3v" href="http://sniffingcrayons.com/wp-content/uploads/2009/06/arduinopro3v3.jpg"><img src="http://sniffingcrayons.com/wp-content/uploads/2009/06/arduinopro3v3_th.jpg"></a><br />
I soldered male headers to the port pins (later realising that Arduinos normally have female headers, but oh well!) and jumpered up my USB-to-TTL serial adapter to the programming port pins. For power I will be running the RetroTAC from a 3.7v Li-Ion battery so I soldered jumper wires to the empty shell of a StarTAC where the flat power jack comes out, and hooked it right into the BATT of the Arduino.</p>
<p>At first the Arduino software gave me an error:<br />
<code>avrdude: stk500_getsync(): not in sync: resp=0x00<br />
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51</code></p>
<p>Which I found was more than likely related to the programmer being unable to reset the Arduino hardware before attempting to upload my sketch.<br />
<img src="http://sniffingcrayons.com/wp-content/uploads/2009/06/arduinopro_tracebreak.jpg"><br />
There&#8217;s a break in the trace (intentionally, but who&#8217;s intention and for what purpose I don&#8217;t know) which doesn&#8217;t link the RST pin on the PROGRAM header. I wired the USB adapter&#8217;s reset line to RESET on the Arduino and had the Blink &#8216;Hello World&#8217; sketch running within minutes.</p>
]]></content:encoded>
			<wfw:commentRss>http://sniffingcrayons.com/archives/68/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motorola StarTAC SED1530 LCD driver IC</title>
		<link>http://sniffingcrayons.com/archives/54</link>
		<comments>http://sniffingcrayons.com/archives/54#comments</comments>
		<pubDate>Tue, 30 Jun 2009 17:54:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[retrotac]]></category>

		<guid isPermaLink="false">http://sniffingcrayons.com/?p=54</guid>
		<description><![CDATA[A long time ago, when I discovered the 4D Systems line of OLED serial-controlled displays I was very impressed &#8211; an awesome screen with an easy to understand interface was just what I wanted to play with.

Now that I&#8217;ve had one for a while &#8211; the uOLED-160-GMD1 &#8211; I find that I&#8217;m stuck in a [...]]]></description>
			<content:encoded><![CDATA[<p>A long time ago, when I discovered the 4D Systems line of OLED serial-controlled displays I was very impressed &#8211; an awesome screen with an easy to understand interface was just what I wanted to play with.<br />
<a rel="lightbox" alt="4D Systems uOLED-160-GMD1" href="http://sniffingcrayons.com/wp-content/uploads/2009/06/uoled160gmd1.jpg"><img src="http://sniffingcrayons.com/wp-content/uploads/2009/06/uoled160gmd1_th.jpg"></a><br />
Now that I&#8217;ve had one for a while &#8211; the uOLED-160-GMD1 &#8211; I find that I&#8217;m stuck in a swamp of indecision about how to try and display things on the screen. Options and choices turned out to be a real problem for me. I will still use it for something and the fact that I&#8217;ve switched to Arduino vs. just plain C code on an ATmega may make things more straightforward.<br />
<span id="more-54"></span><br />
Those troubles combined with working out how I was going to fit all the parts of the RetroTAC inside the StarTAC casing lead me to crack open one of my 7797 models (LCD dot matrix screen vs. the 3000 models&#8217; multiple 7-segment LED) to <s>feast on the goo inside</s> see what treasures lay within.</p>
<p>What I discovered was that the keypad, LCD and LCD controller are all on one board. It looks as if I could basically just &#8216;replace&#8217; the mainboard and keep the existing keypad board if I can work out how to interface to the LCD&#8217;s controller IC.<br />
<a rel="lightbox" alt="Motorola StarTAC 7797 LCD/keypad board" href="http://sniffingcrayons.com/wp-content/uploads/2009/06/sed1530board.jpg"><img src="http://sniffingcrayons.com/wp-content/uploads/2009/06/sedboard_th.jpg"></a><br />
Handily, the IC is labelled clearly with its model number: SED1530DAA.</p>
<p>Some googling reveals several versions of the <a alt="Epson SED1530 datasheet" href="http://sniffingcrayons.com/wp-content/uploads/2009/06/sed1530.pdf">datasheet</a> for the SED1530, some more useful than others. Basically it is a &#8220;single-chip LCD driver for dot-matrix LCDs&#8221; by Epson, supporting parallel or serial (seems to be an input-only SPI bus) communication.</p>
<p>I&#8217;m in for a bit of work to interface to it, both physicaly and electronically, but if I succeed I&#8217;ll be able to write a driver to use the original screen hardware in my RetroTAC!</p>
<p>Any tips, theories, ideas or comments are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://sniffingcrayons.com/archives/54/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ATmega8 talking to uOLED-160-GMD1</title>
		<link>http://sniffingcrayons.com/archives/42</link>
		<comments>http://sniffingcrayons.com/archives/42#comments</comments>
		<pubDate>Fri, 06 Mar 2009 01:10:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[electronics]]></category>

		<guid isPermaLink="false">http://sniffingcrayons.com/?p=42</guid>
		<description><![CDATA[With renewed enthusiasm I have progressed on the coding of my RetroTAC project.
Today&#8217;s result: my little Atmel ATmega8 is telling the 4D Systems uOLED-160-GMD1 where to go! Or rather, what to say.


Using the ATmega&#8217;s USART hardware serial port, controlled in software by some USART routines written by Mihai Galos, I wrote a subroutine based on [...]]]></description>
			<content:encoded><![CDATA[<p>With renewed enthusiasm I have progressed on the coding of my RetroTAC project.</p>
<p>Today&#8217;s result: my little Atmel ATmega8 is telling the 4D Systems uOLED-160-GMD1 where to go! Or rather, what to say.<br />
<a rel="lightbox" alt="Hello Interwebs!" href="http://sniffingcrayons.com/wp-content/uploads/2009/03/interwebs.jpg"><img src="http://sniffingcrayons.com/wp-content/uploads/2009/03/interwebs_th.jpg"></a><br />
<span id="more-42"></span><br />
Using the ATmega&#8217;s USART hardware serial port, controlled in software by <a href="http://www.mihaigalos.ro/work/Embedded/Simple/UART/readOn.html">some USART routines</a> written by Mihai Galos, I wrote a subroutine based on the OLED&#8217;s user manual entry for writing strings of ASCII text to the screen.</p>
<p><code>UOLED_fstring('s', 0x00, 0x00, 0x02, 0xFF, 0xFF, "Hello Interwebs");</code></p>
<p>The above is the line in the main code that sends the options to the subroutine. I&#8217;ve just realised while writing this that the first variable &#8217;s&#8217; is actually not necessary as the subroutine is specific for that command.</p>
<p><code>void UOLED_fstring( unsigned char cmd, unsigned char col, unsigned char row, unsigned char font, unsigned char msb, unsigned char lsb, unsigned char *c )<br />
{<br />
	USART_Transmit(cmd);<br />
	USART_Transmit(col);<br />
	USART_Transmit(row);<br />
	USART_Transmit(font);<br />
	USART_Transmit(msb);<br />
	USART_Transmit(lsb);<br />
	sendString_USART(c);<br />
	USART_Transmit(0x00);<br />
}</code></p>
<p>The above is the subroutine. As mentioned, the first line &#8216;cmd&#8217; is actually redundant and I will change it to always send ASCII &#8217;s&#8217; / 0&#215;73 which is the OLED&#8217;s command to print a string of formatted text.</p>
<p>Next up, I&#8217;ll expand this to display a short demo menu of options and code the keypad input to control the display &#8211; giving the basics of a User Interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://sniffingcrayons.com/archives/42/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New forum, website updates</title>
		<link>http://sniffingcrayons.com/archives/33</link>
		<comments>http://sniffingcrayons.com/archives/33#comments</comments>
		<pubDate>Mon, 23 Feb 2009 00:38:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sniffingcrayons.com/?p=33</guid>
		<description><![CDATA[I have made some updates to the website &#8211; the Wordpress theme and header logo primarily &#8211; including those nifty little navigation buttons now say what I want them to say.
I&#8217;ve also made a forum to foster discussion about my projects and whatever anyone who joins wants to talk about! Running on phpBB3, check it [...]]]></description>
			<content:encoded><![CDATA[<p>I have made some updates to the website &#8211; the Wordpress theme and header logo primarily &#8211; including those nifty little navigation buttons now say what I want them to say.</p>
<p>I&#8217;ve also made a forum to foster discussion about my projects and whatever anyone who joins wants to talk about! Running on phpBB3, check it out at <a href="http://sniffingcrayons.com/debounce">http://sniffingcrayons.com/debounce</a>.</p>
<p><a href="http://sniffingcrayons.com/debounce"><img src="http://sniffingcrayons.com/wp-content/uploads/2009/02/forum_image2.jpg" alt="http://sniffingcrayons.com/debounce" title="Debounce Forum" width="350" height="164" class="size-full wp-image-34" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sniffingcrayons.com/archives/33/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>uOLED progress</title>
		<link>http://sniffingcrayons.com/archives/14</link>
		<comments>http://sniffingcrayons.com/archives/14#comments</comments>
		<pubDate>Fri, 13 Jun 2008 14:07:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[retrotac]]></category>

		<guid isPermaLink="false">http://sniffingcrayons.com/archives/14</guid>
		<description><![CDATA[Months ago I purchased 4D Systems&#8217; 1.7&#8243; uOLED from Sparkfun. As you can see it&#8217;s an amazing little piece of hardware.

The resolution is 160&#215;128, 65K or 262K colours, and the interface is serial RS-232 making it easily wirable to a microcontroller or pretty much anything that can send serial commands.

I struggled to get it to [...]]]></description>
			<content:encoded><![CDATA[<p>Months ago I purchased <a href="http://www.4dsystems.com.au">4D Systems&#8217;</a> 1.7&#8243; uOLED from Sparkfun. As you can see it&#8217;s an amazing little piece of hardware.<br />
<a rel="lightbox" alt="uOLED-160-GMD1" href="http://www.sniffingcrayons.com/_eprojects/retrotac/uOLED.jpg"><img src="http://www.sniffingcrayons.com/_eprojects/retrotac/uOLED.jpg" alt="uOLED" /></a><br />
The resolution is 160&#215;128, 65K or 262K colours, and the interface is serial RS-232 making it easily wirable to a microcontroller or pretty much anything that can send serial commands.<br />
<span id="more-14"></span><br />
I struggled to get it to function correctly, unable to predict its behaviour even when repeating the same actions &#8211; I was doing <em>something</em> wrong. I left it for a while and eventually ordered the &#8216;uUSB-CE5&#8242; USB to RS232 converter so I could update the firmware from a Windows PC.</p>
<p>The USB converter came last week (after the wrong part was sent in May. Sparkfun were quick to correct this and I appreciate their excellent service) so I flashed the uOLED to its latest firmware and set about trying to communicate with it with my ATmega8.</p>
<p>Once again no success after two nights of poking about and checking &#038; double-checking code, so I did some reading and got some ideas about why other people have had issues. Most of them relate to something wrong with the serial connection causing the auto-baud feature to not correctly &#8216;lock on&#8217; to the serial signal. You see, the uOLED serial interface can run at serial speeds between 300 to 256K baud. To configure it to a certain baud your micro must send it the ASCII character &#8220;U&#8221; (56 hex) after a minimum of 500ms (allowing the uOLED to &#8216;boot&#8217;).</p>
<p>Problems arise if the serial lines are not stable when the display begins checking for &#8220;U&#8221;.<br />
This was my problem &#8211; my serial lines were floating in the time before the microcontroller got controll of them, and the display was misinterpreting the garbage as a signal. I noted that a fellow who had wired a <a href="http://tinkerlog.com/2007/07/13/interfacing-an-avr-controller-to-a-gps-mobile-phone">Telit GSM module to an ATmega8</a> had tied his serial lines high (connected them to the + power rail) with 10kohm resistors. I tried the same thing, cleaned up my messy &#8220;it&#8217;s not working and I&#8217;m getting frustrated&#8221; code and immediately had solid, reliable control over my OLED display.</p>
<p>Success! Now some tedious work to write various lower-level routines for the screen. My motivation for that will come &#8211; I&#8217;m just really glad I managed to get the comms working.</p>
<p>Special thanks, if you happen to read this one day, to Alexander at Tinkerlog!</p>
]]></content:encoded>
			<wfw:commentRss>http://sniffingcrayons.com/archives/14/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Telit website, datasheet updates</title>
		<link>http://sniffingcrayons.com/archives/13</link>
		<comments>http://sniffingcrayons.com/archives/13#comments</comments>
		<pubDate>Wed, 16 Jan 2008 21:52:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[retrotac]]></category>

		<guid isPermaLink="false">http://sniffingcrayons.com/2008/01/16/telit-website-datasheet-updates/</guid>
		<description><![CDATA[Telit are the makers of a series of &#8220;m2m&#8221; (machine to machine) cell network interface modules. That is, little all-in-one modules that you can put in your own electronics project to give you cellphone capabilities. Thus there&#8217;s one in my plan for the RetroTAC.

Telit GE863
Telit have recently updated their website and it is a LOT [...]]]></description>
			<content:encoded><![CDATA[<p>Telit are the makers of a series of &#8220;m2m&#8221; (machine to machine) cell network interface modules. That is, little all-in-one modules that you can put in your own electronics project to give you cellphone capabilities. Thus there&#8217;s one in my plan for the RetroTAC.</p>
<p><img src="http://www.sniffingcrayons.com/_eprojects/retrotac/ge863.jpg" alt="GE863" /><br />
Telit GE863</p>
<p>Telit have recently updated their website and it is a LOT easier to navigate now &#8211; well done!<br />
<span id="more-13"></span><br />
Also they have a few more datasheets and application notes up, including one for battery charging, audio and antenna notes.</p>
<p>For the module I am planning to use, the info is <a href="http://www.telit.com/en/products/gsm-gprs.php?p_id=12&#038;p_ac=show&#038;p=8">available on their website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sniffingcrayons.com/archives/13/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RetroTAC</title>
		<link>http://sniffingcrayons.com/archives/23</link>
		<comments>http://sniffingcrayons.com/archives/23#comments</comments>
		<pubDate>Wed, 16 Jan 2008 02:07:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[retrotac]]></category>

		<guid isPermaLink="false">http://sniffingcrayons.com/?p=23</guid>
		<description><![CDATA[RetroTAC Cellular Phone
This project is all about replacing the guts of a classic 1990&#8217;s cell phone, the Motorola StarTAC, so that it works on modern GSM networks and can be used day-to-day.

It is based around the Telit module GE863 which supports quad band GSM, serial interfacing and even has a SiRFIII GPS chip inside. It [...]]]></description>
			<content:encoded><![CDATA[<p><strong>RetroTAC Cellular Phone</strong><br />
This project is all about replacing the guts of a classic 1990&#8217;s cell phone, the Motorola StarTAC, so that it works on modern GSM networks and can be used day-to-day.</p>
<p><img src="http://www.sniffingcrayons.com/_eprojects/retrotac/whiteboard.jpg" alt="RetroTAC Brainstorm" /></p>
<p>It is based around the Telit module GE863 which supports quad band GSM, serial interfacing and even has a SiRFIII GPS chip inside. It will be hooked to the other primary component, an AVR ATmega microcontroller.</p>
<p>Coupled to the GE863 will be the original StarTAC&#8217;s microphone and earpiece, a GSM antenna and sim card holder. Coupled to the AVR will be the original keypad and a 4D Systems 1.7&#8243; OLED display.</p>
<p>Power will be provided by an aftermarket StarTAC Li-Ion 3.6v battery and either an original StarTAC charger or a modified one.</p>
]]></content:encoded>
			<wfw:commentRss>http://sniffingcrayons.com/archives/23/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Again with the website</title>
		<link>http://sniffingcrayons.com/archives/12</link>
		<comments>http://sniffingcrayons.com/archives/12#comments</comments>
		<pubDate>Wed, 16 Jan 2008 00:16:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[off topic]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://sniffingcrayons.com/2008/01/16/again-with-the-website/</guid>
		<description><![CDATA[Well it&#8217;s back &#8211; I reinstalled the Wordpress blog after seeing this lovely Mac-like theme for it and I&#8217;m going to give it my best shot at using this site to publish whatever it is I publish.

Electronics. It&#8217;s what I&#8217;m into these days and I think it&#8217;s a hobby that&#8217;ll stick. So I&#8217;m going to [...]]]></description>
			<content:encoded><![CDATA[<p>Well it&#8217;s back &#8211; I reinstalled the Wordpress blog after seeing this lovely Mac-like theme for it and I&#8217;m going to give it my best shot at using this site to publish whatever it is I publish.<br />
<span id="more-12"></span><br />
<strong>Electronics</strong>. It&#8217;s what I&#8217;m into these days and I think it&#8217;s a hobby that&#8217;ll stick. So I&#8217;m going to publish my projects and blog about updates on said projects.</p>
<p>I&#8217;ve so far put up the basic project page for my <a href="http://sniffingcrayons.com/retrotac/">retro-style mobile phone</a>, the RetroTAC. I&#8217;ll do more work on that soon and blog about my progress on the project so far.</p>
<p>To come there&#8217;s my gruntily-named &#8220;MaxxMonitorr&#8221; telemetry system for my Traxxas E-Maxx RC truck, as well as my digital timer photo capture circuit to link to my digital SLR camera. It has possibly been named the &#8220;Capture XTi&#8221;. Better ideas are welcome!</p>
<p>Here we go! DIY Gadgets!</p>
]]></content:encoded>
			<wfw:commentRss>http://sniffingcrayons.com/archives/12/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home Movies with a bit of Nerdism for good measure</title>
		<link>http://sniffingcrayons.com/archives/7</link>
		<comments>http://sniffingcrayons.com/archives/7#comments</comments>
		<pubDate>Wed, 09 May 2007 02:40:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[off topic]]></category>

		<guid isPermaLink="false">http://sniffingcrayons.com/?p=7</guid>
		<description><![CDATA[As a treat, instead of still pictures this month you get motion pictures!
I made this movie with my brother and our friends in 2002. It is plot-thin, and was primarily made for fun, and to test my skills at video editing and post-production special effects. I cringe at several things when I watch it, but [...]]]></description>
			<content:encoded><![CDATA[<p>As a treat, instead of still pictures this month you get motion pictures!</p>
<p>I made this movie with my brother and our friends in 2002. It is plot-thin, and was primarily made for fun, and to test my skills at video editing and post-production special effects. I cringe at several things when I watch it, but I think overall it&#8217;s a good effort.</p>
<p><script type="text/javascript" src="https://media.dreamhost.com/swfobject.js"></script></p>
<div id="player"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>
<p><script type="text/javascript">
var so = new SWFObject('https://media.dreamhost.com/mediaplayer.swf','mpl','450','270','8');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('height','270');
so.addVariable('width','450');
so.addVariable('file','http://sniffingcrayons.com/_junk/audio/TheMatrox450x270.flv');
so.write('player');
</script></p>
<p>17Mb, 8min 40sec, Credits feature outtakes so watch to the end!</p>
]]></content:encoded>
			<wfw:commentRss>http://sniffingcrayons.com/archives/7/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
