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 Deni

  1. D

    frequency divider output in verilog....

    Try to replace if(countvalue == halfperiod) with if(countvalue >= halfperiod) - Deni
  2. D

    will be Polysilicon doped....

    I'm not sure if I understood your question, but you can start from here: http://www.siliconfareast.com/polysilicon-doping.htm - Deni
  3. D

    How will i distribute the two different power in 2 AC bulbs? please read

    This does not make too much sense - what is the AC load you want to control? If not bulb is it a motor? A heater? AC motors can be frequency-controlled, heaters can be TRIAC-controlled (as in the schematic you posted). For two loads, make two such circuits and control both with the same...
  4. D

    How will i distribute the two different power in 2 AC bulbs? please read

    Bulbs are easily controlled by TRIAC-s (firing angle), so it is not such a difficult task, especially if you use some microcontroller for firing angle control. - Deni
  5. D

    C code to interface serial graphical lcd for PIC 18f4620

    On the same page you have posted (with datasheet) there's a link for sample C-source software https://www.sparkfun.com/Code/Graphic%20LCD%20Backpack,%205_11_10.zip I would try it out first.
  6. D

    How to drive 320 x 240 LCD ?

    320x240lcd You have to constantly refresh the whole screen. If your CPU is fast enough, 320x240 B/W should not be a big problem. I've done it with C8051F120 and 320x240 Colour STN running at 3BPP. Refresh consumed ca. 40MIPS, leaving 60MIPS for the application. Look for "Circuit Cellar" October...
  7. D

    paper/coin money reader interface to microcontroller

    philippine coin acceptor Designing a RELIABLE bill/coin acceptor is not a simple task. You're dealing with the REAL MONEY, remember ! Especially as you can buy a good coin acceptor for ca. 100 EUR. Most of them can be programmed for different coins by the user. Bill acceptors start from 150 EUR...
  8. D

    sony memory stick programming help needed

    Here are some files regarding MemoryStick interface. No software though, although it shouldn't be impossible to do it, once the protocol is known... - Deni
  9. D

    Which is the best PIC compiler?

    best compiler for the pic I can recommend B Knudsen's ( www.bknd.com ) compiler. Interface is integrated into MPLAB and produces quite good code, even for the smallest derivates... - Deni
  10. D

    Need source code of Rabbit TCP/IP stack

    Re: Rabbit TCP/IP stack Is is possible to get the source code of it - I would like to see how some of the fetaures are realized... - Deni
  11. D

    Need source code of Rabbit TCP/IP stack

    Is there anybody who wants to share TCP/IP stack from Rabbit Microcontoller? - Deni
  12. D

    Opinions and reviews of NetX from ExpressLogic

    NetX from ExpressLogic Does anybody have experience with it? How does it look like regarding the performance? - Deni
  13. D

    microcontroller choice -- 2 uart + 3.3V

    Also, SiLabs ( www.silabsl.com) has several 8051-compatible variants and all are 3,3V powered. Look for F02x, F12x or F13x devices... - Deni
  14. D

    SiLabs (Cygnal) LPT port programmer

    is available here: www.dilogic.hr It programms both JTAG and C2 devices, schematic and software are free for download... - Deni
  15. D

    Where can I get the xD-picture card protocol ?

    xD-picture card protocol Any ideas or links where to find it? Deni

Part and Inventory Search

Back
Top