Hi!
I am an engineering student, novice when it comes to electronics. I know the theories, but the applications made me pull my hair.
Basically, we want to build an autonomous vacuum cleaner.
We have the following:
Arduino Mega
Digital Sensors for obstacle/cliff detection
Vacuum Pump
Continuous Rotation Servos for mobility
IR receivers for home base searching
2200 mAh LiPo 3S for power source
So my questions are:
- Is this feasible?
- We are planning on regulating the battery source using switching regulators to about 7v for Arduino, 6v for 2 servos, 5v for sensors.
11.1v
BAT +--------+---------+---------+---------+ Vacuum Pump 12v
| | |
SWreg SWreg SWreg
7v 6v 5v
| | |
arduino servos sensors
- Is the above diagram enough? We will use LM2575 buck switching regulators. Any better alternative?
- Arduino will of course control all the aspects of the robot. How do we turn on/off the vacuum pump using digital pin of the uC? Is the PMF290XN mosfet enough? What resistor value shall we connect to the gate?
- I have learned that turning on/off a dc motor will make the source line drop, which will affect the voltage fed into the arduino, resetting it. How do I make up for this?
Any help will be greatly appreciated.
Thanks in advance!