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 0killingsoul0

  1. 0

    Suggest me a way to rotate Potentiometer know through microcontroller

    Ok i will have a look at local market if i can find one.
  2. 0

    Suggest me a way to rotate Potentiometer know through microcontroller

    digital potentiometer ic's are difficult to find here in Pakistan or you will have to import it, which takes time , which i dont have :). Can you name some commonly used digital potentiometers so i should have a look at local market?
  3. 0

    Suggest me a way to rotate Potentiometer know through microcontroller

    I tried with stepper but running a stepper motor is a heck of job. Firstly finding a right sequence to rotate is difficult , then it draws too much current ( about 1 to 1.5 amperes) , thirdly stpper motor i tried with rotates with too much slow speed. I haven't tried servo, will it be easy...
  4. 0

    Suggest me a way to rotate Potentiometer know through microcontroller

    In one of my project i have to rotate potentiometer knob through microcontroller . I have to distribute the 360 degree rotation of knob in ten steps. Is their any other way without using servo or stepper motor ??
  5. 0

    8051 external interrupt problem

    Hi all. I am getting a weird type of error.Its a simle code to count the interrupts in ten second. When i physically implement the circuit on bread board , its counting more low level signals ( grounding the pin 3.2) . Like if i ground it once it should count/display one but its displaying...
  6. 0

    8051 C keypad code without interrupts and without using port 3

    I urgently need keypad code in c for 8051 without using interrupts and not using port 3 because all of my interrupts are used. Actually i would have loved to write the whole code by myself but currently i have tons of other code to write and all the code on forums is using interrupts or port 3...
  7. 0

    Help for Caloriemeter for a treadmill

    Sorry i didn't get you. ---------- Post added at 22:03 ---------- Previous post was at 22:02 ---------- No i am talking about somoe way to program microcontroller.
  8. 0

    Help for Caloriemeter for a treadmill

    I am making a calorimeter for a treadmill. The formula for calories burnt by a person includes: 1) Sex 2) Weight 3) Speed 4) Time of running Can somebody help me to chalk out a way to do it with 8051 microcontroller. I mean how will input weight from user. How to count/record the time a...
  9. 0

    [SOLVED] Stepper motor sequence for microcontroller.

    is there any way to identify motor wires in proteus? I did try with simple code but the problem is same there.
  10. 0

    [SOLVED] Stepper motor sequence for microcontroller.

    #include<reg51.h> #define stepper P1 unsigned int d; unsigned int mysequence[]= { 0x8,0x4,0x2 ,0x1 , 0x8,0x4,0x2 ,0x1 , 0x8,0x4,0x2 ,0x1 , 0x8,0x4,0x2 ,0x1 , 0x8,0x4,0x2 ,0x1 , 0x8,0x4,0x2 ,0x1 , 0x8,0x4,0x2 ,0x1 , 0x8,0x4,0x2 ,0x1 , 0x8,0x4,0x2...
  11. 0

    [SOLVED] Stepper motor sequence for microcontroller.

    I have a dc stepper motor with six wires. Two for dc input of 12 volts and other two A,B,C,D for stepping sequence. The motor step angle is 1.8 degree. I want to rotate it with 200 steps in one complete rotation(360 degree). Can some one devise/tell me the stepping sequence i should use. ?? I am...
  12. 0

    [SOLVED] PLC viruses! Do they exist?

    I am a beginer in plcs. Mean i have just started learning basic ladder diagrams and implementing it on plcs in my university. So is plc virsus is a possibility? Do they exist? Share your knowledge.
  13. 0

    I want 8051 to remember something when turned off

    Re: Biggest microcontroller Controversy!!@@ I want 8051 to remember something privat lol. This is called marketing :) . So what do you suggest?
  14. 0

    I want 8051 to remember something when turned off

    I am making a excercise treadmill. I am using 8051 microcontroller. I need a way to make my 8051 remember the last speed selected. Try to give a simple solution!! . No rocket science :) Its just a treadmill so dont take it serious.

Part and Inventory Search

Back
Top