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
zigbee + UART jpeg cam
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  11 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Michael Cooper  
View profile  
 More options Oct 4 2012, 4:59 pm
From: Michael Cooper <mbcoope...@gmail.com>
Date: Thu, 4 Oct 2012 13:59:55 -0700 (PDT)
Local: Thurs, Oct 4 2012 4:59 pm
Subject: zigbee + UART jpeg cam

Greetings Resistors,

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:

2 x zigbee units, one wired to the cam, 1 wired to the PC
1 x camera with UART interface

Steps:

- 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?

- Connect the other zigbee to USB port on the pc (easy)

- make the zigbees talk to each other (per zigbee unit documentation)

- 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)

I would have to write a custom parsing script for this in Processing,
correct?

- 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.

Is this generally the right way to think about this?  

Thanks very much for any help, advice, suggestions.

- Michael


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Lavin  
View profile  
 More options Oct 4 2012, 5:53 pm
From: Dan Lavin <dan...@verizon.net>
Date: Thu, 04 Oct 2012 17:53:12 -0400
Local: Thurs, Oct 4 2012 5:53 pm
Subject: Re: [NYCR:Microcontrollers] zigbee + UART jpeg cam
Consider  the speed of your zigbee link and check it against your
camera's specs.  Zigbee may not be speedy enough to support real time
video with the resolution you are looking for.  You may have to settle
for low resolution and/or a slow frame rate.

On 10/4/2012 4:59 PM, Michael Cooper wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Glen Duncan  
View profile  
 More options Oct 4 2012, 7:45 pm
From: Glen Duncan <playas...@gmail.com>
Date: Thu, 4 Oct 2012 19:45:25 -0400
Local: Thurs, Oct 4 2012 7:45 pm
Subject: Re: [NYCR:Microcontrollers] zigbee + UART jpeg cam

I've looked at just about every type of consumer, security, and machine
vision camera out there, and don't recall seeing any that have a serial
interface. Firewire, ethernet, USB, or cameralink are your available
options.

Also, zigbee tops out at 256Kbps. A single raw 640x480 truecolor frame will
tale 3.6 seconds to transfer. With JPEG compression expect 1/10 of that.
You won't be pushing any meaningful video over zigbee any time soon.

I'd say your best bet would be to find an inexpensive network security
camera and a wireless bridge/client, and focus on the application side.

-spec


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dr.light  
View profile  
 More options Oct 4 2012, 8:19 pm
From: "dr.light" <dr.li...@doctorlight.net>
Date: Thu, 4 Oct 2012 17:19:14 -0700
Local: Thurs, Oct 4 2012 8:19 pm
Subject: Re: [NYCR:Microcontrollers] zigbee + UART jpeg cam

this webcam from DX seems to do well cross platform, because it doesnt inherently need directX (as most low-end ethernet based security cams do) - but you still need a way to screengrab the data and shove it into processing... syphon maybe?

http://dx.com/p/ipc-1002-standalone-security-surveillance-tcp-ip-netw...

DX is a hit or miss on most products - be prepared to potentially wait for your stuff for ages.

Linksys WES610N is a pretty decent wireless to ethernet bridge - 100bt, but its plenty fast for a webcam.

On Oct 4, 2012, at 4:45 PM, Glen Duncan wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Cooper  
View profile  
 More options Oct 4 2012, 8:59 pm
From: Michael Cooper <mbcoope...@gmail.com>
Date: Thu, 4 Oct 2012 17:59:17 -0700 (PDT)
Local: Thurs, Oct 4 2012 8:59 pm
Subject: Re: [NYCR:Microcontrollers] zigbee + UART jpeg cam

Thank you for the help.  If I'm not mistaken these cameras send image data over uart:
www.electronics123.com/s.nl/it.A/id.2027/.f?sc=8&category=241

A frame or two per second would be plenty for my purposes so I think the zigbee bandwidth is fine. Do I have the architecture on the receiving/Processing side right?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Glen Duncan  
View profile  
 More options Oct 4 2012, 11:00 pm
From: Glen Duncan <playas...@gmail.com>
Date: Thu, 4 Oct 2012 23:00:20 -0400
Local: Thurs, Oct 4 2012 11:00 pm
Subject: Re: [NYCR:Microcontrollers] zigbee + UART jpeg cam

On Thu, Oct 4, 2012 at 8:59 PM, Michael Cooper <mbcoope...@gmail.com> wrote:
> Thank you for the help.  If I'm not mistaken these cameras send image data
> over uart:
> www.electronics123.com/s.nl/it.A/id.2027/.f?sc=8&category=241

Interesting. What are you doing with the received image? These CMOS chip
cameras can be pretty grainy/noisy, especially in low light.

> A frame or two per second would be plenty for my purposes so I think the
> zigbee bandwidth is fine.

If the resolution and image quality work for you, there isn't much more
than to interface it.

> Do I have the architecture on the receiving/Processing side right?

The camera's resource
page<http://www.electronics123.com/s.nl/it.A/id.3010/.f> includes
an Arduino sketch which models the protocol. I imagine you could adapt that
code work in processing. From what I can tell, once you initialize the
camera, and request a picture, it just spews a JPEG. Just write it to a
file, then reopen the file using whatever image handling tools processing
has.

-spec


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Cooper  
View profile  
 More options Oct 5 2012, 9:55 am
From: Michael Cooper <mbcoope...@gmail.com>
Date: Fri, 5 Oct 2012 06:55:22 -0700 (PDT)
Local: Fri, Oct 5 2012 9:55 am
Subject: Re: [NYCR:Microcontrollers] zigbee + UART jpeg cam

I plan to use this to monitor some gauges on equipment in the basement from
the 5th floor--power supply and range are issues, so zigbee seems
well-suited (if I can get around the concrete floor).  Plus it seems like a
fun bit of tinkering, so if I can get it to work as a proof-of-concept, I
will be happy, even if the image is poor.  Thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ted Hayes | Limina.Studio  
View profile  
 More options Oct 5 2012, 10:33 am
From: "Ted Hayes | Limina.Studio" <liminastu...@gmail.com>
Date: Fri, 5 Oct 2012 10:33:45 -0400
Local: Fri, Oct 5 2012 10:33 am
Subject: Re: [NYCR:Microcontrollers] zigbee + UART jpeg cam

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.

—t3db0t

On Oct 4, 2012, at 4:59 PM, Michael Cooper wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Cooper  
View profile  
 More options Oct 5 2012, 12:49 pm
From: Michael Cooper <mbcoope...@gmail.com>
Date: Fri, 5 Oct 2012 09:49:38 -0700 (PDT)
Local: Fri, Oct 5 2012 12:49 pm
Subject: Re: [NYCR:Microcontrollers] zigbee + UART jpeg cam

Now I'm confused: I thought zigbee used 802.15.4 and added an abstraction
layer for meshing.  

I suppose I could use a 802.15.4 device without the zigbee layer, but what
is the downside to using zigbee here since it is (supposed to be) easy to
set up?  


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ted Hayes | Limina.Studio  
View profile  
 More options Oct 5 2012, 12:58 pm
From: "Ted Hayes | Limina.Studio" <liminastu...@gmail.com>
Date: Fri, 5 Oct 2012 12:58:05 -0400
Local: Fri, Oct 5 2012 12:58 pm
Subject: Re: [NYCR:Microcontrollers] zigbee + UART jpeg cam

> Now I'm confused: I thought zigbee used 802.15.4 and added an abstraction layer for meshing.  

That's correct. ZigBee is mesh, "bare" 802.15.4 is not.  The "S1" XBee modules (formerly known as "Series 1") are just 802.15.4. (Comparison chart: http://www.digi.com/pdf/chart_xbee_rf_features.pdf)

Mesh networking adds lots of overhead since it has to maintain routes between nodes.  The downside is throughput.

—t3db0t

On Oct 5, 2012, at 12:49 PM, Michael Cooper wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick Vermeer  
View profile  
 More options Oct 6 2012, 10:54 am
From: Nick Vermeer <nicholas.verm...@gmail.com>
Date: Sat, 6 Oct 2012 10:54:38 -0400
Local: Sat, Oct 6 2012 10:54 am
Subject: Re: [NYCR:Microcontrollers] zigbee + UART jpeg cam

Yep. If you only need two radios try and get an xbee S1 and bypass the zigbee complexity.

Overall your design sounds like it will work.

On Oct 5, 2012, at 12:58 PM, "Ted Hayes | Limina.Studio" <liminastu...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »