EmbeddedRelated.com
The 2026 Embedded Online Conference

70A 690V 3-Phase Solid-State Relay with RS-485 and Overcurrent Protection

Custom 3-phase solid-state relay prototype with MCU-controlled thyristor firing, RS-485 duty-cycle command input, dual-phase current sensing, and hardware overcurrent protection plus status reporting.

Advanced Project — This is advanced because it combines 690VAC power switching, high-current thyristor drive, fast hardware overcurrent protection, isolated RS-485 communication, and tight real-time MCU timing with safety-critical PCB layout constraints.
Assumptions:
  • The 70A, 690VAC load is AC mains industrial power and the SSR is intended for phase-angle or burst-fire control rather than simple on/off switching.
  • The three thyristor pairs are back-to-back SCRs or equivalent bidirectional thyristor arrangements, one pair per phase.
  • Hardware overcurrent detection means a fast analog comparator path that can force a shutdown independent of firmware.
  • The MCU will be powered from an isolated low-voltage supply separate from the mains power stage.
  • Prototype means a custom PCB is acceptable, but the user wants readily purchasable parts and not a full production-qualified SSR module.

Bill of Materials

Microcontroller
Top Pick TMS320F280021 Texas Instruments AI suggestion - verify availability
Use TMS320F280021 since the user already has it and it is well matched to deterministic thyristor firing, ADC-based current monitoring, and fast fault response.
TMS320F280025 Texas Instruments AI suggestion - verify availability
Same C2000 family as the user's existing MCU, but with more headroom if the prototype needs extra PWM channels, ADC resources, or firmware margin. Staying in the same ecosystem preserves toolchain and peripheral familiarity.
TMS320F280049 Texas Instruments AI suggestion - verify availability
Another C2000-family option with strong real-time control features and more integration for complex power-control firmware. Good if the design grows to include more diagnostics or tighter control loops.
Thyristor Gate Driver
Top Pick MOC3023 onsemi AI suggestion - verify availability
MOC3023 is the best starting point for a prototype because it supports non-zero-cross firing, which is the usual requirement for controlled thyristor power modulation.
MOC3052 onsemi AI suggestion - verify availability
Zero-cross optotriac driver if the design ends up using burst-fire or on/off control instead of phase-angle control. It is less suitable than MOC3023 for arbitrary firing angle control, but useful for reduced EMI in some modes.
ACPL-312T Broadcom AI suggestion - verify availability
High-speed isolated gate driver that is better suited if the thyristor gate network needs stronger, cleaner drive pulses than an optotriac can provide. Useful when the gate circuit is more demanding or when you want more robust isolation and timing control.
Current Sensor
Top Pick ACS772LCB-050B-PFF-T Allegro MicroSystems From our database
Top pick: ACS772LCB-050B-PFF-T (Allegro MicroSystems). Isolated Hall-effect current sensor with galvanic isolation and bidirectional measurement. Very attractive for safety and simplicity, but the 50A range is below the 70A target, so it is better as a lower-current reference than the main production choice.
Overcurrent Comparator
Top Pick LM2901N/NOPB Texas Instruments From our database
Top pick: LM2901N/NOPB (Texas Instruments). Quad comparator, which is useful if you want multiple thresholds or redundant fault logic. More channels than the LM2903DR, but in a larger through-hole package.
TLV3201AIDBVR Texas Instruments AI suggestion - verify availability
Fast comparator with rail-to-rail behavior and a clean logic output, useful if you want a sharper hardware trip path. Better for fast fault response than a general-purpose comparator, but it is a bit more design-sensitive.
RS-485 Interface
Top Pick SN65HVD1782 Texas Instruments From our database
SN65HVD1782 is the best industrial prototype choice because it is rugged and well suited to noisy an alternative part environments.
ADM3061E Analog Devices From our database
Modern half-duplex RS-485 transceiver that runs from 3.0 V to 5.5 V and is easy to interface to a 3.3 V MCU. Good balance of availability, robustness, and simplicity.
Power Supply
Top Pick RAC05-05SK RECOM Power From our database
RAC05-05SK is the best starting point because the control electronics need an isolated low-voltage supply, and this module can provide the 5 V rail for the prototype.
R-78E0.5-3.3 RECOM Power From our database
Useful point-of-load regulator if you already have a 5 V isolated rail and need a clean 3.3 V rail for the MCU and logic. Compact and easy to use, but it is not a primary mains supply.
TPS7A2033PDBVR Texas Instruments
Low-noise 3.3 V LDO suitable as a post-regulator from a 5 V isolated supply. Helpful if the MCU analog measurements need a quieter rail than a switching module alone can provide.

Compatibility Notes

  • TMS320F280021 is a 3.3 V-class MCU, so the TMS320F280021 transceiver should support 3.3 V logic; ADM3061E and SN65HVD1782 are compatible choices.
  • TMS320F280021 outputs an analog voltage, so the MCU ADC input range and reference must be set so the sensed current stays within safe limits at 70A full scale.
  • TMS320F280021 has open-collector outputs, so it will need pull-up resistors to the MCU logic rail or to a fault-latch rail.
  • The power stage is 690 VAC, so the control electronics must be isolated from the thyristor gate and current-sense domains; the low-voltage supply and TMS320F280021 interface should not share unsafe ground references with mains.
  • If the gate drive is implemented with optotriacs like MOC3023, the gate resistor and trigger current must be sized for the specific thyristor pair chosen; the driver alone is not enough to guarantee reliable turn-on.

You'll Also Need

  • Thyristor/SCR power devices for the 70A, 690VAC main switching path were not provided in the database and must be selected separately.
  • Gate resistors, snubbers, MOVs, fuses, thermal interface materials, heatsinks, and creepage/clearance-compliant PCB layout are required.
  • An isolated current-sense shunt or Hall sensor mechanical arrangement is needed, including busbar or conductor integration.
  • Connectors, terminal blocks, enclosure, insulation barriers, and PCB fabrication details are not covered here.
  • If the design needs isolated feedback from the power stage to the MCU beyond the current sensors, isolated amplifiers or digital isolators may be needed.
Estimated BOM Cost: $35-80 (based on live distributor pricing)

Design Considerations

Fault Shutdown Path
Do not rely on firmware alone for overcurrent protection. Use the TMS320F280021 output into an TMS320F280021 comparator so a threshold trip can disable firing immediately, then let the MCU log the event afterward. For a 70A system, set the comparator threshold with margin for normal inrush and transformer magnetizing current if applicable.
Gate Drive Strategy
For phase-angle control, the thyristors need repeatable trigger pulses synchronized to the AC waveform, not just a PWM-like average duty cycle. The TMS320F280021 can generate deterministic timing, but the actual gate pulse width and repetition rate should be validated on the bench with the chosen SCRs. If EMI is a concern, burst-fire control is often easier to tame than arbitrary phase-angle firing.
Current Sensing Topology
Two-phase sensing is acceptable for a prototype, but it will not catch every fault equally if the load is unbalanced or one phase is open. The TMS320F280021 is a strong choice because it handles fast common-mode transients well, which matters when the thyristors switch high voltage and high current. Make sure the shunt or sensor placement can survive the thermal dissipation at 70A.
Isolation and Safety
At 690VAC, creepage, clearance, and isolation are first-order design constraints, not layout afterthoughts. Keep the TMS320F280021 side, MCU side, and sensing side physically separated from the mains power path, and use isolated supply and signal boundaries where needed. Prototype boards often fail here first, so plan the PCB stackup and slotting early.
Firmware Architecture
Implement the control as a state machine with states such as idle, armed, firing, faulted, and comms-loss. The MCU should watchdog the TMS320F280021 command stream and force a safe state if duty-cycle updates stop arriving. Also log fault cause, current peaks, and command history so the client can diagnose trips remotely.
Validation and Bring-Up
Bring the design up first with a low-voltage resistive load and an isolated AC source or variac before attempting full 690VAC operation. Verify comparator trip timing, gate pulse timing, and current-sense scaling independently. For a prototype, thermal testing is critical because the thyristors, shunts, and gate networks can drift significantly as temperature rises.

Want to customize this project or build something different?

Try the Project Advisor
The 2026 Embedded Online Conference