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 kormesii

  1. kormesii

    Multi-master protocol ober RS485 ?

    Hi, I'm trying to make multi-master protocol over RS485 ... I have enought exprience with USB, CAN and RS485 (master-slave), but now I have to make it multi-master... I think there are 2 scenarios : 1) Good CRC for detecting collisions and discarding then by mandatory ACK scheme... 2) Time...
  2. kormesii

    FreeRTOS with Micrel KS8993 ?

    Hi, I'm trying to port FreeRTOS on Atmel AT91SAM7X512 to work with KS8993 switch from Micrel using MII interface. The question is how to control switch cause there aren't specific Inputs MDIO and MDC for read/write PHY registers ? Has anyone solution to that problem ? Thanks!
  3. kormesii

    USB interfacing of LPC2378 with PC

    lpc2378 usb driver Hi again, Sorry for delay, hope it's not too late... Now two use standard CDC PC device driver you must config your descriptors in proper way... Also there are several standard device request that USB performs when you attach your device (like...
  4. kormesii

    [SOLVED] Missing data packets when connecting AT89C51 with other device via USB

    usb missing audio packets Hi again SIE - that is Serial Interface Engine ... This is the part of any USB device that handle encoding/decoding including CRC generation and checking... It's Build-in Hardware module within USB function for any microcontroller... But one thing disturb me... If you...
  5. kormesii

    good GSM/GPRS modem that can be used with a PIC

    Re: GSM modems If you use Wavecom or Telit you don't need external memory... They have huge memory inside... For other options you will need some external memory to store messages... If you will use only sms - oany gsm module can suit your requirements... SimCom is at lowest cost... From...
  6. kormesii

    good GSM/GPRS modem that can be used with a PIC

    telit modem bugs Hi, There are many GSM/GPRS modems that use depending on your requirements... You can control them from PIC or some other uC via AT commands via any UART port and/or directly via serial interface (Wavecom & Telit modules only)... Now you must choose depending on following...
  7. kormesii

    [SOLVED] Missing data packets when connecting AT89C51 with other device via USB

    serial interface engine So, host has enought bandwidth for both devices... Can you detect (via breakpoint) is the reason is due to CRC errors ? I doubt cause it must be in SIE engine ... However... For Isochronous transfer it is normal to skip some packets due to crc errors... What is your...
  8. kormesii

    [SOLVED] Missing data packets when connecting AT89C51 with other device via USB

    usb bulk transfer lost Hi! You must provide some more details about that situation... How exactly your device is missing ? Just missed some packet or is entirely lost from USB bus ? Are you sure that the USB camera use Bulk ? It's not typical for real video & audio ... Also if it is Bulk...
  9. kormesii

    USB interfacing of LPC2378 with PC

    free rtos for lpc2378 Hi ! There are several questions you must answer before do anything with USB PC sw... 1) What is your OS for lpc2378 if any ? If you use FreeRTOS there is a nice port of it in yahoo LPC2000 group with source code, manuals etc... I have uploaded there such port with custom...
  10. kormesii

    Wavecom 2686 GSM/GPRS pinout details

    Re: wavecom 2686 Sorry about my delay... Here it is... Hope it's not too late !
  11. kormesii

    Windows driver programming

    Here is another book with sources: Good Luck !
  12. kormesii

    Which RTOS will be best for MSP430?

    msp430 os blu Hi! Check this one: https://www.freertos.org/ It's very nice RTOS for embedded apps and it has port for MSP430 and some demo apps and it is FREE! You can download it from here: https://sourceforge.net/project/showfiles.php?group_id=111543&package_id=120544 I use it and I...
  13. kormesii

    Resources on implementation of H.264 codec

    Re: H.264 Hi! I think DCT is the most complicated task! Honestly I have no experience with DCT (I have used only FFT without FPU). Try find some open source software model that can help your algorithm. I also see that xilinx and altera have some DCT related papers and manuals and as I see...
  14. kormesii

    Resources on implementation of H.264 codec

    Re: H.264 Hi, Here are some standards: And don't forget to press helped me button :) Regards!
  15. kormesii

    DDR2 FPGA interface comparison ?

    What is max data bytes that can be exchanged b/w FPGA & DDR2 memory for spartan3 device ? I.e. max DATA throughtput Bytes/s that cna be stored into DDR2 memory ? Does someone knows calculator tool for DDR2 memories i.e. clk vs data throughput ? Tnx !

Part and Inventory Search

Back
Top