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 siddu1901

  1. S

    Printing wrong values proteus virtual monitor

    Hey! I did as you said and this is what I got Im posting the modified code too so that you can check it and see what I did wrong //library of the multiplexors #include <CD74HC4067.h> //library for calculating RMSvalues #include <TrueRMS.h> // loop period time in microseconds (time between...
  2. S

    Printing wrong values proteus virtual monitor

    Hey Klaus, In which line do I add this part? I'm sorry to bother you so much if (adcVal > adcMax) { adcMax = adcVal } if (adcVal < adcMin) { adcMin = adcVal }
  3. S

    Printing wrong values proteus virtual monitor

    Hey Klaus! My bad I'm so new to coding so I have these troubles to debug the codes and thanks for the advice! As you said, I replaced Serial.print(readRms.rmsVal,2); with float testval = 1.223; Serial.print(testval,2); and this is what I got It did printed the values but all the...
  4. S

    Printing wrong values proteus virtual monitor

    hey Klaus!! Thanks for the reply. Im relatively new to coding so I quite don't know how to fix the issue. I copy pasted this code from a research paper. Can you please give me a detailed explanation of how I can fix this code if possible? This is what the arduino prints Sid
  5. S

    Printing wrong values proteus virtual monitor

    I'm making this Electric Impedance Tomography project on proteus and the code is in arduino Mega1280. The circuit is working fine. The problem is when I'm simulating the circuit on proteus, the input voltages coming to A0 pin are being printed as 0 for some reason. Even though when I put a probe...
  6. S

    Simulation problem, LED's wont blink and has grey squares

    My project is Electrical Impedance Tomography using Arduino mega in proteus. I designed the circuit based on a circuit diagram and code provided in GitHub. I ran the simulation and I don't see the LED's blinking. They have grey squares. Another problem is the code provided has 2 LED's but the...

Part and Inventory Search

Back
Top