Search results

  1. A

    Analog Devices releases Arduino offerings

    I'd really like to see it being widely used in the industrial sector.
  2. A

    General electronic questions

    Welcome. Using your third party you can post your questions here.
  3. A

    Can a faulty power supply cause random reboots in a computer?

    Yes, it is possible. If your PC restarts without warning, may be PSU is unable to supply sufficient voltage or current.
  4. A

    RTC slows down after a few minutes and doesn't keep the correct time pace

    Either it is a bad crystal oscillator or a bad coin cell battery. Check the battery voltage and see if it is 3V. If you need the proteus library, you can get it from here: https://www.theengineeringprojects.com/2021/05/cr2032-lithium-coin-library-for-proteus.html Using the DS3231 can be a better...
  5. A

    Arduino

    Yes you can. Please see here the details. https://forum.arduino.cc/t/measuring-nanoseconds/524656/18
  6. A

    Led strip lighting

    A "push-to-OFF" switch can be used to bypass the IR controller and connect the LED strip directly to the power supply. When the cabinet door opens, the switch will close, powering the strip. If you want to make a versatile LED controller, you can see here...
  7. A

    Differences between IT5571E-128 CX and IT5571E-128 DX

    If datasheets are not enough in this regard, you may need to contact ITE Technology directly. These suffixes often indicate variations in packaging, temperature ratings, or other minor specifications.
  8. A

    XR15 Controller

    Check remotes like the Logitech Harmony series. Those remotes support IR, RF, and Bluetooth. Those are designed to replace proprietary remotes and can be programmed to control most devices.
  9. A

    CPLD

    Breadboards can introduce noise, poor connections, or parasitic capacitance, which can disrupt sequential circuits. Minimize wire lengths and number of joints.
  10. A

    Technics SU-X102 amp repair, asking for guidance

    Use your multimeter to check for continuity and proper resistance values across components. Thus you can identify any open circuits or components that may have failed.
  11. A

    High performance nema11 stepper motor

    You can check Nema 11.
  12. A

    "Is this a new method for manufacturing printed circuits?

    How was the result? Was the PCB long-lasting?
  13. A

    how to trace a circuit board (tips, suggestions, video links welcome)

    For PCB troubleshooting, you have to test the PCB with a multimeter. If you have the circuit diagram, you need to check all the traces to see if there is any trace broken. You also need to check all the consecutive points to see if there is an accidental short circuit.
  14. A

    PIC 16F874A - eerpom password write/read

    Add a small delay in the keypad scanning routine. Keypad debouncing may cause problems. If keys are bouncing, they might register multiple incorrect values. __delay_ms(100);
  15. A

    Building a low-cost wireless IR temperature multisensor data logging system

    You can proceed with an ESP32 and an IR Temperature Sensor(MLX series). For data logging, you can use Firebase. You can also use an SD card module for data storage.
  16. A

    Electronics Knowledge and Skill Level of This Forum

    Anyone can join this forum. Beginners, experts, all are welcome.
Top