Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Finally some time

Received: by 10.231.176.11 with SMTP id bc11mr414827ibb.13.1284343425358;
        Sun, 12 Sep 2010 19:03:45 -0700 (PDT)
X-BeenThere: toasted-circuits-lightuino@googlegroups.com
Received: by 10.231.193.98 with SMTP id dt34ls4354240ibb.0.p; Sun, 12 Sep 2010
 19:03:44 -0700 (PDT)
Received: by 10.231.192.73 with SMTP id dp9mr411786ibb.16.1284343424065;
        Sun, 12 Sep 2010 19:03:44 -0700 (PDT)
Received: by 10.231.192.73 with SMTP id dp9mr411784ibb.16.1284343423963;
        Sun, 12 Sep 2010 19:03:43 -0700 (PDT)
Return-Path: <sco...@dd.com.au>
Received: from smtp-2.01.com (smtp-2.01.com [38.102.63.181])
        by gmr-mx.google.com with ESMTP id e25si3395964ibk.7.2010.09.12.19.03.43;
        Sun, 12 Sep 2010 19:03:43 -0700 (PDT)
Received-SPF: neutral (google.com: 38.102.63.181 is neither permitted nor denied by best guess record for domain of sco...@dd.com.au) client-ip=38.102.63.181;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 38.102.63.181 is neither permitted nor denied by best guess record for domain of sco...@dd.com.au) smtp.mail=sco...@dd.com.au
Received: from localhost (localhost.localdomain [127.0.0.1])
	by smtp-2.01.com (Postfix) with ESMTP id C91761AD4EF;
	Sun, 12 Sep 2010 21:03:43 -0500 (CDT)
Received: from smtp-2.01.com ([127.0.0.1])
	by localhost (smtp-2.01.com [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id xX2cJcLkJoMa; Sun, 12 Sep 2010 21:03:43 -0500 (CDT)
Received: by smtp-2.01.com (Postfix, from userid 99)
	id AB46B1AD4E0; Sun, 12 Sep 2010 21:03:43 -0500 (CDT)
Received: from [10.0.1.14] (ppp118-209-2-90.lns20.mel4.internode.on.net [118.209.2.90])
	by smtp-2.01.com (Postfix) with ESMTPSA id 1D9C21AD4EF;
	Sun, 12 Sep 2010 21:03:41 -0500 (CDT)
Subject: Re: Finally some time
Mime-Version: 1.0 (Apple Message framework v1081)
Content-Type: multipart/alternative; boundary=Apple-Mail-8--1053942695
From: Scott Penrose <sco...@dd.com.au>
In-Reply-To: <AANLkTinUa6x7E73WT8bjh4MEtH6KcaDqM685dcgGTBqR@mail.gmail.com>
Date: Mon, 13 Sep 2010 12:03:38 +1000
Cc: toasted-circuits-lightuino@googlegroups.com
Message-Id: <A4F3DF61-6E85-4E99-9129-9B92E0E2F...@dd.com.au>
References: <D9C1A4D4-FFF2-4645-AA59-EED3FA7DA...@dd.com.au> <AANLkTinUa6x7E73WT8bjh4MEtH6KcaDqM685dcgGT...@mail.gmail.com>
To: Andrew Stone <g.andrew.st...@gmail.com>
X-Mailer: Apple Mail (2.1081)


--Apple-Mail-8--1053942695
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

Good morning

On 11/09/2010, at 4:46 AM, Andrew Stone wrote:

> Great!  So do you have it hooked up to an ethernet shield?

Yes

> WRT the ethernet, does it require the SPI pins (10-13).  For the V4 =
board, I am freeing those pins from the sink drivers and using them for =
USB.

Good plan. SPI should be kept free for things like that.

>   Of course, with SPI you can have devices on lines so it should still =
work with SPI headers.

However WRT chip has a bug which never releases. But some people have =
fixed it, e.g. Jon Oxer - =
http://www.freetronics.com/products/ethernet-shield-with-poe. Some =
setups also use pin 2 for interrupt, which you use for IR sensor.

0,1 - Serial
2 - IR Sensor or Ethernet shield. If you use a Wifi shield it does use =
pin 2
3 ?
4,5,6,7 =3D Sink
8,9,10,11 =3D Source

So... what is best? Not totally sure, but maybe
	0,1 Serial
	2 - Spare or Shield
	3 - IR sensor (does it have interrupts)
	4,5,6,7 =3D Sink (can you use one as PWM)
	8 ?
	9 =3D USB select?
	10 =3D standard used for ethernet shield select
	11-13 =3D SPI
	Which still leaves the source driver, although I know it works =
14,15,16,17

Always hard. I do like that you just did those little solder pads that =
took me no more than 15 minutes to organise move and test. While things =
like my ethernet and wifi shields are not configurable without extreme =
cutting.

So in what form are you adding USB? Normally USB on Arduino is just =
converted from the serial port (pin 0,1).

> BTW, In case you missed posting, I did upload a little example video =
that shows how to move the pins:
> http://www.youtube.com/watch?v=3DmJDMpKIAEuk

Yes got that, the day after I did it... thehe :-)
It will be boring but I will post a photo.

BTW. If you google Lightuino - the majority of the links lead to the =
Google code site, which has lots of info on V2 hardware, and none on v3. =
I think you should create a v3 page there and link it to your private =
site.

Scooter


--Apple-Mail-8--1053942695
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=us-ascii

<html><head></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Good =
morning<div><br><div><div>On 11/09/2010, at 4:46 AM, Andrew Stone =
wrote:</div><br class=3D"Apple-interchange-newline"><blockquote =
type=3D"cite">Great!&nbsp; So do you have it hooked up to an ethernet =
shield?<br></blockquote><div><br></div>Yes</div><div><br><blockquote =
type=3D"cite">WRT the ethernet, does it require the SPI pins =
(10-13).&nbsp; For the V4 board, I am freeing those pins from the sink =
drivers and using them for USB.</blockquote><div><br></div><div>Good =
plan. SPI should be kept free for things like that.</div><br><blockquote =
type=3D"cite">&nbsp; Of course, with SPI you can have devices on lines =
so it should still work with SPI =
headers.<br></blockquote><div><br></div><div>However WRT chip has a bug =
which never releases. But some people have fixed it, e.g. Jon Oxer =
-&nbsp;<a =
href=3D"http://www.freetronics.com/products/ethernet-shield-with-poe">http=
://www.freetronics.com/products/ethernet-shield-with-poe</a>. Some =
setups also use pin 2 for interrupt, which you use for IR =
sensor.</div><div><br></div><div>0,1 - Serial</div><div>2 - IR Sensor or =
Ethernet shield. If you use a Wifi shield it does use pin 2</div><div>3 =
?</div><div>4,5,6,7 =3D Sink</div><div>8,9,10,11 =3D =
Source</div><div><br></div><div>So... what is best? Not totally sure, =
but maybe</div><div><span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>0,1 Serial</div><div><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>2 - Spare =
or Shield</div><div><span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>3 - IR sensor (does it have =
interrupts)</div><div><span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>4,5,6,7 =3D Sink (can you use one =
as PWM)</div><div><span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>8 ?</div><div><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>9 =3D USB =
select?</div><div><span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>10 =3D standard used for ethernet =
shield select</div><div><span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>11-13 =3D SPI</div><div><span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>Which =
still leaves the source driver, although I know it works =
14,15,16,17</div><div><br></div><div>Always hard. I do like that you =
just did those little solder pads that took me no more than 15 minutes =
to organise move and test. While things like my ethernet and wifi =
shields are not configurable without extreme =
cutting.</div><div><br></div><div>So in what form are you adding USB? =
Normally USB on Arduino is just converted from the serial port (pin =
0,1).</div><br><blockquote type=3D"cite">BTW, In case you missed =
posting, I did upload a little example video that shows how to move the =
pins:<br><a =
href=3D"http://www.youtube.com/watch?v=3DmJDMpKIAEuk">http://www.youtube.c=
om/watch?v=3DmJDMpKIAEuk</a><br></blockquote><div><br></div>Yes got =
that, the day after I did it... thehe :-)</div><div>It will be boring =
but I will post a photo.</div><div><br></div><div>BTW. If you google =
Lightuino - the majority of the links lead to the Google code site, =
which has lots of info on V2 hardware, and none on v3. I think you =
should create a v3 page there and link it to your private =
site.</div><div><br></div><div>Scooter</div><div><br></div></div></body></=
html>=

--Apple-Mail-8--1053942695--