Tagged Questions

3
votes
4answers
98 views

Reading RTD Temperature Sensor

I've had a number of issues getting good stable analog readings from an RTD temperature sensor. Typically the sensor/circuit/software works fine at my desk then when it is installe …
6
votes
2answers
159 views

Good analog design learning project.

My college undergraduate electronics classes covered some analog design, and I'd like to further my knowledge and experience. What would be a good project that would require signif …
2
votes
4answers
268 views

Analogue Gauge with Arduino

How do you make / connect an Analogue gauge with Arduino?
3
votes
1answer
117 views

What is the minimum supply voltage for an LM335?

The answer to this question is probably staring me in the face, but I just can't see it. I'm attempting to interface with an LM335AZ temperature sensor (datasheet) at 3.3V. The d …
6
votes
5answers
242 views

Maximum sample rate of Arduino Duemilanove?

G'day all! I have an Arduino Duemilanove hanging around spare at the moment and thought I might try a few audio interfacing projects. I'm just wondering what sort of sampling freq …
5
votes
2answers
54 views

What’s the difference (electrically) between AC- and DC-coupled sampling circuits?

I've noticed that in analog signal acquisition hardware you see two paradigms: AC-coupled and DC-coupled. Typically AC-coupled hardware is less expensive, and basically has a 20 H …
3
votes
1answer
109 views

Hacking/Controlling BLDC from CD-burner

Hello, I have an old CD-burner (HP 9100 plus) where I would like to control the BLDC motor from. My idea is to use the original IC of the burner as the driver and use an ATtiny13 …
4
votes
5answers
129 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 …