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 thothefali

  1. T

    ATMEL89c52 Power Down Mode

    How long does it take to wake the ATMEL 89c52 from power down mode by an external interrupt???
  2. T

    Algorithm baud rate decoder with the help of counter

    I’m using microcontroller Atmel at89c52. I need to make an interface with a wireless sensor via serial port with 19200 baud rate I have used 11.0592 MHz Crystal but the uC didn't respond for send or receive Is there any problem with this code for serial please? ; FUNCTIONS/SUBROUTINES...
  3. T

    interfacing 89c51 with next 89c52 using uart

    im using microcontroller atmel at89c52. i need to make an interface with sensor via serial port I have used 11.0592 MHz Crystal but I can’t get baud rates 19200 Is there any problem with this code for serial please? ; FUNCTIONS/SUBROUTINES SERIAL1: MOV A,PCON SETB ACC.7 MOV PCON,A MOV...
  4. T

    quetion in serial communication with at89c52

    im using microcontroller atmel at89c52. i need to make an interface with sensor via serial port I have used 11.0592 MHz Crystal but I can’t get baud rates 19200 Is there any problem with this code for serial please? ; FUNCTIONS/SUBROUTINES SERIAL1: MOV A,PCON SETB ACC.7...
  5. T

    digital clock using 7 segment and 89c52, real time delay

    Re: help for real time delay Dear friend I’m using ATMEL 89c52 using 11.059MHz how to calculate delay in this routine? DELAY: mov temp1,#19h lp1: mov temp2,#19h lp2: nop djnz temp2, lp2 djnz temp1, lp1 ret
  6. T

    Xbee and PIC RS232 communication

    pic rs232 I am trying to set up a pic16f877 to send and receive commands using the Xbee RF transceiver,i used xbee series 2,at first i sent (atnd,atdb)from pic16f877 attached with coordenator to 3 end devic, my application requierd to send these information to another local area network(xbee 2...

Part and Inventory Search

Back
Top