Skip to content
eT Community

eT Community

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

Search result for:  WA 0821 1305 0400 Jasa Pemasangan Containment System Murah Kutai Barat Kalimantan Timur

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

 Sort Search Results by:


Page 1 / 4 Next
What’s the real impact of a broken neutral in a 3-phase 4-wire system?
Theoretical questions
DabieTech
12 months ago
9 Relevance
I’ve read that a broken neutral in a 3-phase 4-wire System can cause serious problems, especially in Systems with unbalanced loads, but I’m not entirely clear on what exactly happens when the neutral is lost. Let’s say the System is supplying a mix of single-phase loads (like in a commercial or residential setup). If the neutral breaks at some point—what are the actual consequences for the connected loads? Do voltages across phases shift dangerously? Can it damage appliances or equipment? How does the System behave differently under balanced vs. unbalanced load conditions? I’m looking for a practical explanation of what happens electrically and what kind of damage or safety risks it introduces. Real-world examples or typical protection mechanisms would be great too. Thanks!
View entire post
Answer to: Beginner Arduino Course —Any Recommendations?
Arduino
Amelia
12 months ago
9 Relevance
If you're just starting out with Arduino and electronics, you're definitely not alone—there are some fantastic beginner-friendly resources out there to help you get going without feeling overwhelmed. Helpful YouTube Channels Paul McWhorterOne of the best for beginners. His “Arduino Tutorial Series” is clear, structured, and goes from basics to intermediate projects. Jeremy BlumHis Arduino series is a classic and covers foundational knowledge with well-explained videos. GreatScott!Excellent for understanding how the hardware works behind your projects. Programming Electronics AcademyVery helpful if you're also interested in understanding the coding side deeply. Online Courses Worth Checking Out Udemy – "Arduino Step by Step: More than 50 Hours Complete Course" Taught by Dr. Peter Dalmaris. Very beginner-friendly and includes lifetime access to lessons and materials. Coursera – “Introduction to Programming with Arduino” Offered by University of California, Irvine. Teaches both basic electronics and coding in a structured format.
View entire post
Answer to: What’s the real impact of a broken neutral in a 3-phase 4-wire system?
Theoretical questions
LogicLab
12 months ago
8 Relevance
Yeah, losing the neutral in a 3-phase 4-wire System can cause major issues, especially if the loads aren’t balanced (which they usually aren't in real-world setups like homes or small businesses). What actually happens is this: the neutral point “floats” because there's no solid reference anymore. So instead of each phase staying around 230V, the voltages start to shift depending on the loads on each phase. Light load = lower voltage, heavy load = higher voltage. In the worst cases, one phase might go up to nearly 400V—way more than your appliances are built for. As a result, you'll see major voltage fluctuations in your supply. There are protection relays and devices that can catch this (like a phase failure relay or neutral monitoring), but not every System has them—especially older setups. In short: broken neutral = unpredictable and often destructive voltage swings. A real pain to troubleshoot if you don’t catch it quickly.
View entire post
Answer to: Arduino UNO R4 Wi-Fi Project ideas!
Arduino
Amelia
2 years ago
6 Relevance
There are a lot of ideas you can implement with the Arduino UNO R4 Wifi, depending on what you WAnt to achieve. However, I have done a few projects that you can also try, ranging from beginner to advanced levels: Home Automation System Smart Door Lock IoT-Based Weather Station Wi-Fi-Controlled Robot Smart Irrigation System Wi-Fi-Enabled Data Logger Real-Time Air Quality Monitoring System Wi-Fi-Based Notification System
View entire post
RE: Any course to learn Embedded system using Arduino boards ?
Arduino
Rashid
2 years ago
5 Relevance
@ankunegi Thank you
View entire post
Answer to: Any course to learn Embedded system using Arduino boards ?
Arduino
Admin
2 years ago
5 Relevance
Well, I don't know any paid courses related to this but there's an excellent tutorial series on YouTube. Here's the link
View entire post
Any course to learn Embedded system using Arduino boards ?
Arduino
Rashid
2 years ago
5 Relevance
Hello everyone, Can anyone suggest a course on Embedded Systems using Arduino? I am looking for the very basics of Embedded Systems such as the architecture, memory, etc. Thanks in advance.
View entire post
Answer to: Watchdog timer in microcontrollers?
Arduino
nathan
1 year ago
3 Relevance
A WAtchdog timer (WDT) is a hardware timer that resets the microcontroller if it crashes or freezes. The System must periodically reset the WDT ("kick" it) to prevent a reset. If it fails, the WAtchdog assumes a fault and restarts the System
View entire post
How to read resistor color codes?
Theoretical questions
tricky_logic
12 months ago
2 Relevance
I have a few resistors without any labels, and I WAnt to figure out their resistance values using the colored bands printed on them. I know there’s a color code System, but I’m not entirely sure how to read it correctly—especially when there are four or five bands. Could someone explain how to interpret the resistor color code, and maybe suggest a reliable method or chart to use for quick identification? Also, how do I tell which side to start reading from?
View entire post
Answer to: How does PID control work in automation?
Theoretical questions
Tech Geek
1 year ago
8 Relevance
PID (Proportional-Integral-Derivative) control is a fundamental feedback mechanism used in automation to maintain the stability and accuracy of a System. It continuously calculates an error value as the difference between a desired setpoint and a measured process variable, then applies corrections based on three terms: proportional, integral, and derivative. The proportional term (P) reacts to the current error. It produces an output that is directly proportional to the magnitude of the error. The larger the error, the stronger the corrective response. However, relying on proportional control alone often leaves a steady-state error, where the System stabilizes near the setpoint but not exactly at it. The integral term (I) addresses this by considering the accumulation of past errors. It integrates the error over time and adds a correction based on the sum of those errors. This helps eliminate the steady-state error and brings the output closer to the exact setpoint. However, too much integral action can cause the System to become unstable and oscillate. The derivative term (D) predicts future error by looking at the rate of change of the error. It provides a damping effect by slowing the response as the System approaches the setpoint, reducing overshoot and helping stabilize the System. A common example of PID control is in temperature regulation, such as in an oven. If the oven is set to maintain 200°C, the PID controller compares the actual temperature with the setpoint. If the temperature is too low (error), the proportional term increases the heater output. If the temperature has been low for a while, the integral term adds more power. As the temperature rises quickly, the derivative term kicks in to prevent overshooting beyond 200°C. PID controllers are widely used in industrial automation for applications like motor speed control, robotic arm positioning, pressure control in chemical processes, and flight control Systems in drones. Their ability to provide precise and stable control makes them essential in Systems where accuracy and reliability are critical.
View entire post
Answer to: Electrical isolation vs. grounding?
Theoretical questions
Sophie
1 year ago
2 Relevance
Electrical isolation and grounding serve different purposes: Electrical isolation means separating two circuits so that no current flows between them. It's used for safety and to prevent interference—common methods include transformers and optocouplers. Grounding connects System parts to a common reference point (usually earth) to stabilize voltages and safely divert fault currents.
View entire post
How does PID control work in automation?
Theoretical questions
Electronix
1 year ago
2 Relevance
I've been searching for a clear explanation of PID (Proportional-Integral-Derivative) control in different forums but haven't found a satisfactory answer. I understand that PID is widely used in automation for process control, but I WAnt to know how it works. How do the proportional, integral, and derivative terms contribute to maintaining System stability and accuracy? Also, in what types of automation applications is PID control most commonly used? I would appreciate a clear explanation with examples.
View entire post
Answer to: What’s the difference between a Microprocessor and a Microcontroller?
Theoretical questions
Admin
2 years ago
8 Relevance
... Unit) and needs external components like memory (RAM/ROM), input/output interfaces, and peripherals to work. Think of it as what you’d find in a computer, like an Intel Core i7 or an AMD Ryzen. It’s designed for complex tasks and multitasking. Applications: Computers, laptops, and smartphones. Flexibility: You get to design the System around it by adding the components you need. Microcontroller (MCU): A microcontroller, on the other hand, is more like an all-in-one package. It includes a CPU(a processor), memory (RAM/ROM), and peripherals like GPIO pins ...
View entire post
Answer to: Why is grounding important in electronics?
Theoretical questions
Admin
1 year ago
5 Relevance
I feel like you are referring to Earthing(in Electrical Systems) but got confused between Earthing and Grounding. Let me explain: Grounding in electronics provides a common return path for the current. Without a proper ground reference, your circuit just won’t function reliably. Even a simple LED needs a return path to complete the loop. And it’s not just a good design habit, it’s a foundational principle for how circuits work. In digital and analog Systems, ground acts as a voltage reference point. For instance, when you say a signal is 5V, it means 5V above ground. Earthing (also called grounding in some countries) in an electrical System means physically connecting certain parts of the electrical installation—like the metal frames of appliances to the Earth using a low-resistance wire. If a fault occurs and a live wire touches a metal body (like your fridge), earthing provides a direct path to the ground. This causes a large current to flow, which trips the breaker or blows a fuse—disconnecting the supply quickly and protecting people from electric shock. But here's a thing: Your Electrical System/appliances will still work without earthing, but it is very risky. So in conclusion, grounding in electronics is very different from Earthing in an Electrical System.
View entire post
Page 1 / 4 Next

Forum Search

Recent Posts

  • Admin

    RE: esp32 diagram connection

    @wmughal What do you want to achieve here exactly?

    By Admin , 3 months ago

  • DIY an RF power meter Based on STM32F103 + MAX4003

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

    By anselbevier , 3 months ago

  • esp32 diagram connection

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

    By wmughal , 4 months ago

  • Admin

    RE: Motor driver not working properly

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

    By Admin , 4 months ago

  • Motor driver not working properly

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

    By Noochee , 4 months ago

  • Answer to: Bluetooth Speaker won't turn on

    Translator Sorry, this i...

    By servitec , 5 months ago

  • Bluetooth Speaker won't turn on

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

    By servitec , 5 months ago

  • Answer to: Why Fluke multimeters are so expensive?

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

    By maryjlee , 8 months ago

  • Answer to: Can Raspberry Pi Replace a Home Router or Firewall?

    Yes, it’s definitely possible to turn a Raspberry Pi (e...

    By Divyam , 8 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 277 Topics
  • 742 Posts
  • 0 Online
  • 286 Members
Our newest member: No-Profile-1245
Latest Post: esp32 diagram connection
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.1

© 2026 eT Community • Built with GeneratePress