Message from discussion
zigbee + UART jpeg cam
Received: by 10.101.132.6 with SMTP id j6mr1575692ann.3.1349447630111;
Fri, 05 Oct 2012 07:33:50 -0700 (PDT)
X-BeenThere: nycresistormicrocontrollers@googlegroups.com
Received: by 10.101.7.31 with SMTP id k31ls871025ani.6.gmail; Fri, 05 Oct 2012
07:33:47 -0700 (PDT)
Received: by 10.224.78.209 with SMTP id m17mr7508712qak.3.1349447627384;
Fri, 05 Oct 2012 07:33:47 -0700 (PDT)
Received: by 10.224.78.209 with SMTP id m17mr7508709qak.3.1349447627365;
Fri, 05 Oct 2012 07:33:47 -0700 (PDT)
Return-Path: <liminastu...@gmail.com>
Received: from mail-qc0-f171.google.com (mail-qc0-f171.google.com [209.85.216.171])
by gmr-mx.google.com with ESMTPS id ek33si2140083qcb.0.2012.10.05.07.33.47
(version=TLSv1/SSLv3 cipher=OTHER);
Fri, 05 Oct 2012 07:33:47 -0700 (PDT)
Received-SPF: pass (google.com: domain of liminastu...@gmail.com designates 209.85.216.171 as permitted sender) client-ip=209.85.216.171;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of liminastu...@gmail.com designates 209.85.216.171 as permitted sender) smtp.mail=liminastu...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-qc0-f171.google.com with SMTP id d1so1155910qca.2
for <nycresistormicrocontrollers@googlegroups.com>; Fri, 05 Oct 2012 07:33:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=from:mime-version:content-type:subject:date:in-reply-to:to
:references:message-id:x-mailer;
bh=3xqnb2YSIhPJ+5Sb17uhkl3gIdQgc4Kype7MMb8sQEk=;
b=Wd8e7TFQ4ZJG25/pKJV87PXDyq8qB+4pF98DCV+tNrErjzCA9cQpye7Fev0frUj5Yx
rK/vC2Y0jCtricFv7koDmnBATvsEv0K1ao8lgTsioDzLAz5/Bu2t1hn0Vmz+knDgGOGR
09vYdrlw07zlgKi14VqRui3QmP+DVIkpqip3ggi66Pl8tyFhTIIx9l9ZIZlYUcsbYe4A
zwN/fJMA9KA15f9xPZ7a2eT4352SU+ZBD/SqM/VKil1OZ8z4gsJQ7KAC3jm3Dzt08jZi
aglg9vauzCxLF9/u1m3esomFMqJxavd8R7cKRwP8+foqQOeOO+4Vs98pPSoQ4wHdqqNg
auSw==
Received: by 10.49.59.82 with SMTP id x18mr25888596qeq.9.1349447627090;
Fri, 05 Oct 2012 07:33:47 -0700 (PDT)
Return-Path: <liminastu...@gmail.com>
Received: from [10.2.99.128] ([204.145.81.110])
by mx.google.com with ESMTPS id b5sm10020940qao.13.2012.10.05.07.33.45
(version=TLSv1/SSLv3 cipher=OTHER);
Fri, 05 Oct 2012 07:33:46 -0700 (PDT)
From: "Ted Hayes | Limina.Studio" <liminastu...@gmail.com>
Mime-Version: 1.0 (Apple Message framework v1283)
Content-Type: multipart/alternative; boundary="Apple-Mail=_4B19CC76-35E5-4B40-9C6C-A1154BF04CB7"
Subject: Re: [NYCR:Microcontrollers] zigbee + UART jpeg cam
Date: Fri, 5 Oct 2012 10:33:45 -0400
In-Reply-To: <d6a034f3-ac8f-419c-8d52-c9ae6a91c791@googlegroups.com>
To: nycresistormicrocontrollers@googlegroups.com
References: <d6a034f3-ac8f-419c-8d52-c9ae6a91c791@googlegroups.com>
Message-Id: <84DDA1B3-24BE-4A56-AB72-2B3FC76BF...@gmail.com>
X-Mailer: Apple Mail (2.1283)
--Apple-Mail=_4B19CC76-35E5-4B40-9C6C-A1154BF04CB7
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=windows-1252
Agreed.
Generally speaking, the only time you want to use zigbee is if you =
*need* a mesh network. Point-to-point applications are better off using =
802.15.4 or bluetooth or some other radio link.
=97t3db0t
On Oct 4, 2012, at 4:59 PM, Michael Cooper wrote:
> Greetings Resistors,
>=20
> I am scoping out a small project and I am in need of a reality-check =
on basic framework. The project is a remote camera transmitting over =
zigbee to a pc-based receiver. After some research, I think this is =
what I need:
>=20
> 2 x zigbee units, one wired to the cam, 1 wired to the PC=20
> 1 x camera with UART interface=20
>=20
> Steps:
>=20
> - wire up the cam to the zigbee -- this is simply a matter of =
connecting the UART out of the cam into the UART input on the zigbee, =
correct?
>=20
> - Connect the other zigbee to USB port on the pc (easy)
>=20
> - make the zigbees talk to each other (per zigbee unit documentation)
>=20
> - use Processing's "Serial" library to parse the info from the camera =
coming based on the camera's specs for the data structure for its visual =
frame output (the camera I am looking at outputs jpeg-encoded frames)
>=20
> I would have to write a custom parsing script for this in Processing, =
correct?
>=20
> - theoretically, the result from that should be an image in jpeg =
format, so at that point I am thinking that I could output the parsed =
data from Processing as a file, slap a "jpg" extension on it, and then I =
am in known territory.
>=20
> Is this generally the right way to think about this? =20
>=20
> Thanks very much for any help, advice, suggestions.
>=20
> - Michael
>=20
> --=20
> You received this message because you are subscribed to the Google =
Groups "NYCResistor:Microcontrollers" group.
> To view this discussion on the web visit =
https://groups.google.com/d/msg/nycresistormicrocontrollers/-/6RqzhasaP-QJ=
.
> To post to this group, send email to =
nycresistormicrocontrollers@googlegroups.com.
> To unsubscribe from this group, send email to =
nycresistormicrocontrollers+unsubscribe@googlegroups.com.
> For more options, visit this group at =
http://groups.google.com/group/nycresistormicrocontrollers?hl=3Den.
--Apple-Mail=_4B19CC76-35E5-4B40-9C6C-A1154BF04CB7
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=windows-1252
<html><head></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; =
">Agreed.<div><br></div><div>Generally speaking, the only time you want =
to use zigbee is if you *need* a mesh network. Point-to-point =
applications are better off using 802.15.4 or bluetooth or some other =
radio link.</div><div><br></div><div>=97t3db0t</div><div><br><div><div>On =
Oct 4, 2012, at 4:59 PM, Michael Cooper wrote:</div><br =
class=3D"Apple-interchange-newline"><blockquote type=3D"cite">Greetings =
Resistors,<div><br></div><div>I am scoping out a small project and I am =
in need of a reality-check on basic framework. The project is a =
remote camera transmitting over zigbee to a pc-based receiver. =
After some research, I think this is what I =
need:</div><div><br></div><div>2 x zigbee units, one wired to the cam, 1 =
wired to the PC </div><div>1 x camera with UART =
interface </div><div><br></div><div>Steps:</div><div><br></div><div>-=
wire up the cam to the zigbee -- this is simply a matter of connecting =
the UART out of the cam into the UART input on the zigbee, =
correct?</div><div><br></div><div>- Connect the other zigbee to USB port =
on the pc (easy)<br></div><div><br></div><div>- make the zigbees talk to =
each other (per zigbee unit documentation)</div><div><br></div><div>- =
use Processing's "Serial" library to parse the info from the camera =
coming based on the camera's specs for the data structure for its visual =
frame output (the camera I am looking at outputs jpeg-encoded =
frames)</div><div><br></div><div>I would have to write a custom parsing =
script for this in Processing, correct?<br></div><div><br></div><div>- =
theoretically, the result from that should be an image in jpeg format, =
so at that point I am thinking that I could output the parsed data from =
Processing as a file, slap a "jpg" extension on it, and then I am in =
known territory.</div><div><br></div><div>Is this generally the right =
way to think about this? </div><div><br></div><div>Thanks very =
much for any help, advice, suggestions.</div><div><br></div><div>- =
Michael</div><div><br class=3D"webkit-block-placeholder"></div>
-- <br>
You received this message because you are subscribed to the Google =
Groups "NYCResistor:Microcontrollers" group.<br>
To view this discussion on the web visit <a =
href=3D"https://groups.google.com/d/msg/nycresistormicrocontrollers/-/6Rqz=
hasaP-QJ">https://groups.google.com/d/msg/nycresistormicrocontrollers/-/6R=
qzhasaP-QJ</a>.<br>=20
To post to this group, send email to <a =
href=3D"mailto:nycresistormicrocontrollers@googlegroups.com">nycresistormi=
crocontrollers@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a =
href=3D"mailto:nycresistormicrocontrollers+unsubscribe@googlegroups.com">n=
ycresistormicrocontrollers+unsubscribe@googlegroups.com</a>.<br>
For more options, visit this group at <a =
href=3D"http://groups.google.com/group/nycresistormicrocontrollers?hl=3Den=
">http://groups.google.com/group/nycresistormicrocontrollers?hl=3Den</a>.<=
br>
</blockquote></div><br></div></body></html>=
--Apple-Mail=_4B19CC76-35E5-4B40-9C6C-A1154BF04CB7--