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 bogdanm

  1. B

    X10 Home Automation using PIC16F877

    Zener Regulator If you were able to modify the circuit for 220V/50Hz operations, please let me know. If you can, please send the modified circuit to darkore(at)gmail(dot)com.
  2. B

    Infrared photodiode amplifier schematic needed

    photodiode schematic Hi all, The short story: I'm looking for an infrared photodiode amplifier schematic that is to be used in a universal remote control project. The long story: please note that I'm NOT looking for an integrated module (SFH5110 and such), as I don't want to have the signal...
  3. B

    Is it possible to create a sound on a microchip PIC ?

    Actually, there are other ways. I find the next one quite interesting: **broken link removed**
  4. B

    Developing RFID system with MCU

    rfid picbasic Hello Curgan, I would also like to take a look at your code. If possible, please send it to darkore@gmail.com. Thank you.
  5. B

    Interfacing keyboard to microcontroller

    microcontroller keyboard No, it needs no special permissions, both clock and data are idle. Very weird. Check your oscilloscope settings.
  6. B

    Interfacing keyboard to microcontroller

    interfacing keyboard with microcontroller This is strange. Is the keyboard connected to a microcontroller which I/O pins force the data and/or clock lines to logical 1, by any chance?
  7. B

    Interfacing keyboard to microcontroller

    keyboard interfacing with 8051 The keyboard should perform a RESET on startup, and this should be visible by looking at the LEDs, they should blink briefly. Check your electrical connections. Also be aware that the KB may need well above 100mA to function properly, so check if your power source...
  8. B

    writing on a MMC card

    Try with a lower SPI clock, it might help.
  9. B

    Looking for graphics LCD (128x64)

    Re: Graphics LCD https://www.eio.com
  10. B

    Chip that gives 50MHz TTL signal to a microcontroller

    Re: 50MHz TTL signal Why would you hope that? That thing rocks :)
  11. B

    Explain me this program in C/C++

    Re: Program in C/C++ The reason is quite subtle and is has to do with the way the compiler works. In C, after compiling the source file that has "main" in it, you get an object. But any information about the type of 'main' is gone in this object. That is, the linker (that must be called in...
  12. B

    Which programming is suitable to use? (Urgent)

    No matter what GUI you use, do the data acquisition in a separate thread with a priority larger than normal (REALTIME_PRIORITY_CLASS would probably be a good choice). Do NOT sample the data in the same thread, you won't stand a chance. Even so, the chances to sample the signal at 1MHz directly...
  13. B

    How to make serial communication in Python for Win and Linux

    Re: python http://pyserial.sourceforge.net
  14. B

    MSP430 FET Programmer

    fet programmer I'm afraid you can't find it anywhere. I made it myself and I never bothered to write down the schematic. Furthermore, I disassembled the prototype board and I have no reference to the schematic whatsoever :( I remember that it should be pretty easy to build though. Just look at...
  15. B

    New open source embedded TCP/IP stack

    uip ftp server Yes,me. I tested the 0.6 version. I had to fix a bug in the IP code, but after this everything worked like a charm. I guess that bug is already fixed in 0.9, so I highly recommend it. I implemented an Ethernet bootloader and a toy app with a CS8900 on an old eZ80 board. However...

Part and Inventory Search

Back
Top