Hi guys,
Most of you seem to be pretty comfortable with hardware, but I'm more of a software guy. Because of this, I'd like to use my Arduino [1] to "listen in" on the TX and RX signals on my old White's Spectrum XLT, send these signals to my desktop computer, and learn a little more about phase shifts where I'm most comfortable -- in software.
I've ordered an extra set of Switchcraft slim-line 5-pin connectors and created my "wiretap", but I'm a little worried about a couple of things:
1. What sort of voltage will I see on these wires? The Arduino can only take up to 5 volts in the analog inputs. Will it be more than that? If so, how can I scale it down?
2. The Arduino analog inputs are converted to 10-bit values (a range of 1024 values). I would think this will be granular enough to run some analysis on the signals... does anyone see a reason why it wouldn't?
3. What's the frequency on these signals? The maximum baud rate back to the desktop computer appears to be 115,200 bps. With 10-bit values, that's 11,520 values/sec. If the actual signal frequency is something like 10 kHz, we might be talking ~1 sample per oscillation... not quite enough :-)
If anyone else has used an Arduino to play with their detectors, please let me know!
Take care,
Daniel
[1] http://arduino.cc/
Most of you seem to be pretty comfortable with hardware, but I'm more of a software guy. Because of this, I'd like to use my Arduino [1] to "listen in" on the TX and RX signals on my old White's Spectrum XLT, send these signals to my desktop computer, and learn a little more about phase shifts where I'm most comfortable -- in software.
I've ordered an extra set of Switchcraft slim-line 5-pin connectors and created my "wiretap", but I'm a little worried about a couple of things:
1. What sort of voltage will I see on these wires? The Arduino can only take up to 5 volts in the analog inputs. Will it be more than that? If so, how can I scale it down?
2. The Arduino analog inputs are converted to 10-bit values (a range of 1024 values). I would think this will be granular enough to run some analysis on the signals... does anyone see a reason why it wouldn't?
3. What's the frequency on these signals? The maximum baud rate back to the desktop computer appears to be 115,200 bps. With 10-bit values, that's 11,520 values/sec. If the actual signal frequency is something like 10 kHz, we might be talking ~1 sample per oscillation... not quite enough :-)
If anyone else has used an Arduino to play with their detectors, please let me know!
Take care,
Daniel
[1] http://arduino.cc/
Comment