<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for C i b o M a h t o . c o m</title>
	<atom:link href="http://www.cibomahto.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cibomahto.com</link>
	<description>building making designing dreaming</description>
	<lastBuildDate>Mon, 23 Jan 2012 17:12:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Converting an old organ to MIDI by mahto</title>
		<link>http://www.cibomahto.com/2010/01/converting-an-old-organ-to-midi/comment-page-1/#comment-100812</link>
		<dc:creator>mahto</dc:creator>
		<pubDate>Mon, 23 Jan 2012 17:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cibomahto.com/?p=737#comment-100812</guid>
		<description>It&#039;s possible to do with an Arduino UNO or Mega 2560:
http://arduino.cc/en/Hacking/MidiWith8U2Firmware

However, it might be easier to find a cheapo USB to MIDI converter instead. Something like this might work:
http://www.amazon.com/Cable-Converter-Music-Keyboard-Window/dp/B0017H4EBG

You can also use the USB on the Arduino as a regular serial port, and run a program on your PC that converts it to MIDI, but that usually ends up being a pain.

Good luck!!</description>
		<content:encoded><![CDATA[<p>It&#8217;s possible to do with an Arduino UNO or Mega 2560:<br />
<a href="http://arduino.cc/en/Hacking/MidiWith8U2Firmware" rel="nofollow">http://arduino.cc/en/Hacking/MidiWith8U2Firmware</a></p>
<p>However, it might be easier to find a cheapo USB to MIDI converter instead. Something like this might work:<br />
<a href="http://www.amazon.com/Cable-Converter-Music-Keyboard-Window/dp/B0017H4EBG" rel="nofollow">http://www.amazon.com/Cable-Converter-Music-Keyboard-Window/dp/B0017H4EBG</a></p>
<p>You can also use the USB on the Arduino as a regular serial port, and run a program on your PC that converts it to MIDI, but that usually ends up being a pain.</p>
<p>Good luck!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting an old organ to MIDI by Andre Zan</title>
		<link>http://www.cibomahto.com/2010/01/converting-an-old-organ-to-midi/comment-page-1/#comment-100676</link>
		<dc:creator>Andre Zan</dc:creator>
		<pubDate>Sat, 21 Jan 2012 17:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cibomahto.com/?p=737#comment-100676</guid>
		<description>Hi there! First , congrats for the project! 
Im starting to build one from an old broken organ, and would like to know if it&#039;d be possible to serial out from arduino into a pc usb virtual midi using arduino uno&#039;s usb interface instead of real midi out interface on pin 13. 
My intention is to hook up the organ into my pc via usb (pc has no midi interface), and then i&#039;ll control virtual instruments via organ keys.</description>
		<content:encoded><![CDATA[<p>Hi there! First , congrats for the project!<br />
Im starting to build one from an old broken organ, and would like to know if it&#8217;d be possible to serial out from arduino into a pc usb virtual midi using arduino uno&#8217;s usb interface instead of real midi out interface on pin 13.<br />
My intention is to hook up the organ into my pc via usb (pc has no midi interface), and then i&#8217;ll control virtual instruments via organ keys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Controlling a Rigol oscilloscope using Linux and Python by Cullen Newsom</title>
		<link>http://www.cibomahto.com/2010/04/controlling-a-rigol-oscilloscope-using-linux-and-python/comment-page-1/#comment-100534</link>
		<dc:creator>Cullen Newsom</dc:creator>
		<pubDate>Thu, 19 Jan 2012 21:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cibomahto.com/?p=955#comment-100534</guid>
		<description>line 41 of realtimechart.py 

data = (data - 130.0 - voltoffset/voltscale*25) / 25 * voltscale + voltoffset

I also had to
plot.plot(t1[0:600], d1[0:600])
plot.plot(t2[0:600], d2[0:600])

Which gives me a slightly bogus plot.

Many thanks for posting this.</description>
		<content:encoded><![CDATA[<p>line 41 of realtimechart.py </p>
<p>data = (data &#8211; 130.0 &#8211; voltoffset/voltscale*25) / 25 * voltscale + voltoffset</p>
<p>I also had to<br />
plot.plot(t1[0:600], d1[0:600])<br />
plot.plot(t2[0:600], d2[0:600])</p>
<p>Which gives me a slightly bogus plot.</p>
<p>Many thanks for posting this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thing-a-day, Day 9: Servo as input device by Don</title>
		<link>http://www.cibomahto.com/2008/02/thing-a-day-day-9-servo-as-input-device/comment-page-1/#comment-100087</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Thu, 12 Jan 2012 11:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cibomahto.com/?p=145#comment-100087</guid>
		<description>Hey Mahto, 

You are simply the very best! I&#039;ve actually been searching for a project like this on my journey towards becoming an electronic enthusiast like you :D .

Thanks so much for this post. I just placed an order for my own arduino microcontroller and would like this project to be my first.Can you pleeeeeaasssee send me the schematics or pictures of how you rigged the the microcontroller and the servo together...,please ...:(</description>
		<content:encoded><![CDATA[<p>Hey Mahto, </p>
<p>You are simply the very best! I&#8217;ve actually been searching for a project like this on my journey towards becoming an electronic enthusiast like you <img src='http://www.cibomahto.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  .</p>
<p>Thanks so much for this post. I just placed an order for my own arduino microcontroller and would like this project to be my first.Can you pleeeeeaasssee send me the schematics or pictures of how you rigged the the microcontroller and the servo together&#8230;,please &#8230;:(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thing-a-day, Day 19: Whiteboard Bot by DrawBot Resources and Links &#124; MakerBlock</title>
		<link>http://www.cibomahto.com/2008/02/thing-a-day-day-19-whiteboard-bot/comment-page-1/#comment-99946</link>
		<dc:creator>DrawBot Resources and Links &#124; MakerBlock</dc:creator>
		<pubDate>Tue, 10 Jan 2012 07:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cibomahto.com/?p=158#comment-99946</guid>
		<description>[...] Thing-a-day, Day 19: Whiteboard Bot by Matt Mets [...]</description>
		<content:encoded><![CDATA[<p>[...] Thing-a-day, Day 19: Whiteboard Bot by Matt Mets [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Turn a Chumby into a tiny internet kiosk by Turn Chumby web browser to Full-screen kiosk - Hacked Gadgets &#8211; DIY Tech Blog</title>
		<link>http://www.cibomahto.com/2011/08/turn-a-chumby-into-a-tiny-internet-kiosk/comment-page-1/#comment-99622</link>
		<dc:creator>Turn Chumby web browser to Full-screen kiosk - Hacked Gadgets &#8211; DIY Tech Blog</dc:creator>
		<pubDate>Thu, 05 Jan 2012 03:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.cibomahto.com/?p=1650#comment-99622</guid>
		<description>[...] Cibomahto member mahto modified the Chumby web browser to a full-screen kiosk for his 8? Insignia Infocast branded machine. You can probably make it to work with the other Chumbys too without learning flash or compiling anything. [...]</description>
		<content:encoded><![CDATA[<p>[...] Cibomahto member mahto modified the Chumby web browser to a full-screen kiosk for his 8? Insignia Infocast branded machine. You can probably make it to work with the other Chumbys too without learning flash or compiling anything. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Controlling a Rigol oscilloscope using Linux and Python by mahto</title>
		<link>http://www.cibomahto.com/2010/04/controlling-a-rigol-oscilloscope-using-linux-and-python/comment-page-1/#comment-99024</link>
		<dc:creator>mahto</dc:creator>
		<pubDate>Tue, 27 Dec 2011 06:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cibomahto.com/?p=955#comment-99024</guid>
		<description>Sweet, glad it worked for you!</description>
		<content:encoded><![CDATA[<p>Sweet, glad it worked for you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Controlling a Rigol oscilloscope using Linux and Python by NathanW</title>
		<link>http://www.cibomahto.com/2010/04/controlling-a-rigol-oscilloscope-using-linux-and-python/comment-page-1/#comment-98968</link>
		<dc:creator>NathanW</dc:creator>
		<pubDate>Mon, 26 Dec 2011 03:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cibomahto.com/?p=955#comment-98968</guid>
		<description>Hey this was great. Thanks for publishing your code. I used your first class to work with a Tektronix 2024C scope with no problems. It only took me a few hours searching to find you :-)

Great work!</description>
		<content:encoded><![CDATA[<p>Hey this was great. Thanks for publishing your code. I used your first class to work with a Tektronix 2024C scope with no problems. It only took me a few hours searching to find you <img src='http://www.cibomahto.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thing-a-day, Day 9: Servo as input device by mahto</title>
		<link>http://www.cibomahto.com/2008/02/thing-a-day-day-9-servo-as-input-device/comment-page-1/#comment-97319</link>
		<dc:creator>mahto</dc:creator>
		<pubDate>Wed, 07 Dec 2011 00:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.cibomahto.com/?p=145#comment-97319</guid>
		<description>Technically, you could use some pretty advanced techniques to do this with a stepper, but a servo motor is much more straightforward to use.</description>
		<content:encoded><![CDATA[<p>Technically, you could use some pretty advanced techniques to do this with a stepper, but a servo motor is much more straightforward to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thing-a-day, Day 9: Servo as input device by Josiah Dyment</title>
		<link>http://www.cibomahto.com/2008/02/thing-a-day-day-9-servo-as-input-device/comment-page-1/#comment-97311</link>
		<dc:creator>Josiah Dyment</dc:creator>
		<pubDate>Tue, 06 Dec 2011 21:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cibomahto.com/?p=145#comment-97311</guid>
		<description>is it possible to do this with a stepper motor?</description>
		<content:encoded><![CDATA[<p>is it possible to do this with a stepper motor?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

