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 asthra123

  1. A

    Transmitting rf data from one tx to two rx receivers using pic16f controller

    Hello sir, RF receiver Rx1 receiving (using XBEE module connected via UART using PIC16F877) data from two different RF transmitters (XBEE) . the data from the 1st transmitter received and stored in register RCVD using ISR . how we can store and display the 2nd data ? IntSRV...
  2. A

    Transmitting rf data from one tx to two rx receivers using pic16f controller

    Dear all, If my knowledge is correct. rf data from both transmitters are stored into the RCREG register of pic16f877 using UART and XBEE . please tell me how to identify the address or data of Tx1 and Tx2 and how to show the specified data on display using assembly.
  3. A

    Transmitting rf data from one tx to two rx receivers using pic16f controller

    Dear sir , How can we sort out and display the data from two transmitters (Tx1 AND Tx2) separately at the receiving side using assembly ?
  4. A

    Transmitting rf data from one tx to two rx receivers using pic16f controller

    Dear all , I am trying to transmit and receive data using xbee modules by the following pattern. Transmit data from transmitter -Tx1 to receiver -Rx1 and receiver -Rx2 by UART using PIC16F877 on both sides. And transmit data from transmitter -Tx2 to receiver -Rx1 and receiver -Rx2 BY UART using...
  5. A

    [SOLVED] PIC16F877 UART rx is not working TX and ADC are working

    Thank you very much sir.. I can solve the problem with your help.. now its working..
  6. A

    [SOLVED] PIC16F877 UART rx is not working TX and ADC are working

    dear sir.... My question is the ASM code for PIC16F877 have to display both ADC value and UART value on LCD by two lines.. The main code have two subroutines one for ADC and other for LCD write . but i am using an ISR for reading UART receive , and how we show the UART receive value on the...
  7. A

    Thermocouple Interface Circuit

    Hi ... Read AN28-20 Thermocouple Measurement by Jim Williams from Linear Technology Corporation will be help you to design t/c amp
  8. A

    [SOLVED] PIC16F877 UART rx is not working TX and ADC are working

    Dear all..... The main code have a subroutine "AGAIN " (maths routine) to show the ADC value on LCD display. like that the ISR for UART receive also required the subroutine to show the received value on the second line of the LCD screen how we can implement the code .
  9. A

    [SOLVED] PIC16F877 UART rx is not working TX and ADC are working

    Dear sir, thank you for your quick reply. I have changed the code and now the code is running . . but the 2nd row of the received data on lcd display is incorrect (1st row showing the ADC value is correct).
  10. A

    [SOLVED] PIC16F877 UART rx is not working TX and ADC are working

    Dear sir I have added an ISR code in my program but i can't solve the problem myself, please see the modified code.
  11. A

    [SOLVED] PIC16F877 UART rx is not working TX and ADC are working

    Dear all ..... still the same problem , anybody help to add an ISR ?
  12. A

    [SOLVED] PIC16F877 UART rx is not working TX and ADC are working

    I am also attaching proteus simulation files
  13. A

    [SOLVED] PIC16F877 UART rx is not working TX and ADC are working

    dear sir... please note the attached files
  14. A

    [SOLVED] PIC16F877 UART rx is not working TX and ADC are working

    dear sir.... sorry for the mistake ... actually I change the baud rate to 9600 . but I forget to change the comments . I am using polling because I am not an expert with ISR method
  15. A

    [SOLVED] PIC16F877 UART rx is not working TX and ADC are working

    Hello everybody I am trying to show the ADC value and UART RX value on LCD .ADC value is showing on but the the uart value is not getting. Please help me to find out the problem in my assembly code with (PIC16F877A) uart rx (receive ) (RXPOLL) . But the UART TX (TXPOLL) is working very well ...

Part and Inventory Search

Back
Top