Max. voltage for a HC-05

I have a BT module (HC-05) connected to a UNO R3 powered by ~8v.

I needed to add more voltage to the Arduino, so I powered it with a little less than 12v and for some reason, it started to act by itself without any sense (it's a little car controlled by BT) and it didn't let me connect from the mobile application and later I think it burned out and so I had to replace it.

The Rx and Tx pins are connected to pins 10 and 11 (with the SerialSoftware).
When running at 8v it works perfectly.

What do you mean by that?

Show a schematic of how you have all this connected up.

Some good, clear photos would also help.

1 Like

What all besides the HC05 is connected to the 5V rail?

The on board 5V regulator is not heat sinked so will supply limited current before it overheats. If you are lucky the regulator will shut itself down, if not it will die.

Most likely what you really need is more current capability. Raising the input voltage to the on board regulator is actually counter-productive as the more voltage to the regulator the less current that it will supply before shutting down.

If you want more current on the 5V rail, connect the 12V to a 12V to 5V DC-DC converter (buck converter) and connect the 5V output to the Arduino 5V pin.

1 Like

I need to power some motors that are connected to a motor driver in a shield. (If it is possible, with 12v)

An ESP32 with camera, 2 LEDs and I guess everything to make the motors turn on or off.

The 12V is supplied from the "POWER_IN" of the shield.

All but the HC-05 are from this kit:
https://www.amazon.es/ELEGOO-Coche-Robótico-Educativo-4-0/dp/B07474MMB5/ref=asc_df_B07474MMB5/?tag=googshopes-21&linkCode=df0&hvadid=529600912772&hvpos=&hvnetw=g&hvrand=8631109764165858854&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=1005545&hvtargid=pla-562958081471&psc=1

I add photos in the following commentary, although it is not very clear.

So not supplying more voltage to the Arduino - supplying it to this shield (which you didn't mention)

Doesn't the shield documentation tell you that?

Please make them clear!

And don't forget the schematic

Power the motors separately. They generate electrical noise that plays havoc with the Arduino.

If you must use the same power supply for motors and the Arduino, don't use the Vin or "raw" power input. Add a separate 5V switching regulator, like this one, and apply power to the Arduino via the 5V pin.

@martisus - does the motor shield provide 5V to the Arduino?

Yes, at least when it is powered with the 8V, the 5V pin gives about 5.5V.

So what is the specification for that shield - 8V, or 12V ?

That's what I meant... I power everything from the Shield

Nope, it doesn't... But the motor driver and motors support them.

How can i do it...?

I have no documentation on that. It is the ELEGOO SmartCar-Shield-V1.1.
And the motor driver it carries is TB6612FNG. Which supports even higher voltage

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.