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 joy_shukla

  1. J

    24c016 cant edit specific address

    yes i changed the chip .. in 2 diff chips the problem is same
  2. J

    24c016 cant edit specific address

    i use below sub in bascom 8051.. Read_eep: I2cstart I2cwbyte Addressw I2cwbyte Addr_read I2cstart I2cwbyte Addressr I2crbyte Data_read , Nack I2cstop Return Write_eep: I2cstart I2cwbyte Addressw I2cwbyte...
  3. J

    24c016 cant edit specific address

    i have a wired problem in EEPROM.. i can not edit location 32 in the 24c02.. even if i change it to some value after power off, it changes to value '1' i dont know why this happens.. ---------- Post added at 19:46 ---------- Previous post was at 19:45 ---------- other addresses i can change...
  4. J

    rc5 decoding using at89s52 with AGC calibration

    I have successfully decoded rc5 with AGC calibration .. Here is my bascom ISR .. '-----intr0 - rc5 routine Receiverc5: Disable Interrupts I = 1 Start1: Count1 = 0 Do Incr Count1 If Count1 = 0 Then Goto Timeout1 Loop Until Ir = 1 Buffer(i) = Count1 Incr I...
  5. J

    rc5 decoding using at89s52 with AGC calibration

    i have been ttrying to decode rc5 using at89s52 .. First bascom's getrc5 didnt work for me (*** knows why?????????) then i tried an asm delay based routine which is working good but the problem in it is 1) sometimes when i long press a remote button or press 3 to 4 buttons quickly it...
  6. J

    PIC18f4550 board not working

    my code in mikrobasic pro: program First main: TRISA=0x00 TRISB=0x00 TRISC=0x00 TRISD=0x00 TRISE=0x00 CMCON = CMCON or 0x07 ' turn off comparators ADCON1 = ADCON1 or 0x0F ' turn off analog inputs while true LATA=0xFF LATB=0xFF...
  7. J

    PIC18f4550 board not working

    hi all, i am newbie to the world of pic .. have worked on avrs using bascom .. please i try to blink leds on my board .. i am using extreme burner from pic .. when i try to burn program it shows burn successfully .. i compile my program using mikrobasic pro .. i have tested the hex file using...
  8. J

    Is this a RC5 decoding routine ?

    rc5 decoding routine can anyone explain me what this routine do ?? this i think a very efficient rc5 decoding routine without any delay .. i cant test it .. Recieverrc5: PUSH ACC PUSH PSW PUSH DPL PUSH DPH MOV DPTR,#L00C0 MOV C,P3.2 CPL C MOV A,{c24} RLC A MOVC A,@A+DPTR MOV...
  9. J

    Help me fix this rc5 bascom 8051 code for displaying address and command on LCD

    please help me .. i try to display address and command on lcd but it shows grabage value , sometimes address-0,command-0, address-31,command-63 like that .. please see the code & advice me what to do ?? $regfile = "8052.dat" $crystal = 12000000 Config Lcd = 16 * 2 Config Lcdpin = Pin ...
  10. J

    Help me fix this rc5 bascom 8051 code for displaying address and command on LCD

    sir please help me .. i try to display address and command on lcd but it shows grabage value , sometimes address-0,command-0, address-31,command-63 like that .. please see the code & advice me what to do ?? $regfile = "8052.dat" $crystal = 12000000 Config Lcd = 16 * 2 Config Lcdpin = Pin ...
  11. J

    avrdude and AT89S8253 conf file.

    i am using usbasp programmer to program 89s52 chip .. sometimes i get the problem because of the reset .. all avr chip has active low reset and and the at89s** chips having active high reset .. is there any statement by which we can change the functionality for these devices .. i guess it ll...
  12. J

    lcd PROGRAMMING in bascom

    hi .. pls reply m waiting for your reply
  13. J

    Problem with using getrc5 and sendrc5 together in a code

    Hello Freaks, i am using atmega8 & programming it in bascom .. i want to send a rc5 code using send rc5 command and receive the same code (retro-reflect) .. that is my application .. Now, i have successfully sent rc5 code using sendrc5 command & it worked perfectly also i have successfully...
  14. J

    lcd PROGRAMMING in bascom

    @adarsh_B Could u do the project successfully??? i want to do the same task as u wanted .. So please give me details of the project asap .. u can mail me on joy_shukla@yahoo.in Thank you
  15. J

    Guideline for troubleshoot xilinx ic

    @ calvinngu Hi i am new to fpgas .. i also want to build my own fpga board .. i ordered spartan 3 (xc3s50-tq144) & got that chip .. Please provide me schematics & if possible pcb board file .. my email id is joy_shukla@yahoo.in .. Please reply me asap .. Thank you Regards

Part and Inventory Search

Back
Top