I wanted to add an XBee to my Arduino based quadcoptor but after a few seconds the quad now stops working, probably because the regulator gets too hot.
So I have a XBee S1 and a MPU6050 attached to the 3.3V rail and a RC-Receiver attached to the 5V Pin of my Arduino uno. After running for a couple seconds the Arduino just turns off and the 5V regulator is really hot.
The XBee specs say that its current peaks at around 50 mA and the MPU6050 uses around 5 mA. If I add this up I get around 55 mA, the specs say that the Unos 3.3V regulator can deliver 120 mA so I'm well below the limit. The RC-Receiver uses around 70 mA on the 5V rail so it shouldn't be a problem either. As a power source I use a 11V LiPo which should be plenty.
Now my question is where I should look for the problem, could a loose connection cause this or are my calculations wrong.
This are the schematics:
Gnd
+----+---+---+---+
| | | | |
| +-+-+-+-+-+-+-+-+ Vcc
| | E | E | E | E +----------------------+ +
| | S | S | S | S +----------------------+ |
| | C | C | C | C | Gnd | |
+--------+ | +-+-+-+-+-+-+-+-+ | |
+-----+ +------+-------------------+ | | | | | |
| |MPU6050 | | |Gnd | | | | | |
| +---+ +---------+-----------+3.3V| | | | | | |
| | +--------+ | | | | | | | | +---------+ | |
SCL| |SDA | | +-------+----+----+---+---+---+-+Powerjack | +-+ |
| | | | | +----------+ LiPo | |
| | +--------+ | | | +----------+ 11V +---+
| | | +---------+ | Arduino Uno | | |
| | |XBEE | | | | | |
| | | +------+ | | +---------+
| | +--------+ | |
| | |TX|RX +-+-+---+-+----+-+--------------+
| | | | | | | | | |
| | | +-----------------+ | | | Gnd| |5V
| | +----------------------+ | | +----------+
| | | | | |
| +----------------------------------+ | | RC- |
+--------------------------------------+ | Receiver |
| |
| |
+----------+