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 huahua

  1. H

    Suggest a Microcontroller

    Cygnal C8051F302 maybe the one you want. Internal Osc. Comparator ADC and DAC Flash Memory Free IDE software Price $1.77 **broken link removed**
  2. H

    Spy program in EDA tools?

    If you do auto update, info about your computer is corrected. Most of time they use the info for marketing. I have friends at big EDA cos using cracled software all time. They just dont use the software at work. They dnot seem to be worried.
  3. H

    ISD 51 implementation in keil

    hock, There is the file ISD51.dll. An aslo, you need the header.
  4. H

    how to interface a MMC ot SD card with 8051?

    sd card bascom shanren, Cygn@l has 8051s with SPI, although the price is a weak point. Use software to simulate SPI is not so difficult (some C51 may have library). Link for Cygn@l site h**p://www.cygn@l.com/
  5. H

    how to interface a MMC ot SD card with 8051?

    sd card 8051 shanren, Go to S@ndisk site for the information. h**p://www.s@ndisk.com/tech/oem_design/mmc_dc.asp Hope it helps.
  6. H

    How to generate video signals

    I would suggest you use an OSD chip (philips, nec). Those ICs can be controlled via serial connections (I2c) by the MCU you pick. Then you need the timing signals. If you have a video source, use a sync strip IC (Elantec) to get the timing signals. Other wise use a PLL chip and an OSC to...
  7. H

    Looking for tutorials on disassembling 8051 codes

    goto h**p://w*w.8052.com/users/disasm/
  8. H

    ethernet communicate test

    w3.ethereal.com has a free software monitoring the TCP/IP. Try it.
  9. H

    Control A Computer printer with a Pic

    pic16 printer code After I have the interface, I wnat to print a picture. Anyone know how to write the driver.
  10. H

    Image processing: c++ code for firewire video

    Tell us more information about 1. Your platform. 2. Your imaging source type. 3. Your device driver.
  11. H

    i need c source on pcf8574 of lcd.

    pcf8574 lcd Here is the i2c_write function using bit bang. void i2c_write (unsigned char output_data) { unsigned char index; for(index = 0; index < 8; index++) // Send 8 bits to the I2C Bus { // Output the data bit to the I2C Bus SDATA = ((output_data & 0x80) ? 1 ...
  12. H

    YUV422 16 bit and JPEG

    yuv422 to jpeg I want to save YUV422 16 bit image as JPEG file without compression. Can anyone help please.
  13. H

    i need c source on pcf8574 of lcd.

    pcf8574 pic PCF8574 is an I2c port expander. You need the I2c driver for whatever system (CPU or OS) you are using. There are lot of sample I2c C codes from IC makers (P*hli*ps, A*tm*el etc). Hope it helps
  14. H

    PIC Basic I2C "network"

    16f876 i2c problem Config one PIC as master I2C Device and the rest as slaves. The master polls the slaves one by one. Hope it helps
  15. H

    Need help choosing cpu for 320*240 LCD

    If you want to do Graphics, you need a build-in controller. If just TEXT, any 8051 PIC etc will do.

Part and Inventory Search

Back
Top