Are you an ESP32 lover? Then you are at the right place.
1. Drone: Use an ESP32 as the flight controller, paired with an IMU sensor (BNO055) and motors. The control can be managed via Wi-Fi using a web app, with custom-designed PCB frame for lightweight construction. https://youtu.be/esmYcBHqBK8?si=HybdpV2Q2QWrL7N0
2. RC Car: The ESP32 acts as the main controller for a RC car with DC motors. A motor driver board (L298N) is for controlling the motor's speed and direction. It can be controlled wirelessly by using a web interface.
3. Solar Charger: The ESP32 can be used to create a smart power system. It requires a solar panel, a battery, and a charging module (TP4056) to regulate power. A voltage regulator is also needed to supply the voltage to the ESP32. This system can be programmed to monitor battery levels and solar panel output.
We can use a smartphone to controlled a FPV RC paper airplane powered by an ESP32 microcontroller and a micro-MOSFET driver. It integrates a camera for live video and uses the ESP32 sensors for stabilization.