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 karan123

  1. K

    [51] CS5460 with AT89S52 Problems

    Hi, I am going to use CS5460 with AT89S52 . I have successfully able to read/write from/to CS5460 ADC. Read some default register and shown result on LCD. Means my SPI routine are working fine. OK .. I have to measure 220V 15A 50HZ . CS5460 has large number of registers. I am following...
  2. K

    TIMER VALUE TO ANGLE for POWER FACTOR METER:

    Hello All, I am working on Project of Measurement of Power factor with PIC18F4520 MCU with External Crystal Osc 4 MHz and MPLAB XC8. [Capture mode, every rising edge] My Voltage ZCD and Current ZCD are working fine as checked on CRO. Can any body give me given how to convert Time...
  3. K

    PIC32starter kit with LCD driver ILI9325 using PMP bus

    Yes , I have succeeded . But Speed is little bit slow . Any Ways ... Thanks -- Karan
  4. K

    PIC32starter kit with LCD driver ILI9325 using PMP bus

    Hi pistole89, I think you have succeed to Interface PIC32 with ILI9325 with PMP Interface ? I am doing same project . Can you guide me for same ? Thanks in advance .. -- Karan
  5. K

    VHDL : Booth Multiplier Radix 4

    Hello, I have spent over 2 weeks for develop code of Booth Multiplier Radix 4 and I have implemented and tested Radix -2 booth algorithm . But I am unable to Simulate Code for Booth Multiplexer Radix 4 . I have taken ref. from net also. Can any body help me to guide me ? How do i Simulate...
  6. K

    Togglin LED with Switch

    Hi, I have also included CALL_DELAY50MS, but not Toggling Properly ORG 0 MOVLF 0xFF MOVWF ADCON1 ; CONFIGURE all pins Digital BSF TRISB,1 ; Configure as Input PIN BCF TRISB,4 ; Configure as Output PIN AGAIN BTFSS PORTB,1 ; BIT TEST RB1 for HIGH BRA AGAIN CALL_DELAY50MS AGAIN1 BTFSS PORTB,1...
  7. K

    Togglin LED with Switch

    Hello, I am struggling to Toggle LED with Switch with PIC18F4520.I have written below code. but LED is not toggling properly. ; SW Connected with 4.7 K Pull up Resistance ORG 0 MOVLF 0xFF MOVWF ADCON1 ; CONFIGURE all pins Digital BSF TRISB,1 ; Configure as...
  8. K

    SD CARD: Write/Read multiple blocks to SD card

    Hello, I am using MDD Library for PIC24F interfacing with SD CARD 2GB ScanDisk. I have not required any file system (like FAT). So I have filtered out Simple MDD routine for using SDCARD as simple Memory as below: char sendBuffer[] = "CHECK"; char sendBuffer1[] = "123456"; char...
  9. K

    help in Avr program!!

    @nandhu0 I have changed Delay but no success!!!
  10. K

    help in Avr program!!

    Hi, My Code is working fine in Simulator. but not on hardware. I am using AVR stdio with AVR GCC compiler with ponypro programming software? may be small problem. any experience person in avr plz. reply.. what left?.. for running code in hardware karan
  11. K

    help in Avr program!!

    OK.. But my Serial Communication code working fine.. After Writen : #define F_CPU 8000000UL // 8 MHz Why not LCD Program?? As previous Attachment. After Reading from From Datasheet , I have first program the fuse bits from as .jpeg to loading .hex file? is it the correct method for...
  12. K

    help in Avr program!!

    Thanks for Reply.. Here is code. I am using LCD 16 x 2 in 8 Bit mode.. i m using AVR studio and WINAVR GCC. But my Serial Communication working fine. karan
  13. K

    help in Avr program!!

    Thanks for Reply.. Here is code. I am using LCD 16 x 2 in 8 Bit mode.. i m using AVR studio and WINAVR GCC. But my Serial Communication working fine. karan
  14. K

    help in Avr program!!

    Thanks I have changed my X'TAL .Now programmer is fine. After Writen : #define F_CPU 8000000UL // 8 MHz Serial communication working fine. But LCD program still not running. How to use calculator to calculate proper fuse settings.. Like i am using ATmega8515 with 8 MHz Crystal OSC.? Karan
  15. K

    help in Avr program!!

    Thanks... you have checked my attachment Program? by karan

Part and Inventory Search

Back
Top