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 davewhite

  1. D

    Problem with controlling DC motor using L293D and PIC167F887 [Beginner]

    Even after removing those 2 lines, it still works fine. I have no idea why.
  2. D

    Problem with controlling DC motor using L293D and PIC167F887 [Beginner]

    Thanks for the help! Seems like adding ANSELH=0; solved the problem. Declaring PortC as an output has no effect whatsoever. void InitMain() { TRISD = 0x00; TRISB = 0xff; TRISC=0; Pwm1_Init(5000); Pwm2_Init(5000); } int i=0; void main() { ANSELH = 0; InitMain(); Pwm1_Start()...
  3. D

    Problem with controlling DC motor using L293D and PIC167F887 [Beginner]

    Good day Sir. Thanks for answering As what I have read from the mikroc manual, it sets PWM duty ratio and takes values from 0 to 255. So I assumed that it sets the speed of the dc motor?. If I am understanding your question right, that difference is from me trying to get a different output...
  4. D

    Problem with controlling DC motor using L293D and PIC167F887 [Beginner]

    Hi. I am a beginner in C programming and I am trying to make this project, where an Input of 111 would make M2 spin, while an input of 000 would turn M1. I've made a simple circuit and a program. My problem is no matter what the input is, only M1 would rotate. I've been trying to figure this...

Part and Inventory Search

Back
Top