<?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 on: mFC &#8211; Madox Floating Camera</title>
	<atom:link href="http://www.madox.net/blog/projects/mfc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.madox.net/blog</link>
	<description>Perversions of an Engineer</description>
	<lastBuildDate>Thu, 11 Mar 2010 12:11:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Moon Millman</title>
		<link>http://www.madox.net/blog/projects/mfc/comment-page-1/#comment-1064</link>
		<dc:creator>Moon Millman</dc:creator>
		<pubDate>Tue, 02 Feb 2010 01:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.madox.net/blog/?page_id=325#comment-1064</guid>
		<description>hi</description>
		<content:encoded><![CDATA[<p>hi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zsuzsi</title>
		<link>http://www.madox.net/blog/projects/mfc/comment-page-1/#comment-304</link>
		<dc:creator>Zsuzsi</dc:creator>
		<pubDate>Wed, 24 Jun 2009 08:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.madox.net/blog/?page_id=325#comment-304</guid>
		<description>Hello Madox!

I using the FTDI chip to manage a complate system. The RFLink device what is connecting to router is the master on the bus. I used it with PC to collect data from the bus, and manage it, but now i would like to use it without pc. That is the reason because i would like to use router. 
I shared the SDK what i made. You can upload it from here, if you intrested

http://rapidshare.com/files/248027571/OpenWRT_libftdi_SDK.tar.gz.html

I use the static library what you suggest to me.

Zsuzsi</description>
		<content:encoded><![CDATA[<p>Hello Madox!</p>
<p>I using the FTDI chip to manage a complate system. The RFLink device what is connecting to router is the master on the bus. I used it with PC to collect data from the bus, and manage it, but now i would like to use it without pc. That is the reason because i would like to use router.<br />
I shared the SDK what i made. You can upload it from here, if you intrested</p>
<p><a href="http://rapidshare.com/files/248027571/OpenWRT_libftdi_SDK.tar.gz.html" rel="nofollow">http://rapidshare.com/files/248027571/OpenWRT_libftdi_SDK.tar.gz.html</a></p>
<p>I use the static library what you suggest to me.</p>
<p>Zsuzsi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madox</title>
		<link>http://www.madox.net/blog/projects/mfc/comment-page-1/#comment-300</link>
		<dc:creator>Madox</dc:creator>
		<pubDate>Tue, 23 Jun 2009 12:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.madox.net/blog/?page_id=325#comment-300</guid>
		<description>You&#039;re welcome Zsuzsi, thought I&#039;m curious what you&#039;re doing with a FTDI chip on a router :)  I&#039;m suspecting its something interesting...care to share with the world?</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome Zsuzsi, thought I&#8217;m curious what you&#8217;re doing with a FTDI chip on a router <img src='http://www.madox.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I&#8217;m suspecting its something interesting&#8230;care to share with the world?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zsuzsi</title>
		<link>http://www.madox.net/blog/projects/mfc/comment-page-1/#comment-298</link>
		<dc:creator>Zsuzsi</dc:creator>
		<pubDate>Tue, 23 Jun 2009 09:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.madox.net/blog/?page_id=325#comment-298</guid>
		<description>Hello Madox!

Thank you for your help, i can compile my program with you help! :)

Thank you again!

Zsuzsi</description>
		<content:encoded><![CDATA[<p>Hello Madox!</p>
<p>Thank you for your help, i can compile my program with you help! <img src='http://www.madox.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thank you again!</p>
<p>Zsuzsi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madox</title>
		<link>http://www.madox.net/blog/projects/mfc/comment-page-1/#comment-272</link>
		<dc:creator>Madox</dc:creator>
		<pubDate>Fri, 19 Jun 2009 15:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.madox.net/blog/?page_id=325#comment-272</guid>
		<description>You don&#039;t actually need to &#039;install&#039; libftdi onto your router/device.  I found out about libftdi a bit later so I statically compiled it into the programs.

I did have libusb installed, and you can add it via the feeds script and selecting it via make menuconfig.  Here&#039;s the hacky way I configured libftdi...(started doing a &#039;package&#039; but got too lazy)...change paths as appropriate.

&lt;code&gt;openwrttoolchaindir=/home/user/openwrt/staging_dir/toolchain-mipsel_gcc-3.4.6_uClibc-0.9.29/usr/bin
export PATH=$PATH:$openwrttoolchaindir
openwrtstagingdir=/home/user/openwrt/staging_dir/target-mipsel_uClibc-0.9.29/usr
CPPFLAGS=&quot;-I$openwrtstagingdir/include&quot; \
LDFLAGS=&quot;-static -L$openwrtstagingdir/lib&quot; \
LIBS=&quot;-L$openwrtstagingdir/lib -lusb&quot; \
./configure --build=i686-linux --host=mipsel-openwrt-linux-uclibc --prefix=$openwrtstagingdir
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You don&#8217;t actually need to &#8216;install&#8217; libftdi onto your router/device.  I found out about libftdi a bit later so I statically compiled it into the programs.</p>
<p>I did have libusb installed, and you can add it via the feeds script and selecting it via make menuconfig.  Here&#8217;s the hacky way I configured libftdi&#8230;(started doing a &#8216;package&#8217; but got too lazy)&#8230;change paths as appropriate.</p>
<p><code>openwrttoolchaindir=/home/user/openwrt/staging_dir/toolchain-mipsel_gcc-3.4.6_uClibc-0.9.29/usr/bin<br />
export PATH=$PATH:$openwrttoolchaindir<br />
openwrtstagingdir=/home/user/openwrt/staging_dir/target-mipsel_uClibc-0.9.29/usr<br />
CPPFLAGS="-I$openwrtstagingdir/include" \<br />
LDFLAGS="-static -L$openwrtstagingdir/lib" \<br />
LIBS="-L$openwrtstagingdir/lib -lusb" \<br />
./configure --build=i686-linux --host=mipsel-openwrt-linux-uclibc --prefix=$openwrtstagingdir<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zsuzsi</title>
		<link>http://www.madox.net/blog/projects/mfc/comment-page-1/#comment-270</link>
		<dc:creator>Zsuzsi</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.madox.net/blog/?page_id=325#comment-270</guid>
		<description>Hi Madox!


Please help me! I found on your webpage to install libFTDI to OpenWrt. Can you help me how can i do that? 

Thank you very much

Zsuzsi from Hungary</description>
		<content:encoded><![CDATA[<p>Hi Madox!</p>
<p>Please help me! I found on your webpage to install libFTDI to OpenWrt. Can you help me how can i do that? </p>
<p>Thank you very much</p>
<p>Zsuzsi from Hungary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madox</title>
		<link>http://www.madox.net/blog/projects/mfc/comment-page-1/#comment-264</link>
		<dc:creator>Madox</dc:creator>
		<pubDate>Wed, 17 Jun 2009 13:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.madox.net/blog/?page_id=325#comment-264</guid>
		<description>Nice video :)  Unfortunately I haven&#039;t built any ships yet.  This really was only an exercise to see if I can get a contraption up with ready off the shelf items and into the water with minimal effort... actually it was an excuse to play with that router :)</description>
		<content:encoded><![CDATA[<p>Nice video <img src='http://www.madox.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Unfortunately I haven&#8217;t built any ships yet.  This really was only an exercise to see if I can get a contraption up with ready off the shelf items and into the water with minimal effort&#8230; actually it was an excuse to play with that router <img src='http://www.madox.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan M.</title>
		<link>http://www.madox.net/blog/projects/mfc/comment-page-1/#comment-253</link>
		<dc:creator>Bryan M.</dc:creator>
		<pubDate>Sun, 14 Jun 2009 23:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.madox.net/blog/?page_id=325#comment-253</guid>
		<description>http://www.youtube.com/watch?v=VEKRbwAUf10
Video Of my camera mounted on a warship

http://www.youtube.com/watch?v=dmwottc1ndo&amp;NR=1
Video of the battle, sound helps much

Some Video I shot with a Go-Pro-Hero Wide angle camera (170 degree)
is meant for remote control car racing,  but waterproof to 200 feet. (60+ Meters)
so would work well for your mFC mark 2, all you need it a floating platform then
(Might I throw out the idea of a foam surf board, can build a little tripod and it 
will be stable, light, and with some inexpensive motors and a few rudders quite 
maneuverable.  just my 2 cents

PS Here is what camera looks like out of housing:
[IMG]http://i171.photobucket.com/albums/u307/the_mariner_photos/Hobbies/HEROGoProLR.jpg[/IMG]



Bryan</description>
		<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=VEKRbwAUf10" rel="nofollow">http://www.youtube.com/watch?v=VEKRbwAUf10</a><br />
Video Of my camera mounted on a warship</p>
<p><a href="http://www.youtube.com/watch?v=dmwottc1ndo&amp;NR=1" rel="nofollow">http://www.youtube.com/watch?v=dmwottc1ndo&amp;NR=1</a><br />
Video of the battle, sound helps much</p>
<p>Some Video I shot with a Go-Pro-Hero Wide angle camera (170 degree)<br />
is meant for remote control car racing,  but waterproof to 200 feet. (60+ Meters)<br />
so would work well for your mFC mark 2, all you need it a floating platform then<br />
(Might I throw out the idea of a foam surf board, can build a little tripod and it<br />
will be stable, light, and with some inexpensive motors and a few rudders quite<br />
maneuverable.  just my 2 cents</p>
<p>PS Here is what camera looks like out of housing:<br />
[IMG]http://i171.photobucket.com/albums/u307/the_mariner_photos/Hobbies/HEROGoProLR.jpg[/IMG]</p>
<p>Bryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madox.NET &#187; Australian Battle Group - National Battle Meet 6 June 2009</title>
		<link>http://www.madox.net/blog/projects/mfc/comment-page-1/#comment-226</link>
		<dc:creator>Madox.NET &#187; Australian Battle Group - National Battle Meet 6 June 2009</dc:creator>
		<pubDate>Mon, 08 Jun 2009 07:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.madox.net/blog/?page_id=325#comment-226</guid>
		<description>[...] mFC - Madox Floating Camera [...]</description>
		<content:encoded><![CDATA[<p>[...] mFC &#8211; Madox Floating Camera [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
