Coder Social home page Coder Social logo

fdc1004's People

Contributors

beshaya avatar limhes avatar per1234 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

fdc1004's Issues

Measurement problem

i use
M1 = int(fdc.getCapacitance(0));
style measurement of capacitor but i have a problem.

ekran resmi 2016-08-26 23 34 45

i measure about 1500 fF but sometimes sensor reads 50-60 fF

what cause this ?

FDC1004 returns FFFF FFFF

HI beshaya,

This code is very useful to start with FDC1004 as there is very little documentation available on net for FDC1004. The issue i am now facing is my device always return FFFF FFFF as a raw data. could you Please help me out in detecting where it is going wrong. I am using it with arduino Pro mini atmega328.
I have tried different chips of FDC1004. result is still same.

Thanks in advance.
Akshay Ghadage

FDC1004EVM-Arduino

I tried several tims and I am unable to communicate with the FDC104EVm. I noticed even after removing the chip, the Arduino is still showing "0 pf". Can someone suggest an urgent solution? I am stuck with my project.

Invalid number of fF for each bit in CAPDAC

FEMTOFARADS_CAPDAC is set to 3028. I think there is two problems with that:

First, I guess you got that value by reading the data sheet: the max value of the capdac is 96.875. 5 bits = 32 steps so 1 bit is 96.875 / 32 = 3.02734375. Multiply by 1000 and you have 3027, not 3028. Right? Or is there a reason why you round up?

But I think you miss that the max value of CAPDAC is 31, not 32. The data sheet says Coffset = CAPDAC * 3.125. And it adds up: the max value of CAPDAC is 11111b = 31 so the max offset is 31 * 3.125 = 96.875.

So if I'm not mistaken FEMTOFARADS_CAPDAC should be 3125.

FDC1004EVM-arduino

Hello All,

I am new to Arduino (2 days old!). I started using the protocentral FDC1004EVM breakout trying to execute
https://www.hackster.io/team-protocentral/non-contact-capacitive-liquid-level-sensing-using-fdc1004-9333c7
and using codes

https://github.com/Protocentral/ProtoCentral_fdc1004_breakout

I am stuck with the the serial monitor showing 0.00pF always and shows no readings even if i bring my hand close to the chip.
I require urgent help. Kindly give in your valuable suggestions.

  1. read capacitance values
  2. read mullti-channel simultaneously. (2 sensor at least)
  3. able to plot or acquire data in real-time

"return 0" missing leads to erroneous results... sometimes!

Hi,

I am using your library, which works really well! Thanks for that.

However, I just spent half a day of debugging to find out that a missing "return 0" at the end of FDC1004::triggerSingleMeasurement can lead to the function returning something non-zero, and then the code stops working.

Maybe nice to fix that :)

Thank you,
René

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.