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 be_sincere86

  1. B

    best book for understanding WiMAX required

    which is the best book on wimax i need a book which deals from fundamental to advance detailed about WiMAX. if it is in pdf then plz attach it.... thanks
  2. B

    Interfacing RSW-434 TSW-434 With 8051

    encode decode program in 8051 helloo coming after a very long time... i tested ur code and my hardware that is 89c51 is perfact it is transmitting as well as receiving properly. now the problem i m facing is that first of all u said "Then just change the TX & RX lines back to the RF modules...
  3. B

    Interfacing RSW-434 TSW-434 With 8051

    tws-434a interface 8051 nops! i issued it from my university.
  4. B

    Interfacing RSW-434 TSW-434 With 8051

    rf 434 schema im using software EZ3 (EZ uploader v 3) which detects the burner at com1 port and take hex file erase the ROM and burn the program (HEX code) on controller (89C51)and then verify it. there is no error in the list file which is generated while assembling the asm file by asm51. so...
  5. B

    Interfacing RSW-434 TSW-434 With 8051

    tws-434 max232 @ctownsend when i burn the hex file while verification it generates an error that is '$ 'is not valid integer value i dont understand it ... is it the problem with microcontroller or code or burner ? secondly can u provide schemetic for the serial port testing ?
  6. B

    Interfacing RSW-434 TSW-434 With 8051

    interfacing transmitter with 8051 @ctownsend thanks for ur continous support ... one problem im having in the code for checking transmitter n receiver that when i assemble the code using asem51 is generates an error which is Reset: ^ @@@@@ symbol already defined @@@@@ im unable to remove...
  7. B

    Interfacing RSW-434 TSW-434 With 8051

    tlp-434 pic asm im back here is the code for transmitter it simply just transmits 0fh: mov tmod,#20h mov th1,#-24 mov scon,#50h setb tr1 again: mov sbuf,#0fh here: jnb t1,here clr t1 sjmp again end and here is receiver code which receives data and out it on port 1...
  8. B

    Interfacing RSW-434 TSW-434 With 8051

    transmitter module 434+8051 actually im busy in my final exams im in 7th semester soon ill be free (till 13th december) then i'll show u both code and schemetic .. plz dont go away i Desperately need a person like u who can help me out in this problem becz it is the question of my Final Year...
  9. B

    Interfacing RSW-434 TSW-434 With 8051

    interfacing wireless receiver with 8051 im using assembly and 89c51 both sides trns and receiver. the code is very simple both side (trans/receiver) baud rate is set which is 1200 bps then trans simple transmit hex value 0Fh and receiver receives it and send it to port 2. when i directly...
  10. B

    Interfacing RSW-434 TSW-434 With 8051

    8051 uart code 11.0592 1200 baud I m having problem in interfacing RF transmitter tsw and receiver rsw 434 with microcontroller 8051. is it necessary to connect encoder decoder between controller and tsw/rsw-434 ? which serial mode should i use ? plz help me and guide me how to make this...

Part and Inventory Search

Back
Top