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 chamanali

  1. C

    [51] Measuring the Engine Rpm through Inductive pickup sensor by arduino

    how i isolate input this is my input sensor and coil i am so worried
  2. C

    Alternator of Bt149??

    I have a circuit in which Bt149 is used but in the market it is not available in the market ..kindle tell me it alternator....
  3. C

    I used wantai Stepper motor(.9/step) in speedometer.but?

    I am using Proximity sensor for inputs and used stepper motor for output...i am using arduino and stepper motor driver sparkfun int rpmcount = 0; int dirPin = 3; int stepperPin = 4; int a=0,b=0,c=0; int rpm = 0; unsigned long lastmillis = 0; void setup(){ Serial.begin(9600)...
  4. C

    [51] Measuring the Engine Rpm through Inductive pickup sensor by arduino

    yes u are right.when i kept away coil from the spark plug then comes output...in this way my sensor will get values of the other nearby running bikes...i want i round the coil on spark plug then it takes only values of my motorcycle........ give me the solution
  5. C

    I used wantai Stepper motor(.9/step) in speedometer.but?

    but its not move continuously like other mechanical speedometer...its moves step by step like clock seconds needle...kidly tell me how i continous it ....someone help me by giving comments...programming????
  6. C

    [51] Measuring the Engine Rpm through Inductive pickup sensor by arduino

    int rpmcount = 0; int rpm = 0; unsigned long lastmillis = 0; void setup(){ Serial.begin(9600); attachInterrupt(0, rpm_fan, FALLING); } void loop(){ if (millis() - lastmillis == 1000){ //Uptade every one second, this will be equal to reading frecuency (Hz)...
  7. C

    [51] Measuring the Engine Rpm through Inductive pickup sensor by arduino

    I used below attach Ciruit for inductive pickup coil but a problem is coming to measure the rpm.when i start my motorcycle then arduino does not measure the pulses and it become a blind, does not work..when i keep the inductive coil far from the sparkplug wire then it takes the pulses. please...

Part and Inventory Search

Back
Top