Search results

  1. A

    Looking for a remote job opportunity at Electronics Lab

    Hi everyone, I am Rifat. I hold a B.Sc. degree in Electrical and Electronic Engineering. Then did jobs at different companies from 2011 to 2020. My longest tenure was with an online store that sold electronic components and had R&D facilities of its own. The company did similar to what SparkFun...
  2. A

    Electronics-lab?

    Sorry, sir. I did not know that an introductory post was mandatory. I will make one. Please don't mind.
  3. A

    Short range cat detector

    OK, if you use SONAR, IR, PIR etc, the system will not be able to determine if it's a cat or person or an object. If that is not the headache, you can use HCSR04 or PIR sensor. Either way it will work. You can interface multiple sensors with an Arduino...
  4. A

    Electronics-lab?

    I have been using this forum for a long time, and in my previous answer, I only shared what I saw. I have noticed the merge long ago. If I unintentionally said something offensive, I apologise.
  5. A

    Is there any introduction to the wireless communication solution that ESP32-C5 brings to the Internet of Things industry?

    What exactly do you wish to make with the ESP32-C5? Here is a general review of this particular board. https://www.haraldkreuzer.net/en/news/esp32-c5-dual-band-24-and-5ghz-wi-fi-6-iot-projects
  6. A

    Electronics-lab?

    Yes, electronics lab merged with MakerPro last year. The name MakerPro does not exist anymore. It also took me some time to understand what happened when I first tried to access MakerPro after the merge. Anyway, admins and members are still the same. So, you can post questions without any...
  7. A

    Splitting and re connecting LED string lighting

    Did you check this blog? https://www.novostella.net/blogs/news/how-to-cut-light-strip?srsltid=AfmBOopPrJzyw64b55fQ0j60I-6o0y_NeRF6CbSwxQRN_bLJDvcdDj2i
  8. A

    What is the best alternative to Proteus?

    I have used tinkercad for arduino-based simulation. But can we use that for simulating ordinary MCUs like Atmega32? In proteus, we can upload the .hex file and simulate. Is it possible with tinkercad too?
  9. A

    What is the best alternative to Proteus?

    Hello, What is the best FREE alternative to Proteus for microcontroller-based circuit simulation?
  10. A

    Solar charging a LiFePO4 Battery #2

    Has the thread's starting question been deleted?
  11. A

    Small circuit design

    I think you should use a heat sink for LM317.
  12. A

    IR Spectrometer Project: Is This Project Within My Reach?

    A home-made grating can work in mid-infrared. You do not need nanometer-scale slits for spectral resolution. Resolution depends on illuminated grooves and optical geometry. The main difficulty is obtaining a suitable mid-infrared detector.
  13. A

    Connector identification

    Did you search at digikey?
  14. A

    Diagnosing my failed CNC controller

    Your PSU likely shuts down under load because of a fault. Test the PSU unloaded by disconnecting the controller entirely. If the voltage stays stable, the controller is faulty. If the voltage collapses, the PSU itself is bad. Measure resistance controller +V to ground for shorts. A low reading...
  15. A

    Arduino & DFPlayer mini noise.

    Breadboards create noise. Long wires act like antennas. NeoPixels add sharp current spikes. These spikes disturb the DFPlayer power line. The result is clicks and hiss. A stable layout helps a lot. A small example is here: https://www.pcbway.com/project/sponsor/Arduino_With_Neopixel.html. Give...
  16. A

    Electronics seems like magic!

    It’s not really an exaggeration . With just a few basic components, you can build almost anything in electronics. In analog circuits, the resistor, inductor, and capacitor form the foundation. By combining these, you can create filters, oscillators, and amplifiers — and when you add active...
  17. A

    Wiring up a Y90L-2 motor

    Connect Line (Live) to the U1/main-winding terminal, Neutral to the U2, and Earth to the motor frame if only two terminals are present. If four wires, use the multimeter to identify which pair is the run winding (low resistance) and which is the start winding (higher resistance); put the 50 µF...
  18. A

    Seeking Advice on PCB Design Issue: Trace Width and Thermal Problems

    Your trace width isn’t the real issue here — at 0.3 A, even a 0.5 mm trace only dissipates a few milliwatts, so the warmth you’re feeling is almost entirely from the LDO. The 1117-3.3 is dropping 1.7 V at 0.3 A, which means it’s burning about 0.5 W as heat. On a small board with a limited copper...
  19. A

    Not Understanding Arduino useage versus traditional Electronics useage in Devices.

    Arduino is not always the best option if you think about price and space. Moreover, Arduino alone cannot do any work. Arduino needs to be integrated with relays, transistors, diodes, etc. Without knowing basic electronics, it's not possible to understand how these components work. We have many...
Top