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 AVR_Luciano

  1. A

    Suggest to pic microcontroller for washing machine ...

    microcontroller project washing machine control One problem: EMI noise coming from the relay coil. See URL for Suppressing Relay Coil Transients. (DC coil) http://relays.tycoelectronics.com/kilovac/appnotes/transients.stm Another problem: EMI coming from switching inductive loads. (Spikes...
  2. A

    Suggest to pic microcontroller for washing machine ...

    emi on pic micros led If you have EMI problems post the whole schematic. Use numbers for the components like R13 470 Ohm so people on this forum can refer to the schematic with ease. Example: replace R13 with 220 Ohm. Luciano
  3. A

    Suggest to pic microcontroller for washing machine ...

    washing machine control system block diagram Hi! Make a list of what you need to control. A washing machine can be quite sophisticated. Average machine in Europe: - Buttons. - Display. - LED's. - Water IN. - Water level. - Water heater ON/OFF. - Water temperature sensor. - Water IN (washing...
  4. A

    any serial 8pin RAM (I2C) ?

    i2c serial ram FRAM FRAM offers a unique set of features relative to other semiconductor technologies. Traditional mainstream semiconductor memories can be divided into two primary categories -- volatile and nonvolatile. Volatile memories include SRAM (static random access memory) and DRAM...
  5. A

    How to implement BCD FloatingPoint in microcontrollers?

    Re: BCD FloatingPoint APP NOTES BY FUNCTION **broken link removed** App Notes Math: **broken link removed** https://ww1.microchip.com/downloads/en/AppNotes/00575.pdf https://ww1.microchip.com/downloads/en/AppNotes/00660.pdf https://ww1.microchip.com/downloads/en/AppNotes/00670b.pdf...
  6. A

    server with another 100 microcontroller

    Hi! RS-485 is the right solution to your problem. You should call the server 'master' and the clients 'slaves'. DATASHEET MAXIM RS-485 Transceiver MAX485E up to 32 transceivers on the bus. MAX487E and MAX1487E up to 128 transceivers on the bus. **broken link removed** Example with RS-485...
  7. A

    Powering GSM phone without battery

    phone without battery See these links. **broken link removed** **broken link removed** Luciano
  8. A

    Where to start learning microcontrollers?

    Re: guide me Hi! 1. What is your educational background? 2. What programming languages do you know? (Also your level). 3. What computer you will be using? (Windows, Linux, Mac, ..). 4. What do you know about analog electronics? 5. What do you know about digital electronics? 6. Why do you want...
  9. A

    What's the difference between const unsigned int & char or unsigned int & char?

    Re: C code Hi! You should be able to find an answer in any C book for beginner. If a book doesn't answer these simple questions, well, maybe you'll want to try a different hobby. Luciano
  10. A

    Software protection idea

    In case of a MCU with external RAM (battery backed-up RAM), how do you prevent what was mentioned in the reply of the user Cortex? (Make a copy of the MCU and make a copy of the external RAM).
  11. A

    Software protection idea

    Hi! ......with 50 grams of C4 explosive. Are you working for Q Branch? Seriously, the anti-tamper circuit will work for the first enclosure, but once you open it you will see how it is built and therefore you will know how to open the second enclosure without triggering the anti-tamper...
  12. A

    Help me understand syntax of C for embedded systems

    what does &porta mean Hi! Before you write software for microcontrollers, learn first the C programming on a PC. Use a PC with an ANSI compliant C compiler. Write EXE programs that will run in a MS-DOS console window. On the WEB you can find a lot of free tutorials about C. Example...
  13. A

    Sine to square wave converter

    op-amp sine-to-square wave converter 1 Silicon Diode + 1 Resistor + 1 Digital Output optocoupler. From secondary AC > Silicon diode > Resistor > LED inside optocoupler > Back to secondary AC. The LED inside the optocoupler will pulse at 50 Hz. The value of the resitor depends on the secondary...

Part and Inventory Search

Back
Top