Giter Club home page Giter Club logo

arduino's People

Contributors

dc42 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

arduino's Issues

acs712 in intel edison with adc 12 bits channels - What I need change in below

unsigned long currentAcc = 0;
unsigned int count = 0;
unsigned long prevMicros = micros() - sampleInterval ;
while (count < numSamples)
{
if (micros() - prevMicros >= sampleInterval)
{
int adc_raw = analogRead(currentPin) - adc_zero;
currentAcc += (unsigned long)(adc_raw * adc_raw);
++count;
prevMicros += sampleInterval;
}
}

float rms = sqrt((float)currentAcc/(float)numSamples) * (75.7576 / 1024.0);
Serial.println(rms);

Has this project been progressed?

Hi,

Impressed with the code .. would like to contribute if possible, but not sure if this project has stalled or has been shelved as see no activity for a while.

Can you please respond to some of the issues?

Licence

I was not able to find licencing information. For purposes of collaborating and sharing knowledge, it would be a noble act to licence the code under a free or at least, under a open source, licence, like the GNU Public Licence or the MIT licence, and the images under a suitable licence like one of the creative commons ones.

Full Schematics

Hi DC42,

It is possible to share full schematics of IB Metal Detector and description? I'm interested diameter of MD head, number of turn in a coil and wire size (AWG).

Thanks,
ta.

trying to debug and diagnose

hello
i'm trying to build this metal detector whereas i'm not really able to understand what mean the code, especially the ISR part.
However, i think that i'm good whit that and now, i'm able to print on the monitor series the debuging / diagnostic part.

but im' not sure to be able to read that.

May you can, please, give us some exemple of a good diagnostic report for the 2 indepedently-calculated gains and phases ? it should be very helpfull

thank you very mutch for your help and your participation in this topic ;)
https://forum.arduino.cc/index.php?topic=65712.15

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.