Skip to content
eT Community

eT Community

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

Search result for:  WA 0852 2611 9277 RAB Lemari Dapur Modern Custom Azalea Suites Cikarang Bekasi

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

 Sort Search Results by:


Page 2 / 3 Prev Next
RE: Li-ion vs. Li-Po Batteries: Which One Should I Choose?
Theoretical questions
Admin
2 years ago
3 Relevance
For a portable IoT device, Li-ion is generally the better choice because of its higher energy density and longer lifespan. It’ll give you more runtime per charge and is easier to manage in terms of charging circuits and protection. That said, Li-Po can work for IoT devices, but it’s usually overkill unless you have specific design constraints—like needing a really thin form factor or a Custom shape that standard Li-ion cells don’t fit. One area where Li-Po might make sense is if your device has occasional power spikes, since Li-Po batteries can handle higher discharge rates.
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
RE: Is Arduino still relevant in 2024?
Arduino
Harper
2 years ago
3 Relevance
I totally agree with Jeff. Building a Custom PCB including a microcontroller chip for a personal project such as automating your room is one thing and you may even save a few bucks than buying the dev board separately. But when you WAnt to sell this product to consumers that's a whole different story. You can't possibly think that assembling some parts on 10 PCBs and saving money is anything like doing business. It takes a lot to create a profitable business out of this.
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
How can I safely power a BLDC motor from a hard disk drive?
Theoretical questions
Anil_Tech
11 months ago
3 Relevance
I have a brushless DC motor taken from an old hard disk drive and I WAnt to power it safely for testing or small DIY applications. Since these motors are usually designed for specific control circuits, I’m not sure about the correct voltage, current, and driving method. What’s the safest WAy to power and control a hard drive BLDC motor? Should I use a dedicated ESC, a Custom driver circuit, or a microcontroller-based solution?Any tips for determining the correct pinout and avoiding damage to the motor would also be helpful.
View entire post
Answer to: ESP32-C3 vs ESP32-S3 — which one to go with?
ESP32
Jignesh
1 year ago
3 Relevance
Both the ESP32-C3 and ESP32-S3 feature native USB support, but their capabilities differ significantly. The ESP32-C3 offers a USB Serial/JTAG interface that works well for flashing, debugging, and simple USB device functions, but it’s somewhat limited if you WAnt to go beyond basic applications. In contrast, the ESP32-S3 includes full-speed native USB OTG support, allowing it to act as both a USB device and a USB host. This makes it far more suitable for HID or Custom USB projects like keyboards, mice, or other USB gadgets. Additionally, the S3 provides mo ...
View entire post
Answer to: Raspberry Pi Pico vs ESP32?
RPi Pico
DabieTech
1 year ago
3 Relevance
If you prefer a board that maintains a workflow similar to the Arduino Uno or Nano, the Raspberry Pi Pico offers a familiar development experience. It supports both C/C++ and MicroPython, making it a great option for experimenting with new programming environments while retaining a simple and straightforward approach to hardware control. Its Programmable I/O (PIO) feature also opens the door to Custom protocol development and precise timing applications, which aren’t easily achievable on traditional Arduino boards. On the other hand, if you're ready to explore more advanced capabilities such as Wi-Fi and Bluetooth connectivity, multitasking, or real-time data streaming, the ESP32 provides significantly more flexibility. It supports multiple programming environments—including the Arduino IDE—while offering powerful hardware features like dual-core processing, built-in wireless communication, touch sensors, and high-resolution ADCs. While the development process might initially seem more involved due to the richer feature set, the ESP32 is well-suited for complex or connected projects and offers long-term value for those interested in expanding their skill set.
View entire post
Answer to: Creative Ways to Use a Relay Module?
Theoretical questions
Nitin arora
1 year ago
3 Relevance
Relay modules are incredibly versatile and can be used in many creative and practical applications. Below are some ideas beyond just turning lights on and off: 1. Home Automation:Use a relay module to automate household appliances like fans, coffee makers, or even a WAter heater. These can be triggered using a microcontroller, voice commands (via Alexa or Google Assistant), or a mobile app. 2. Smart Irrigation System:Control WAter pumps or solenoid valves in a garden or farm setup. A soil moisture sensor can activate the relay to start WAtering only when n ...
View entire post
Answer to: What are your opinions about Teensy boards?
Arduino
Admin
2 years ago
3 Relevance
Teensy boards are incredible, especially for projects that need more power or advanced features. Here’s how they compare to Arduino: Performance: Teensy boards (like Teensy 4.1) have significantly more processing power. For example, Teensy 4.1 runs at 600 MHz, compared to Arduino Uno’s 16 MHz. They’re great for applications like real-time audio processing, high-speed data acquisition, or complex robotics. Features: Teensy supports USB HID devices out of the box, so you can create Custom keyboards, MIDI controllers, or gamepads. It has more RAM, Flash memory, and better peripherals compared to most Arduino boards. Ease of Use: Teensy integrates well with the Arduino IDE via the Teensyduino plugin, so transitioning from Arduino is pretty seamless. However, it does require a slightly steeper learning curve if you’re using its advanced features. If you’re working on high-performance or resource-heavy projects, Teensy is absolutely worth it
View entire post
Answer to: Arduino UNO R4 Wi-Fi Project ideas!
Arduino
Yvette
2 years ago
3 Relevance
Here is the list of UNO R4 WiFi projects I found during my research: 1. Weather Station Using Arduino UNO R4 WiFi & VisuinoBuild a weather station to monitor temperature, humidity, and pressure using sensors. The data is displayed and updated in real time using Visuino software.Project Link: Weather Station Project 2. Arduino UNO R4 WiFi ExperimentsExplore multiple small projects to familiarize yourself with the UNO R4 WiFi, including controlling the onboard LED matrix and creating simple WiFi apps.Project Link: UNO R4 WiFi Experiments 3. Home Automation with Web ServerSet up a home automation system using a local web server hosted on the Arduino UNO R4 WiFi. Control home appliances remotely without relying on third-party IoT platforms.Project Link: Home Automation System 4. LED Matrix AnimationsLearn how to program the built-in 12x8 LED matrix on the UNO R4 WiFi to display Custom animations and graphics. A great project for beginners to practice coding and LED control.Project Link: LED Matrix Programming 5. Smartphone-like Device with AppsTransform the Arduino UNO R4 WiFi into a smartphone-like device with multiple apps, a keyboard, and cloud sync. An innovative project showcasing the board's capabilities.Project Link: Smartphone-like Device Project 6. SparkFun Qwiic Kit IntegrationConnect various sensors and components using the SparkFun Qwiic Kit with the Arduino UNO R4 WiFi. This guide is ideal for experimenting with multiple peripherals.Project Link: SparkFun Qwiic Kit Guide P.S.: I tried some of these not all.
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 , 3 months ago

  • Admin

    RE: esp32 diagram connection

    @wmughal What do you want to achieve here exactly?

    By Admin , 6 months ago

  • DIY an RF power meter Based on STM32F103 + MAX4003

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

    By anselbevier , 6 months ago

  • esp32 diagram connection

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

    By wmughal , 6 months ago

  • Admin

    RE: Motor driver not working properly

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

    By Admin , 7 months ago

  • Motor driver not working properly

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

    By Noochee , 7 months ago

  • Answer to: Bluetooth Speaker won't turn on

    Translator Sorry, this i...

    By servitec , 8 months ago

  • Bluetooth Speaker won't turn on

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

    By servitec , 8 months ago

  • Answer to: Why Fluke multimeters are so expensive?

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

    By maryjlee , 11 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 320 Topics
  • 792 Posts
  • 6 Online
  • 311 Members
Our newest member: EllaGott
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.2.0

© 2026 eT Community • Built with GeneratePress