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 saikiran@ees

  1. S

    [PIC] Problem with MCP23017 IO Expander

    Hi, I am using MCP23017 with I2C to ON & OFF driver IC ULN2803 pins.It means to high and low pins of ULN2803.As per my applicatioin its working, but it regulaty reseting.So,what is the problem.My code is in below. void IOex() { MCP23017_Write(IODIRA, 0x00); // Declaring A port as output...
  2. S

    [PIC] Bipolar stepper motor control using PWM

    I want increase and decrease the rpm with the help of PWM.My application is to maintain equal torque by increasing or decreasing RPM.
  3. S

    [PIC] Bipolar stepper motor control using PWM

    Thank you FvM,if i change the delay the speed is varying.But, how to vary the step delay with the help of PWM?
  4. S

    [PIC] Bipolar stepper motor control using PWM

    Hi I can run the 6V 2A Stepper motor with the help of L298N driver.But how to increase and decrease the RPM of motor with the help of PWM without changing delay.And is the L298 driver is protect-able or not? Thanks and Regards, M SAI KIRAN.
  5. S

    [PIC] USB driver for storing the data into pc from the pic controller

    Thank You Susan, My requirement is to save the data into pc in a file with usb communication.That is data from uart is displayed on terminal.But my requirement is to save the uart data as a file in pc through usb and the data also stored in EEPROM.So how to program usb, I can't...
  6. S

    Frequency measurement using input capture module in dspic30f5011

    Hi, Is there an wrong in my code or Is there any need to short the two channels that I used to get the required output.Otherwise any changes in my program. Thanks and Regards, M SAI KIRAN.
  7. S

    Frequency measurement using input capture module in dspic30f5011

    Hi, I have configured 2 input capture channels to capture two 16 bits individually( MSB LSB) of 32 bits and timer as 32-bit by combining timer2 and timer3. here is my code *************** input capture ************************* void IC_INIT(void) { // Register 13-1: ICxCON: Input Capture x...
  8. S

    [PIC] Bipolar stepper motor control using PWM

    I have HB 200 Bipolar motor. voltage 6 V Resistance 3ohm current 2 A Torque 7.5
  9. S

    [PIC] Bipolar stepper motor control using PWM

    Hi KlausST, Ok.How to control the voltage/current through the coils.which driver I have to use.
  10. S

    [PIC] Bipolar stepper motor control using PWM

    Hi, I am using dspic30f5011 controller and I can generate PWM wave by using output capture compare module.Now,I want to control the 4-wire bipolar stepper motor with PWM i.e, rotation speed.So,what driver I have to use? Thanks and Regards, M SAI KIRAN.
  11. S

    Frequency measurement using input capture module in dspic30f5011

    Hi, With 32 bit timer,the input capture channel captures the 16 bit lsb that is from timer 2.If timer 2 values are maximum then values will be updated into timer 3.But I have only one channel available on my controller as per the design. when I want the higher values the input capture...
  12. S

    Frequency measurement using input capture module in dspic30f5011

    Hi, With 32 bit timer and 1:1 prescaler I can't handle the 16 bit lsb and 16 bit msb values.So that I come back to 16 bit timer with 256 prescaler. But with this timer I am getting the values with error like 0.3 to 0.6.So how to reduce the error. Thanks and Regards M SAI KIRAN.
  13. S

    Frequency measurement using input capture module in dspic30f5011

    Hi, I set the timer as 16 bit and prescaler is 1:256 and I can't get the 100% accuracy in frequncy.I got the difference like 0.4 to 0.6 Hz.So,Is there any chance to get 100% accuracy. Suggest to me. Thanks and Regards, M SAI KIRAN.
  14. S

    Frequency measurement using input capture module in dspic30f5011

    Hi, After the discussion with you,I checked for 32 bit timer and then I configured the timer 2 and timer 3 as a 32 bit timer.My timer configuration is shown in below. void timer_init(void) { T2CON =0; //disable Timer2 TMR2 =0x0000; //Timer2 reg PR2 =0xffff...
  15. S

    Frequency measurement using input capture module in dspic30f5011

    Hi, I configured the Timer2 & Timer3 as a single 32 bit Timer as per the data sheet.In this Time2 contains 16 LSB values and Timer3 contains 16 MSB vlaues.So,as per 32 bit timer I think I can measure the frequencies from 1 Hz to 1 MHz.But Input capture buffer is 16 bit that means it can only...

Part and Inventory Search

Back
Top