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 mustafahasan

  1. M

    [PIC] Weird PWM output voltage range with PIC18F4580

    Hi... Please I need help, with PIC18F4580. I am using mikroc with 0.1Mhz with this simple code. the question is why my min and max output voltage in the oscilloscope (i am using proteus) are -2.5v and 2.5v? not 0 and 5 v?? void main() { trisc.b2=0; portc.b2=0...
  2. M

    problem with keypad and frequency measurement in pic18f4580

    i still facing the same problem any one can help me? it is work with proteus but its is not work in real implementation!!
  3. M

    problem with keypad and frequency measurement in pic18f4580

    thank you for replay and this is my code // LCD module connections sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD_D4 at RB0_bit; sbit LCD_D5 at RB1_bit; sbit LCD_D6 at RB2_bit; sbit LCD_D7 at RB3_bit; sbit LCD_RS_Direction at TRISB4_bit; sbit LCD_EN_Direction at TRISB5_bit; sbit...
  4. M

    problem with keypad and frequency measurement in pic18f4580

    hello everybody, Iam doing a project (keypad for enter the direction then to chose the speed of dc motor and measure the frequency with pic18f4580) and am using the mikroc PRO and the proteus to simulate my project, the project is running successfully in simulation, BUT when I try to implement...

Part and Inventory Search

Back
Top