Not as great, or as random, as you might think......A great way to generate random numbers
I have some 18 bit or so A2D converters on a perf board no ground plane prototype reading voltages and currents set by pots that never change a single bit....A great way to generate random numbers
That's because you are not generating the random number correctly.Not as great, or as random, as you might think...
Either you are God or the adc designer is God. No other possibilities.I have some 18 bit or so A2D converters on a perf board no ground plane prototype reading voltages and currents set by pots that never change a single bit.
Not really sure how you got that impression from this thread -> people have been providing you with examples of how you can use interrupts to trigger adc + process data. Are you sure you are reading this thread?the usual way to read the change of the POT is by polling and there is no way with interrupt that detect the change in the way digital pin does.
Wow! That's just crazy,Some say: Compare the input with a(pair) of generated (D-A) voltages
Meh. I described an analog method using an RC low pass for the moving reference that does not require a D2A converter.And it seems to me the answers reassure my initial assumptions. In summary:
Some say: Compare the input with a(pair) of generated (D-A) voltages, however the comparator will trigger with any minimal change. And, given the nature of analog, this change can occur simply without moving the POT.
Other say: Poll using a timer interrupt.
So, what I want to do is act at the moment I detect a significant change in the POT. And, based into the answers, I understand the best achievable way is by polling.
Probably a combination of both.Either you are God or the adc designer is God. No other possibilities.
PS: what exactly are those godly "A2D converters"?