Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ckinger

  1. C

    Arduino UNO unsure about coding for project, help appreciated!!

    solved this by the way, it was because i didnt have the arduino grounded to my sensing circuit, when i connected the A0 pin to the diode side of the resistor, and the digital ground to the grounded side of the resistor the value stayed at 0 until voltage was detected then it worked extremely...
  2. C

    Arduino UNO unsure about coding for project, help appreciated!!

    im aware of all of these, i believe you missed my question, my only issue is to get the displayed value from jumping all over the place when there is no input ( no voltage going into) on A0, it jumps from like 0.0 to 17.5 to 49.9 and back down repeatly - - - Updated - - - i have come across...
  3. C

    Arduino UNO unsure about coding for project, help appreciated!!

    digitalWrite(A0, INPUT_PULLUP); // set pullup on analog pin 0 is this the code i am looking for to stop the no input value from "floating" to random values?
  4. C

    Arduino UNO unsure about coding for project, help appreciated!!

    ok so i got it to work messing around with the code... one problem was order of operation in the code itself, another problem was /1023 was actually supposed to be 5/1023= dividing by 204.6.... the only thing i am unsure of now is when there is no input coming into the A0 the value jumps around...
  5. C

    Arduino UNO unsure about coding for project, help appreciated!!

    so i verified that there was ~4.9 volts coming off of the 5v pin, and feed that into the arduino. Before i did that the lcd was reading like 3240 to 3350 amperes ???? has something to do with that conversion in the code i think. any way when i feed the 5 volts into A0 nothing changed it stayed...
  6. C

    Arduino UNO unsure about coding for project, help appreciated!!

    ok, i see where you are coming from now... alright i will try that, can i just take the 5v right from the arduino 5v pin to the A0? Thank you.
  7. C

    Arduino UNO unsure about coding for project, help appreciated!!

    0 to 50 A = 0 to 1023 bits with 0=0 and 1023 = 5 volts in so maybe it would be (Vin*50)/1023 ?
  8. C

    Arduino UNO unsure about coding for project, help appreciated!!

    im getting outputs from the sensor... thats the easy part.. and i have the lcd reading "current =" its the coding i am not sure about.. i just tested it out and that conversion is no good, i had .6 volts going into A0.. it seems like its not changing the reading value of the lcd.. heres the...
  9. C

    Arduino UNO unsure about coding for project, help appreciated!!

    Hello, i have spent hours on this problem over the past few days reading countless articles and came up with something, here is your original code that i altered... #define LEM_LA_55_P A0 double current = 0; int voltageinput_pin=A0; int voltageinput; // include the library code: #include...
  10. C

    Arduino UNO unsure about coding for project, help appreciated!!

    So I tried your code to no avail, unless I have my lcd hooked up wrong, I used the pin layout a friend used for a timer hooked up to an ardunio to lcd as the pin diagram.. here is a picture of the test setup, I had roughly .60volts going into A0 but nothing at all displayed on the lcd - - -...
  11. C

    Arduino UNO unsure about coding for project, help appreciated!!

    i have now, interesting project.. it seems to be using the same sensor as i, although i believe it to be overly complicated for myself, i am just a student of electronic technologies and my project is for my thesis class. The documentation i have to do with the project is worth a lot more point...
  12. C

    Arduino UNO unsure about coding for project, help appreciated!!

    here is a picture of my project so far, if the picture works..
  13. C

    Arduino UNO unsure about coding for project, help appreciated!!

    Was the datasheet of any use? your code uploaded properly, now to test it..
  14. C

    Arduino UNO unsure about coding for project, help appreciated!!

    certainly, it was in one of the links above but here it is, **broken link removed** yes, the sensor is hall effect.
  15. C

    Arduino UNO unsure about coding for project, help appreciated!!

    but where as the sensor is in the current domain, the output current shouldn't be effected by the diodes in series, since current in series is equal throughout and the resistor is after the diode shouldn't there be no voltage drop considered in the calculation? - - - Updated - - - Just checked...

Part and Inventory Search

Back
Top