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 stefanSK

  1. S

    Need Steps to load firmware for ICD2

    Which of version ICD2 debuger you want to do ? I have this version - see picture. I can send you description step by step for build this one.
  2. S

    EmbedSky EM2440-III anyone?

    visit FriendlyARM . In the "Forum" can find the answers.
  3. S

    PicKit 2 FULL with TH components - Need help with layout

    And this is my design, size - 25x74mm (plastic enclosure for remote control KM14 with one button).
  4. S

    ENC28J60 with ATMEGA32

    See: http://www.roland-riegel.de/mega-eth/index.html
  5. S

    Linux development tools for ARM

    Crossworks for ARM from Rowley Associates
  6. S

    gprs phone a camera and mms sender system

    You can use as base modul SIM5210 - GSM, GPRS/EDGE,WCMDA2100, or 1900MHz , HDSPA 7.2 Mbps, interfaces: USART,USB2.0, PCM, SD Card, SIMcard, Audio, Camera,.. or modul SIM306,...
  7. S

    A problem with reading SD card through SPI with ATmega128

    Re: A problem with reading SD card through SPI with ATmega12 If the initialisation SPI in master mode is OK, probably you must to check SS pin in master MODE: (from www.datasheetcatalog.com/...pdf/.../ATMEGA128.shtml) " Master Mode When the SPI is configured as a master (MSTR in SPCR is set)...
  8. S

    Using timer0 and serial interrupt in 8051

    on the begin of interrupt subroutine is missing (minimum!): "push psw" end before instruction reti: "pop psw"
  9. S

    Dokumentation for Logic Analyzer Shlumberger 7600

    logic analyzer schlumberger schematic I'm looking for dokumentation for logic analyzer Schlumberger-Enertec 7600 (circuit diagrams, operating manual, data pods, anything). Plz help me in finding it. Thanks.
  10. S

    ICD2 Clone rev B, where can I buy industrial PCB ?

    I have one. See picture. I have PCBs for a JtagIce&Isp, Ulink, USB ARMJtag, AVRProg, ARM dev. board ,.....
  11. S

    8051 interface with max485

    8051 max485 sequency of program for send one BYTE: 1. jnb TI,$ ; wait for finish last transmit 2. setb DE&RE ; enable RS485 transceiver for send 3. mov sbuf, byte_to_send 4. jnb TI, $ ; very important!!!!! wait for trasmit whole BYTE 5. clr TI 6. clr DE&rRE ...
  12. S

    Need help for 433 Mhz Tx & Rx

    Use Nordic nRF9E5. See https://www.nordicsemi.com/
  13. S

    sending via 8051 uart -help me with the codes

    Re: sending via uart example: msg: db 0F5h,0Ch,0,0,0,0,0Ch,0F5H msglen equ $-msg+1 ; 8 . . . start: mov sp,#SP_START mov TL1,#0FDh ; baude mov TH1,TL1 ; mov TMOD,#21h ; T1 mode 2...
  14. S

    help me testing my 320x240 lcd

    PIC is 4 times faster. You must change timing control of DATA, RD,WR and CS. Time between two write cycles must be > ~5 us.

Part and Inventory Search

Back
Top