Arduino Basics: RCtime

Powered by Instructables.
<

Step 1: Arduino Basics: RCtime

RCtime is a function for the Arduino that finds its roots in Basic-based micro controller programming languages (such as the Basic Stamp). This function basically counts the amount of time it takes to charge a capacitor through a resistor and returns a digital value. In some sense, it is a simple hack for analog to digital conversion. The general purpose of such a circuit would be to read analog sensors when all of the analog pins on the board are occupied or, more commonly, when you need a higher resolution than the puny A/D pins on the Arduino currently have to offer. Although, keep in mind that unlike the built in analog pins, the response of RCtime is not linear.

Aside from reading analog sensors, you can do a number of other swell things like monitor voltage, current and capacitance. I'm not going to go over them here, but you can read more about them on this page.


Step 2: Go get stuff

To do this you will need:

An Arduino
A breadboard
A resistor (220 ohm to 1K)
A capacitor (0.1uF)*
A potentiometer (or any other resistive sensor)
Wire and whatnot

*note that changing the capacitor will change the resolution of the circuit. To increase the resolution, you simply need to increase the size of the capacitor. Try using a 1uF electrolytic capacitor and compare the difference (remember that is is polarized and the + side should connect to the power source).

The resolution can also be changed, but less significantly, by changing the resistor value. Just make sure to keep it in the range of 220 ohm to 1K.


Step 3: Build the circuit

Connect the 1K resistor to pin 4 of the Arduino.

Using the breadboard connect the other end of the 1K resistor to one of the legs of the capacitor and one of the outer pins of the potentiometer.

Connect the middle pin of the potentiometer to ground.

Connect the other pin of the capacitor to +5V.





Step 4: Program

The code that I used has come directly from the RCtime tutorial on arduino.cc

I have done this because this is solidly written code and there is no sense in reinventing the wheel for learning purposes.

Here it is:

Simply copy this code into your development environment and upload it to the board.


Step 5: Change it up

Any resistive sensor should work. For instance, I have swapped out the potentiometer with a photocell (LDR) in this example. You can read a wide range of analog sensors this way. Experiment and see what works.


License: Attribution-NonCommercial-ShareAlike.

1div id="in-node-search">

Search

C