While i am waiting for my new 3W led to come in the mail, i was digging through stuff and i found a old but working voltage meter, that had been ripped out of somthing at some point.
Could i rig this up somehow to run as a cpu useage meter? It measures from 0-10 vdc, it has a 10K resister (5W) in series, but i could remove it. The coil has a resistance of 178Ohms, how could i do this?
If i used serial i would have 10v, but does that help?
The only.
-Fel
Analog Cpu.
Moderator: Moderators
Analog Cpu.
Charlie wrote:I always wanted to try wall flips, but I'm too attached to my neck.

at the end of the day you are going to have to write some software to check the cpu usage and output it to a port.
you might be able to just provide a PWM signal with a parallel port or something, and use a low-pass filter (resistor and a capacitor) to create a makeshift analog output
otherwise you could always use a PIC and a serial port
you might be able to just provide a PWM signal with a parallel port or something, and use a low-pass filter (resistor and a capacitor) to create a makeshift analog output
otherwise you could always use a PIC and a serial port

"Linux is only free if your time is worthless"
Never cease to amaze me with your infinite wisdom...timmeh87 wrote:at the end of the day you are going to have to write some software to check the cpu usage and output it to a port.
you might be able to just provide a PWM signal with a parallel port or something, and use a low-pass filter (resistor and a capacitor) to create a makeshift analog output
otherwise you could always use a PIC and a serial port
So, say i ran it as pwm pulses, would i need much in the way of jerkyness? If i ran a cap across the coil, it would smoothen it out, yes / no?
And, i wouldn't really be pulling more than say 60mA, that would make it able to run off the serial / paralel ports happily?
And, i wouldn't really be pulling more than say 60mA, that would make it able to run off the serial / paralel ports happily?
Charlie wrote:I always wanted to try wall flips, but I'm too attached to my neck.

http://upload.wikimedia.org/wikipedia/c ... filter.svg
put the pwm signal on Vin, and if you frequency is high enough the voltage on the capacitor should be completely analog and linearly related to duty cycle.
most ports should be able to do 60mA
put the pwm signal on Vin, and if you frequency is high enough the voltage on the capacitor should be completely analog and linearly related to duty cycle.
most ports should be able to do 60mA

"Linux is only free if your time is worthless"