Tagged Questions

4
votes
3answers
186 views

Recommend any ADC ICs ?

Hey all, I am looking for an ADC IC and while I could just take the plunge and pick one, I was wondering if anyone had any experience with any particular devices? I need it to: …
4
votes
5answers
145 views

What is the most popular embedded serial bus?

I'm designing an embedded device that I would like to make interoperable with third party peripherals through a serial bus. Should I choose SPI, I²C, or some other bus? The peri …
1
vote
3answers
95 views

I2C Adapter Recomendations?

I've been working on some digital designs with I2C command & control and need a PC-based tool to test my interfaces. -- In the past, I've used iPorts (MCC) to do these tasks bu …
10
votes
9answers
540 views

SPI or I2C… which to use for a longish bus

I'm contemplating a project that would require several AVRs talking to each other over a bus. They'd be separated by as much as 6 feet. It seems like both I2C and SPI can let a s …
5
votes
5answers
272 views

Implementing I2C to analog

Hi How can I implement (or maybe there is an IC that already does that) a board whose input would be I2C and output would be analog voltage (0V - 5V) ? Eventually I would like to …
2
votes
3answers
200 views

I2C 7seg driver

Does anyone know of any good I2C 7segment display drivers. I swear a previous answer referenced a chip for this on chiphacker but I cannot find it. I would also be happy with SPI, …
2
votes
1answer
188 views

Can’t get DS1077 programmable oscillator to work

Hi all, I'm trying to get the DS1077 to work, but I can't for the life of me figure out what I'm doing wrong. I'm using the defaults for the MUX and BUS registers, and programmin …
5
votes
2answers
465 views

Is there a correct resistance value for pull-up resistors ?

The datasheet of the 24LC256 EEPROM states that: The SDA bus requires a pull-up resistor to VCC (typical 10 kΩ for 100 kHz, 2 kΩ for 400 kHz and 1 MHz). I thought that any re …
2
votes
2answers
96 views

Source for parts to make a BlinkM I2C bus cable? (from todbot blog)

Hi All, I came across this post on the todbot blog about controlling BlinkMs over an I2C bus: http://todbot.com/blog/2008/06/17/get-on-the-blinkm-bus-with-a-blinkm-cylon/ I LOVE …
8
votes
4answers
641 views

I2C 3.3 to 5.0 V conversion

I'm trying to interface a 3.3v I2C device to a 5V Arduino. I don;t have a problem with the SCL line - I can use a simple voltage divider but I have an issue with the SDA line as th …
2
votes
3answers
348 views

How to reverse engineer I2C and SPI protocols?

If I have an unkown device which talk I2C or SPI how can I reverse engineer the protocol. Basically I am looking for something similar as snoop or tcpdump. For software Mac is pr …