Rc car using hc05 and blynk

It will work on a 2 DC motor and it can be operated on blynk via hc05.
Can you please help me with the code?
Send me the code please.
I’m trying but all code are for Nodmcu.
Please help me as soon as possible.
Thanks.

The HC05 is a Bluetooth to Serial modem, it can’t operate DC motors without additional hardware.
The normal approach is to connect the HC05 to an MCU, such as an Arduino or NodeMCU, then use this to drive an H-Bridge motor controller which controls the motors.

You’ll find that forum members are usually happy to “help with code”, but that’s somewhat different to writing the code for you, especially if you aren’t clear about the hardware that you’re planning to use.
Share information about your hardware, and the code that you’ve written so far, and I’m sure that you’ll get some useful feedback.

Pete.

1 Like

Thanks for your instant Reply,
And
I’m using the arduino.
Can I make it without the H bridge motor controller ?