1

How to read frequency into voltage with Arduino with an external source of frequency of 0-1Khz max?

dda
1,5951 gold badge12 silver badges17 bronze badges
asked Feb 10, 2017 at 9:53
5
  • Wait, first of all what are you trying to achieve? Second, "what chip ... with arduino". Do you want an external IC or you want to do it with arduino? Commented Feb 10, 2017 at 9:56
  • yes external IC , im sorry for my english Commented Feb 10, 2017 at 10:02
  • 1
    What's wrong with using the Arduino to just measure the frequency directly? Commented Feb 10, 2017 at 10:33
  • i'm new with this things, but i found this pjrc.com/teensy/td_libs_FreqMeasure.html a library work with arduino for my range 0,1 - 1 KHz i think this will be fine , thank's for reply Commented Feb 10, 2017 at 10:57
  • I found this link. This is a library and will work with Arduino for my range 0,1 - 1 KHz. I think this will be fine. Commented Feb 10, 2017 at 11:02

1 Answer 1

2

In the past I used the LM2917 for this purpose:

http://www.ti.com/lit/ds/symlink/lm2907-n.pdf

That IC is a frequency to voltage converter, so it perfectly suits your need. According to some quick calculations I made it can go to some tens of kHz, so if your signal is up to 1kHz it should be fine.

Now, this is the answer to your question. But... You can easily read the frequency directly with the arduino... If your purpose was to read the frequency, I suggest you to read something about the X-Y problem

answered Feb 10, 2017 at 10:50
2
  • i found this pjrc.com/teensy/td_libs_FreqMeasure.html a library work with arduino for my range 0,1 - 1 KHz i think this will be fine , thank's for reply Commented Feb 10, 2017 at 10:53
  • @FrancescoValla ok, so you simply asked the wrong question. Now, please edit your question (but do not remove the original part) saying that your purpose was not to convert, but rather to read the frequency, so with that library you managed to solve your problem.. Commented Feb 10, 2017 at 10:57

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.