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 rodney25

  1. rodney25

    How to interface Motorola v50 to serial port com1 of a PC?

    motorola v50 interface Need to interface motorola v50 phone to serial port com1. to send at command. any circuit or sugg. for this?
  2. rodney25

    How do I get input from usb or serial port in visual basic?

    Re: VB for serial port: check this link *ww.southwest.com.au/~jfuller/vb/vbout.htm
  3. rodney25

    [req] programmer schematic for Marconix mx10exa

    Re: very important schematic crystal = 12Mhz with 27pF cap for reset r = 10k c = 10uf for the software you have to write your own or ask for companys support the isp programming is based in Intel-Hex Records you can find it in the datasheet, i think there is other devices that uses isp maybe...
  4. rodney25

    How to write the 8051 program to control the alarm??

    programing 8051 interrupt alarm system what kind of sensor & waht kind of output it gives?
  5. rodney25

    [req] programmer schematic for Marconix mx10exa

    Re: very important schematic ISP Programmer
  6. rodney25

    How to write the 8051 program to control the alarm??

    8051 program or you can connect the sensor(it have to be ttl levels) to any port like p1.0 and do this CLR P1.1 ;buzzer is connected to port p1.1 JNB P1.0,$ JB P1.0,$ ;wait for LOW edge trigger alarm: SETB P1.1 CALL DELAY CLR P1.1
  7. rodney25

    spice model for 4046 + LM567 needed

    lm567 Does anyone have an orcad spice model for PLL (4046) and or (LM567) tone decoder. thanks in advance
  8. rodney25

    atm*el isp c*able sch for AT8*9S

    i think this what you want. it is rs232 <=> ttl **broken link removed** **broken link removed**
  9. rodney25

    boot strap loader in 8051 micr-controller

    this is the schematic this may help for what i have explaned before(there was something wrong in the explnation you don't need a nor). EA must be lowed to enable external code and also check that no security bit lock for external code exeution. if you need help on software i can help.
  10. rodney25

    Where to find the JTAG ICE of 8051?

    8051 jtag debugger maybe this will help https://www.olimex.com/dev/msp-jtag.html
  11. rodney25

    boot strap loader in 8051 micr-controller

    what you need to do is to place the boot program at the end of the extenal e2prom by a programmer, the boot pgm will initiate the serial comunication with the pc to program the e2prom from the begining, you need to do a hardware activities to enable writing to the e2prom while reading...
  12. rodney25

    Looking for transceiver to interface with 8051 at 1km range

    answers: -speed requirements ? 9600bps or any RS232 standard -security ? no need (secured by sotware) -power consumption requirements ? doesn't matter -data or voice (i guess data because of -51) ? data -price target ? doesn't matter thanks
  13. rodney25

    MAX 9150 OR MAX 9153 ( LVDS REPEATER ) HOW TO USE ?

    this may help this may help **broken link removed** **broken link removed**
  14. rodney25

    Looking for transceiver to interface with 8051 at 1km range

    need transceiver circuit I need transceiver circuit for interfacing with 8051 based microcontroller for a minimum distance of 1Km. Thanks in advance
  15. rodney25

    p89c51rc+ security bits problem?

    I need to clear these bits do any body have any way to clear them???

Part and Inventory Search

Back
Top