Beginner’s first RC Car Hi everyone! I’m a complete beginner and I’m just starting my journey with Arduino. I’m planning to build my first RC car using the **Arduino Uno R4 WiFi**, but I’m struggling with the hardware selection and wiring. **My planned setup:** * **Motors:** 4x TT Dual DC Motors (3-6V) 200RPM 1:48. * **Motor Driver:** I’m looking at the **L298N** to drive the 4 motors. Is this a good choice for a first-timer? **Connectivity:** My first goal is to build a custom Android app to control the car via Bluetooth (using the R4’s built-in module). However, I’m also interested in building a physical remote controller with a joystick to drive it via radio. What extra modules would I need for radio communication? **Power Supply:** This is the part that confuses me the most. I’ve read about 18650 batteries, but I have no idea how to actually connect them to power both the motors (via the driver) and the Arduino board safely. How do I prevent voltage drops or damage to the board?…