ADC vs. RCTIME
Scott Portocarrero
Posts: 72
I noticed projects that used the RCTIME in programming to read analog values tend to "shudder" because of the charging and discharging of the capacitor. I am trying to us an analog joystick to control my bot but I don't want the "shudder." Does anybody know if an ADC chip like the ones sold by Parallax will get rid of that "shudder?"
Comments
I say this because replacing the use of the RCTIME statement with an ADC may not get rid of the "shudder" if your main control cycle is too slow. Depending on how you've written your program, you may be able to use the RCTIME statement and get rid of the "shudder" by carefully rewriting the program. You may also find that the "shudder" will go away if you use a faster Stamp.
j