Chat
Welcome to Flux
Treat Flux like your intern. Tell it what you'd like to build and it'll get to work. You can also ask it questions, brainstorm ideas, and teach it your preferences. Learn More
Ready.
Reviews
Properties
Properties describe core aspects of the project.
Pricing & Availability
Distributor | Qty 1 |
|---|
Assets
No assets added.
Controls
Welcome 👋
Flux helps you build PCBs faster with an AI teammate!
Create your account to collaborate, stay updated, fork your own version, and get instant answers from our AI agent.
harshal05
copilot
- 2 x Servo Motors (Commonly use three pins: VCC, GND, Signal)
- 2 x Drone Motors (Commonly connected via a brushless motor controller)
- 1 x HC-05 Bluetooth Module
- 1 x L239D Motor Driver
- 1 x Arduino Uno
Connection Guide-
First, we'll connect the motor driver L239D to the Arduino Uno
-
Now, we'll connect the L239D to the drone motors.
-
Connecting the Servo Motors.
-
Lastly, we'll hook up the HC-05 Bluetooth Module
The final schematic should look like this:Connect each input
In1,In2,In3,In4on the L239D to an Arduino pin. PerhapsD8,D9,D10,D11. Also, connectGNDto a ground pin on the Arduino.Each drone motor should connect to an output pair on the L239D, so pair
Out1andOut2to one motor, andOut3andOut4to the other.You can connect each servo motor to other digital pins on the Arduino. Connect the
VCCandGNDpin of the servo to the 5V and GND of Arduino, and theSignalpin to any digital pin, for example,D4andD5.Connect the
VCCandGNDpins to the 5V and ground pin of Arduino,TXDtoRXDon the Arduino, andRXDtoTXD.Providing power to other components, processing signals from the Bluetooth module, managing motor controllers.
TXDandRXDpins of the Arduino Uno.Allows wireless control.
EOS'
In1toIn4at the ArduinoD8,D9,D10,D11respective pins. After that, eachOutpair to each Drone Motor.Controlled by L239D, moving the drone.
Powered by Arduino
5VandGND, controlled byD4andD5.harshal05
copilot
-
The Voltage Regulator (for example LM7805) should be connected to your power source
-
Then, connect the
Final Schematic:Connect the
INpin of the LM7805 to the positive terminal of your power source, andGNDto the common/ground/negative terminal.OUTpin of the LM7805 to theVCC/VINpin of your Arduino UNO. Also connect theGNDpin of the LM7805 to theGNDpin of the Arduino UNO.VinandGNDconnected to theOUTandGNDpins of the LM7805 respectively.Connected to the
TX/RXpins of Arduino and getting power from5VandGNDpins of the Arduino Uno.Inputs from Arduino digital pins
D8-D11, Outputs to the 2 Drone Motors.Controlled by L239D Motor Driver.
Powered by the
5VandGNDpins of the Arduino, signal from digital pinsD4andD5.INpin connected to power source,GNDpin connected to common ground, andOUTpin connected toVinof Arduino Uno.harshal05
copilot
Powering it from the output from the LM7805. Connect
Vinon the Arduino to theOUTon the LM7805, andGNDtoGND.Powered from the Arduino's 5V and GND pins and connect
TXDto the RX pin on Arduino andRXDto the TX pin on Arduino.Connect the GND and VCC pins on the servos to GND and 5V on the Arduino respectively. The signal pins should be connected to digital outputs on the Arduino, let's say
D4andD5.Power this from the same power source of the motors (not through the LM7805 as it could exceed the LM7805's current limit). Connect the inputs
In1,In2,In3andIn4to digital outputs on the Arduino, such asD9,D10,D11, andD12.Connect the motors to the
Out1/Out2, andOut3/Out4pairs on the L239D respectively.Connect the
INpin of LM7805 to the supply (greater than 7V due to dropout voltage),OUTto theVinpin of Arduino Uno, and theGNDpin to the common ground.harshal05
copilot
harshal05
copilot
INpin of the LM7805 voltage regulator.GNDpin of the LM7805 voltage regulator.GNDpin of the Arduino Uno.GNDpin of the HC-05 Bluetooth Module.GNDpin of the L239D Motor Driver (also connect theGNDpins of the connected Drone motors here as well).GNDwires of the Servo Motors.