Skip to content
eT Community

eT Community

  • Forums
  • What’s New
  • Members
  • Recent Posts
  • Website
Forums
Search
 
Notifications
Clear all

Search result for:  WA 0859 3970 0884 Tukang Interior Rumah Minimalis Modern Type 54 Terpercaya Jatipuro Karanganyar

 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:


Page 2 / 3 Prev Next
Answer to: STM32 vs Arduino: Which One is Better?
Hardware/Schematic
electronicb_...
2 years ago
2 Relevance
I think it really depends on the Type of projects you're working on. If you're mainly doing simple LED displays, motor control, or basic IoT projects, Arduino boards are perfect. They’re simple and get the job done without much hassle. But if you WAnt to dive into audio processing, real-time data acquisition, or anything that requires heavy computation, STM32 is a beast. I switched over when I started working on a DIY oscilloscope project because I needed faster ADC and more memory.
View entire post
Difference between active and passive buzzer and how to identify them?
Theoretical questions
Paul
2 years ago
2 Relevance
I'm working on a project based on a tank WAter level control system. I need to include a buzzer for sound alerts, but I know nothing about buzzers. I've come across active and passive buzzers, but I'm not sure which one would be the best choice for this project. Can anyone provide information on which would be more suitable, the key differences between active and passive buzzers, and how to identify each Type?
View entire post
Why hasn't Arduino added a USB-C port to the UNO R3?
Hardware/Schematic
Yvette
2 years ago
2 Relevance
Hello everyone, Arduino still uses USB Type-B instead of the latest USB-C, and to me, it doesn't seem like there's a particular reason for sticking with the older port. Why haven’t they changed it? Are there specific technical or design considerations that have influenced this decision?
View entire post
Answer to: Best way to protect a motor driver from short circuits?
Theoretical questions
Janet
1 year ago
4 Relevance
To protect a motor driver from short circuits, one of the most effective methods is to use a fast-blow fuse or a resettable polyfuse on the power supply line to the driver. This helps cut off the current quickly if a short occurs. Additionally, placing flyback diodes across the motor terminals (if not already built into the driver) protects against voltage spikes caused by motor inductance. For more advanced protection, a current-sense resistor can be added to monitor current flow, and a microcontroller can disable the driver if the current exceeds safe limits. Alternatively, using Modern motor driver ICs like the DRV8871 or BTS7960 is highly recommended, as they come with built-in protections such as overcurrent, thermal shutdown, and undervoltage lockout. Ensuring proper cooling and heat dissipation also helps prevent damage from thermal stress that may result from sustained high current.
View entire post
Answer to: Do I really need anti-static precautions when handling ICs?
Theoretical questions
Deboojit
1 year ago
4 Relevance
... The damage might not be immediate or obvious; it often causes latent failures that show up later during operation. Certain Types of chips are more sensitive than others—CMOS devices, including many logic ICs and virtually all microcontrollers, are especially vulnerable due to their delicate internal structures. In contrast, older TTL logic chips (like the 74LS series) are somewhat more robust but still not immune. If the IC is already soldered onto a board, the risk is lower because the surrounding circuitry and ground planes can help dissipate any static ...
View entire post
Answer to: BJT VS MOSFET- Current controlled vs Voltage controlled
Theoretical questions
nathan
1 year ago
4 Relevance
There are people claim that BJTs (Bipolar Junction Transistors) are obsolete, but they continue to play a vital role in analog signal amplification due to their high gain and linear characteristics. They are especially preferred in applications like audio amplifiers and analog front-end circuits. However, for switching applications, especially in Modern embedded systems and power electronics, MOSFETs (Metal-Oxide-Semiconductor Field-Effect Transistors) are generally more practical. Their high input impedance, faster switching speeds, and greater efficiency at handling high currents make them ideal for use in digital circuits, motor drivers, and power converters.
View entire post
Answer to: Why do people use MOSFETs instead of relays in switching circuits?
Theoretical questions
nathan
1 year ago
4 Relevance
That's actually a great question — and definitely not a silly one. MOSFETs are often preferred over relays in switching circuits for several technical reasons beyond just size and speed. For starters, MOSFETs switch much faster than relays — in microseconds or less — making them ideal for high-speed or PWM applications. They’re silent, have no moving parts, and don’t wear out like mechanical relays, which means they offer greater reliability and longer life. MOSFETs also consume very little current at the gate, making them more power-efficient, especially in battery-powered systems. Their compact size and ease of integration with microcontrollers also make them well-suited for Modern electronic designs. That said, relays are still useful when you need electrical isolation or when switching high-voltage or high-current AC loads that MOSFETs can't handle directly.
View entire post
Answer to: BJT VS MOSFET- Current controlled vs Voltage controlled
Theoretical questions
Nitin arora
1 year ago
4 Relevance
MOSFET (Metal-Oxide-Semiconductor Field-Effect Transistor) is a voltage-controlled device, while BJT (Bipolar Junction Transistor) is current-controlled. MOSFETs require a voltage across the gate-source to operate, whereas BJTs need a continuous base current. In switching applications, MOSFETs are preferred due to lower power loss and simpler drive requirements. BJTs are still widely used for analog amplification because of their linear characteristics. In terms of construction, MOSFETs come in N-channel and P-channel Types, while BJTs are either NPN or PNP. MOSFETs generally handle higher currents and offer better efficiency due to low RDS(on), while BJTs suffer from higher VCE saturation loss. MOSFETs have defined switching characteristics (e.g., gate charge, rise and fall times), whereas BJTs switch faster but with higher conduction losses. Additionally, MOSFETs are thermally more stable and simpler to bias, making them more suitable for Modern high-speed, low-loss applications, such as power supplies and motor drivers.
View entire post
Answer to: Why Fluke multimeters are so expensive?
Equipments
Neeraj Dev
2 years ago
4 Relevance
... designed to provide precise and accurate readings, which are crucial for troubleshooting and validation tasks in both professional and industrial settings. Calibration Standards: These devices meet stringent calibration standards, ensuring consistent and reliable measurements over time. Advanced Features: Fluke includes features such as true-RMS (Root Mean Square) measurement, essential for accurately assessing non-linear loads and Modern electronics. 2. Durability and Safety Robust Construction: Fluke multimeters are engineered to withstand harsh environ ...
View entire post
Page 2 / 3 Prev Next

Forum Search

Recent Posts

  • RE: Beginner Arduino Course —Any Recommendations?

    @rahav When I started learning Arduino, I realized that...

    By playwithcircuit , 2 months ago

  • Admin

    RE: esp32 diagram connection

    @wmughal What do you want to achieve here exactly?

    By Admin , 5 months ago

  • DIY an RF power meter Based on STM32F103 + MAX4003

    As we all know, Radio frequency (RF) is a very importan...

    By anselbevier , 5 months ago

  • esp32 diagram connection

    i never use esp32 before i get diagram from claude i wa...

    By wmughal , 5 months ago

  • Admin

    RE: Motor driver not working properly

    @noochee Can you please share more details? Circuit dia...

    By Admin , 6 months ago

  • Motor driver not working properly

    I built an obstacle avoiding robotic car using Arduino,...

    By Noochee , 6 months ago

  • Answer to: Bluetooth Speaker won't turn on

    Translator Sorry, this i...

    By servitec , 7 months ago

  • Bluetooth Speaker won't turn on

    I know is not probably the best place for a newbie, the...

    By servitec , 7 months ago

  • Answer to: Why Fluke multimeters are so expensive?

    Totally agree with the points above. In my experience, ...

    By maryjlee , 10 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 312 Topics
  • 779 Posts
  • 4 Online
  • 298 Members
Our newest member: bahinaashley
Latest Post: Beginner Arduino Course —Any Recommendations?
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

 Powered by wpForo version 3.1.5

© 2026 eT Community • Built with GeneratePress