ELECTRONICS
433MHz RF Relay + L298N Motor Control
A worked electronics example, rendered live. Open it in the AI editor and adapt it to your own case.
Make this diagram your own.
Open it in the AI editor with a prompt pre-filled — keep what works, change what doesn't.
CASE ANALYSIS
Scenario
An Arduino Uno receives a 433MHz RF signal, activates a relay to supply 12V to an L298N motor driver, then controls motor direction and speed via digital and PWM pins.
Key decisions
- Use relay COM/NO to switch 12V supply to L298N 12V pin, isolating motor power when idle
- Drive L298N IN1/IN2 with Arduino D8/D9 for forward/reverse and ENA with D10 for PWM speed
- Share common ground between Arduino, relay, and L298N via top negative rail
When to reuse this
Use this wiring when building a remote-controlled DC motor driver with safe power switching and reversible speed control on a half-size breadboard.
RELATED EXAMPLES
More electronics examples
MAKE YOUR OWN
Try the diagram makers.
Open this example in the editor →
Tweak it with chat, export PNG/SVG, or fork it for your own use case.
breadboard-arduino-433mhz-rf-relay-l298n-12v-dc-motor-forward-reverse-b