The areas of electrical engineering are the distinct specialized branches—such as power, electronics, control systems, and signal processing—that dictate the specific physical laws, components, and safety standards governing how electrical energy is generated, manipulated, and utilized in a circuit. Identifying the governing area changes your safety thresholds, dictates whether you select a heavy-duty contactor or a logic-level MOSFET, and determines if you need to pull out a clamp meter or an oscilloscope. Makers most commonly confuse electrical engineering (high-voltage AC, heavy current, grid power) with electronic engineering (low-voltage DC, semiconductors, logic levels), a mix-up that routinely causes melted terminal lugs, tripped mains breakers, and instantly bricked microcontrollers.

Safety Caveat: Any project crossing from electronic logic (under 50V DC) into electrical power (over 50V AC/DC) requires galvanic isolation. Never connect a microcontroller GPIO pin directly to a mains-voltage circuit. De-energize and verify dead with a tested multimeter before touching any power engineering components.

The Core Areas of Electrical Engineering Defined for Makers

While university curricula split the discipline into a dozen sub-fields, the workbench reality for DIYers and trade students condenses into four practical areas. Understanding these boundaries prevents you from applying the wrong physical rules to your build.

  • Power Engineering: Deals with the generation, transmission, and distribution of high electrical energy. Typical bounds: 120V–480V AC, currents from 15A to thousands of amps. This is the domain of the National Electrical Code (NEC), THHN wire, breaker panels, and induction motors.
  • Electronics Engineering: Focuses on manipulating low-voltage DC to process information or control power. Typical bounds: 1.8V–48V DC, currents from microamps to ~30A. This covers your Arduino/ESP32 builds, PCB design, MOSFETs, and buck converters.
  • Control Systems Engineering: The math and logic governing how a system maintains a desired state. In practice, this means PID loops, motor drivers, and feedback sensors (encoders, thermocouples) keeping a 3D printer hotend at exactly 210°C.
  • Signal Processing & Telecommunications: Handling high-frequency AC or data. This governs your RF links (LoRa, WiFi), audio amplifiers, and I2C/SPI bus routing where trace length and impedance matter.

Where You Meet This in Practice: The Workbench Reality

The friction happens when a single project demands multiple areas. Consider a common maker project: building a smart, automated space heater controller. The ESP32 handling the WiFi scheduling is pure electronics. The 1500W resistive heating element plugged into the wall is pure power. If you apply electronic wire-sizing rules to the power side, you will start a fire.

Worked Numeric Example: Sizing the Power Side

Let’s calculate the wire and breaker size for the 1500W heater element on a standard US 120V RMS branch circuit.

  1. Base Current Calculation: Using Ohm’s/Power law, I = P / V. Therefore, 1500W / 120V = 12.5A.
  2. Continuous Load Derating: Because a space heater is a "continuous load" (expected to run for 3 hours or more), NFPA 70 (NEC) Article 210.20(A) requires multiplying the base current by 125%. 12.5A × 1.25 = 15.625A.
  3. Breaker Sizing: A standard 15A breaker will eventually trip under a 15.6A continuous load. You must step up to a 20A breaker.
  4. Wire Sizing: 14 AWG copper is only rated for 15A (in the 60°C termination column). You must use 12 AWG THHN copper, which is rated for 20A at 60°C (and 25A at 75°C, though standard residential terminations default to the 60°C column for safety).
Pro Tip: If you try to switch this 15.6A load using a standard 10A Songle SRD-05VDC-SL-C relay module commonly found in Arduino starter kits, the relay contacts will weld together and fail closed within minutes. You must step up to a 20A+ contactor or a heavy-duty solid-state relay.

Decision Path: Which Area's Rules Govern Your Build?

Use this decision tree to determine which engineering discipline's standards you must follow for your specific circuit segment, terminating in a concrete component or wire pick.

Project Characteristic Governing Area Concrete Component / Wire Pick
Switching 120V AC at 15A (e.g., HVAC, heaters) Power Engineering Pick: Omron G7SA-16A safety relay with 12 AWG THHN control wiring.
Driving a 12V DC 30A winch or starter motor Power / Automotive Pick: 40A Bosch-style 5-pin automotive relay with 10 AWG stranded wire and an inline 40A mega fuse.
Reading a 4-20mA industrial pressure sensor Control / Signal Processing Pick: 250-ohm 0.1% precision resistor to drop 1-5V into an ESP32 ADC, shielded twisted-pair cable.
Stepping down 24V DC to 5V DC at 3A for logic Power Electronics Pick: Texas Instruments LM2596HVS buck converter module (avoid cheap unbranded clones that lack proper input capacitors).
Routing I2C data to a sensor 2 meters away Signal Processing Pick: NXP P82B715 I2C bus extender IC to convert to differential signaling; standard I2C will fail past 30cm.

Bridging Power and Electronics: The Interfacing Danger Zone

The highest risk of equipment destruction and personal injury occurs at the exact boundary where electronics meets power. When your 3.3V ESP32 GPIO pin needs to trigger a 240V AC water pump, you cannot simply wire them together. A fault on the AC side will send 240V straight into your microcontroller, vaporizing the silicon and potentially energizing your laptop via the USB programming cable.

To cross this boundary safely, you must enforce galvanic isolation. The most reliable, cost-effective method for hobbyists is using an optocoupler or an isolated Solid State Relay (SSR).

  • For low-current logic isolation: Use a PC817 optocoupler. It provides 5000 Vrms of isolation between the input LED and the output phototransistor. Drive the PC817 input with your ESP32 pin and a 220-ohm current-limiting resistor, and use the output side to trigger your larger power relay.
  • For direct AC load switching: Use a panel-mount SSR like the Fotek SSR-25DA. It accepts a 3-32V DC input (perfect for microcontrollers) and switches up to 25A of 24-380V AC on the output side, with complete optical isolation between the two. Note: Always mount SSRs to a heatsink when switching loads above 5A, as the internal TRIAC dissipates roughly 1.5W per amp as heat.

For a deeper dive into the semiconductor physics governing these isolation boundaries, the All About Circuits Textbook provides excellent open-source chapters on thyristors and optoelectronics.

Frequently Asked Questions

Q: Is Mechatronics a separate area of electrical engineering?
A: Mechatronics is an interdisciplinary overlap, not a distinct fundamental area. It combines mechanical engineering, control systems, and electronics. If you are building a CNC router, the stepper motors and lead screws are mechanical; the stepper drivers (like the TMC2209) are electronics; and the G-code motion planning is control systems. You must still apply the specific rules of each underlying area to the respective components.

Q: Where does Microelectronics fit into my DIY projects?
A: Microelectronics deals with the fabrication of semiconductor devices at the microscopic level (VLSI, IC design). As a maker, you are a consumer of microelectronics, not a practitioner. You buy the finished ATmega328P chip; you do not fabricate it. Your concern is with the macro-level electronic packaging—specifically, respecting the absolute maximum ratings (e.g., never exceeding 40mA per I/O pin on the ATmega) dictated by the microelectronic limitations.

Q: Can I use electronic wire (like 22 AWG hookup wire) for a 120V AC power circuit if the current is very low, like a 5W LED?
A: No. While 22 AWG wire can physically carry the 0.04A required by a 5W LED without melting, power engineering standards (like the NEC) dictate minimum wire sizes for mechanical strength and fault survival. Branch circuit wiring must generally be a minimum of 14 AWG copper. If a short circuit occurs, the 20A breaker will allow thousands of amps to flow for a few milliseconds before tripping; 22 AWG wire will instantly vaporize and start a fire inside the wall before the breaker clears the fault. Always size wire for the breaker, not just the load.

Mastering your projects requires respecting the boundaries between these disciplines. When you are routing 5V logic, think like an electronics engineer and worry about noise and voltage drop. When you are terminating 120V AC, think like a power engineer, torque your lugs to spec, and respect the ampacity tables. Default to the stricter safety standard whenever two areas overlap, and your builds will survive both the workbench and the real world.