From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-embedded+bounces-2970-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Lphee-0003S9-I1
	for garchives@archives.gentoo.org; Fri, 03 Apr 2009 11:33:48 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B60E9E0608;
	Fri,  3 Apr 2009 11:33:47 +0000 (UTC)
Received: from yx-out-1718.google.com (yx-out-1718.google.com [74.125.44.152])
	by pigeon.gentoo.org (Postfix) with ESMTP id 93B33E0608
	for <gentoo-embedded@lists.gentoo.org>; Fri,  3 Apr 2009 11:33:47 +0000 (UTC)
Received: by yx-out-1718.google.com with SMTP id 6so696949yxn.46
        for <gentoo-embedded@lists.gentoo.org>; Fri, 03 Apr 2009 04:33:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        bh=6h31lR2eq6gqn1JLsBy0jT95L9X8aYh+QjqzySR8x60=;
        b=Ojlpehj6ie6RB5w0iZDjSR4gIuV8b/t+5owhKnRVKc/M6T4hVwDZ6qFz2NrwjIihj1
         CZ8dSENEi52eo7zccp9EfDNOqlFogfFd7Jql17aaUnakjz3RrXCFClRVQmsCQT4+lQLj
         VQ4OecKAd0lYqzbDDaMgu3GAOdNGvOsh6qhe0=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        b=bVVBrM0BD6c88st5iViuX0Y17MfcAzxxnKpgX/cGlbGNbDXGsR4EU8QNLxFNXvMfvG
         PmHwNthSOgPBoapOAMNtlDOJFl+vTsqqiCjnuTmkW2on73UuXnEw5wyjrt3Q+Uq0iYtl
         dcLASXHOkiTWg57zaAod9nNEvqGfiADgLevf8=
Precedence: bulk
List-Post: <mailto:gentoo-embedded@lists.gentoo.org>
List-Help: <mailto:gentoo-embedded+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-embedded+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-embedded+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-embedded.gentoo.org>
X-BeenThere: gentoo-embedded@lists.gentoo.org
Reply-to: gentoo-embedded@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.150.228.12 with SMTP id a12mr2098932ybh.94.1238758427313; Fri, 
	03 Apr 2009 04:33:47 -0700 (PDT)
In-Reply-To: <20090316223111.27450.qmail@stuge.se>
References: <3ea34a000903161433l8c26a94xf35aee83c1fda59@mail.gmail.com>
	 <20090316223111.27450.qmail@stuge.se>
Date: Fri, 3 Apr 2009 13:33:47 +0200
Message-ID: <3ea34a000904030433p90559dav20a3f1495366d772@mail.gmail.com>
Subject: Re: [gentoo-embedded] eyeborg
From: Christopher Friedt <chrisfriedt@gmail.com>
To: gentoo-embedded@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 0a5f74eb-e5a0-47ce-8e90-293d77591dd8
X-Archives-Hash: ee90120866ca2d3d7263e718546a732a

Hi Peter,

On Tue, Mar 17, 2009 at 12:31 AM, Peter Stuge <peter@stuge.se> wrote:
> Christopher Friedt wrote:
>> Can anyone on the list recommend a good kit for a tunable USB radio
>> transceiver?
>
> That quite generic. What frequency range? What will you transceive?
> What bitrate do you need? How cooked does your interface need to be?

It would have to be in the 1-2 GHz range - this is mainly a range
imposed by the size of the required antenna.

Most digital cmos image sensors essentially have two 'channels'. The
first is unidirectional, which carries the data away from the sensor,
and the second is bidirectional, and is often an i2c bus for control
and configuration. The i2c bus is very low-frequency, 10 kHz - 100
kHz, while the data channel is rather high (up to 60fps, with 640x480
resolution, and 24bpp, in RGB24 or YUV420p format, for example). It
might be possible to do jpeg compression at the source, if power /
space permits.

In any event, a digital signal will be modulate the transceiver
signal, with appropriate coding to ensure that the information is
received correctly - right now they're getting quite a bit of noise
using a simplistic analog camera / transmitter.

If you have any ideas about certain chips, I would love to hear them.
Size and power are of course the main concern.

Cheers,

Chris