<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Here it is&#8230;..</title>
	<link>http://britishengineeringsystems.com/2009/10/10/109/</link>
	<description>Blog of an Engineer (amongst other things)</description>
	<pubDate>Sun, 05 Feb 2012 11:35:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Jabber</title>
		<link>http://britishengineeringsystems.com/2009/10/10/109/#comment-2664</link>
		<author>Jabber</author>
		<pubDate>Sun, 21 Feb 2010 15:20:54 +0000</pubDate>
		<guid>http://britishengineeringsystems.com/2009/10/10/109/#comment-2664</guid>
		<description>This is quite interesting to find, as I have done something similar myself.

Unfortunately I cannot read the .sch files, as it looks like they are some binary format instead of the text format that gEDA expects. Would it be possible for you to post the schematics as simple pictures?

In my design (see http://www.milovana.com/forum/viewtopic.php?t=3327 for details and schematics) I was able to avoid an extra PCB by using a longer plastic tube to transmit the pressure to the pressure sensor on the main PCB.

(Btw, I have experience of open source software licensing, and you have done it absolutely right.)</description>
		<content:encoded><![CDATA[<p>This is quite interesting to find, as I have done something similar myself.</p>
<p>Unfortunately I cannot read the .sch files, as it looks like they are some binary format instead of the text format that gEDA expects. Would it be possible for you to post the schematics as simple pictures?</p>
<p>In my design (see <a href="http://www.milovana.com/forum/viewtopic.php?t=3327" rel="nofollow">http://www.milovana.com/forum/viewtopic.php?t=3327</a> for details and schematics) I was able to avoid an extra PCB by using a longer plastic tube to transmit the pressure to the pressure sensor on the main PCB.</p>
<p>(Btw, I have experience of open source software licensing, and you have done it absolutely right.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ceeej</title>
		<link>http://britishengineeringsystems.com/2009/10/10/109/#comment-2370</link>
		<author>Ceeej</author>
		<pubDate>Mon, 21 Dec 2009 17:29:18 +0000</pubDate>
		<guid>http://britishengineeringsystems.com/2009/10/10/109/#comment-2370</guid>
		<description>I hoped correctly, there is plenty of fun....</description>
		<content:encoded><![CDATA[<p>I hoped correctly, there is plenty of fun&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ceeej</title>
		<link>http://britishengineeringsystems.com/2009/10/10/109/#comment-2206</link>
		<author>Ceeej</author>
		<pubDate>Thu, 29 Oct 2009 22:33:45 +0000</pubDate>
		<guid>http://britishengineeringsystems.com/2009/10/10/109/#comment-2206</guid>
		<description>I got your code working on a stripboard layout, my bootloader was killing things because I was missing a pull-up resistor.

I embedded the EEPROM messages in the .asm file using DE statements org'd to 0xF00000 and incremented for each item. 

I don't have a USB to serial adapter board so have attached a MAX232, just need some time to hook it up to the PC now.

Thinking about wedging the code into the M'chip CDC USB framework and eliminating the RS-232, looks complicated though. 

I'm considering Internet enabling it as well, perhaps an MSN plugin...

Again, thanks for posting the code, it's generated quite a bit of interest here and hopefully there's plenty of fun to be had.</description>
		<content:encoded><![CDATA[<p>I got your code working on a stripboard layout, my bootloader was killing things because I was missing a pull-up resistor.</p>
<p>I embedded the EEPROM messages in the .asm file using DE statements org&#8217;d to 0xF00000 and incremented for each item. </p>
<p>I don&#8217;t have a USB to serial adapter board so have attached a MAX232, just need some time to hook it up to the PC now.</p>
<p>Thinking about wedging the code into the M&#8217;chip CDC USB framework and eliminating the RS-232, looks complicated though. </p>
<p>I&#8217;m considering Internet enabling it as well, perhaps an MSN plugin&#8230;</p>
<p>Again, thanks for posting the code, it&#8217;s generated quite a bit of interest here and hopefully there&#8217;s plenty of fun to be had.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://britishengineeringsystems.com/2009/10/10/109/#comment-2202</link>
		<author>peter</author>
		<pubDate>Sat, 24 Oct 2009 13:45:50 +0000</pubDate>
		<guid>http://britishengineeringsystems.com/2009/10/10/109/#comment-2202</guid>
		<description>I never put them in the EEPROM from the code. I just opened the EEPROM view and entered them there. That's something I have to look into then. It also appears that I forgot to include the hex file with them in (I have now posted that above. if you import that into MPLAB then go to the EEPROM view you will be able to see the function names)

Thanks for showing an interest, hope you have fun with it.</description>
		<content:encoded><![CDATA[<p>I never put them in the EEPROM from the code. I just opened the EEPROM view and entered them there. That&#8217;s something I have to look into then. It also appears that I forgot to include the hex file with them in (I have now posted that above. if you import that into MPLAB then go to the EEPROM view you will be able to see the function names)</p>
<p>Thanks for showing an interest, hope you have fun with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ceeej</title>
		<link>http://britishengineeringsystems.com/2009/10/10/109/#comment-2198</link>
		<author>Ceeej</author>
		<pubDate>Fri, 23 Oct 2009 18:15:28 +0000</pubDate>
		<guid>http://britishengineeringsystems.com/2009/10/10/109/#comment-2198</guid>
		<description>I might be missing something, but i can't find any mesages in EEPROM? They don't appear to be in the .ASM file....</description>
		<content:encoded><![CDATA[<p>I might be missing something, but i can&#8217;t find any mesages in EEPROM? They don&#8217;t appear to be in the .ASM file&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

