discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] dbsrx question


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] dbsrx question
Date: Mon, 23 Oct 2006 10:56:52 -0700
User-agent: Mutt/1.5.9i

On Sun, Oct 22, 2006 at 10:31:31PM -0700, David Caruth wrote:
> Hi All.
>    

> I have searched this forum for i2c errors and dbs problems, but have
> not found anything like my problem.  I'm sure I have the correct i2c
> address set as well.  Any suggestions?  Please don't suggest that I
> just use the python script... :)

My guess is that you are using the wrong i2c addresses.  Many data
sheets conflate the 7-bit i2c address with the 8-bit byte that
contains the 7-bit i2c address in the top 7-bits and r/w bit in the
low bit of that byte.  When our code is talking about an i2c address,
we _really_ mean i2c address, not the i2c address shifted one way or
the other.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]