I am just starting with my first project with Arduino. I am making a Bluetooth controlled 2WD vehicle. I am using the UNO, and need some help with the electronics.
First, I am using an H-Bridge made out of MOSFETs. Though I know using an IC like L293 would be a much better option, it is a sort of a requirement for this project that I make the H-Bridge myself. I have attached the schematic of the H-Bridge. I am using IRF9630 P Type and IRF630 N Type MOSFETs. There will be two of these for both the wheels. My question is that if this H-Bridge is safe to use with the Arduino UNO. From what I know, the UNO digital pins are rated at 40mA., and that MOSFETs have zero gate current, so it should be safe. I believe I don't need extra transistors for driving the high side because my H-Bridge voltage is 5v, which is the same as the logic voltage.
Secondly, if I am using a 7.4V battery pack to power the Arduino, can I use the same battery pack to power the H-Bridges, and use a 5V regulator like this one? I believe I cannot power the motors from the Arduino 5V output because the motors, 3-6 V, will exceed
Lastly, my HC-05 module came attached to a breakout board. Do I still need resistors to connect it?
I will be glad to have some help. Thanks for reading.