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 liabilityquek

  1. L

    How to merge two arduino program together and display the results on serial monitor?

    Hi peeps, i needed help in combining two programs into the Arduino Ide. I need these two programs to display the values on the serial monitor. Below will be the two programs i have written up: void setup( ) { Serial.begin (9600); } void loop( ) { float voltage = 0; int sensorValue = analogRead...
  2. L

    Arduino programming- combining 2 or more inputs program together

    Hi peeps, i needed help in combining two programs into the Arduino Ide. I need these two programs to display the values on the serial monitor. Below will be the two programs i have written up: void setup( ) { Serial.begin (9600); } void loop( ) { float voltage = 0; int sensorValue =...
  3. L

    Help for Labview programming-needed help in how to data log/save the graph.

    Hi peeps, i am a newbie in Labview programming, i have created a simple program which consist of waveform chart, i would like to save or data log the results in a new file. Can any kind souls help me out? thanks in advance (:

Part and Inventory Search

Back
Top