Greek Arduino Projects - ardumotive.com I'm sorry I was disrespectful, I'm not trying to make excuses for my immature behavior but when I wrote to you I'd been dealing with pneumonia for some time but I'm better now. I wasn't trying to pull on your strings
No problem. I am not making English videos because I can't speak them very well. So now I am trying to make them with a background music just for demonstration purpose.
Nice video. Quick question . Can you please provide a link for the rc car ( or something similar to it) that could fit the arduino board and have a similar engine config . i`m not sure which car i should buy for my project ( i want to add an arduino camera as well) Much appreciated
thanks very much for this video but my car have some lag in control sometimes it does not response my orders what to do and it also the remote disconnects it self from the car plz help thanks
+saidi med The connection is the same. The HC-06 is an Bluetooth Slave module and the HC-05 is an Bluetooth Master-Slave module. So the only difference between them is that HC-05 can find (search) other (slave) BT modules.
Hii I used your code with L298 motor driver... Everything thing is working only trun right Button is not working.. Can you please give me a solution for this problem...
A is for one motor (A1 + and A2 - pin-cable). B the same for the other motor. Keep playing with this until you find the working combination for your project.
Hey im working in the same project somehow but i found some problems in adding the bluetooth function in the android app, can you please give me the android code of your app, it worked perfectly for me, and because that i want to modify it so i can control the car using the phone gyroscope, and i can give it back to you after i done so you can make your own gyroscope version of the app :)
search in google play the app - Car Bluetooth RC.. same principle plus it has already 'gyroscope function' meaning u can control your car by tilting the phone.. it will save you time, if u know programming it would be easily to modify the program. 😃
this is awesome, great tutorial ty so much... may i ask for the appinventor project for this app,, im building a small robot for my study and need to add some component such as button to the application layout,, thanks in advance
hello! could you help me how to connect arduino uno, hc-06 to control a servo MG996R. where should the wires be connect. I have tried but it could not run. Here is the code( iam just a bigginer): //------------------------------------------------- char state; #include Servo myservo; int pos=60; void setup() { //pinMode(2, OUTPUT); //pinMode(3, OUTPUT); Serial.begin(9600); myservo.attach(9); } void loop() { if(Serial.available() > 0){ state = Serial.read(); } else state = 0; if(state=='L'){ for(pos=60; pos>=0; pos -= 1) { myservo.write(pos); delay(30); } for(pos=0; pos
My project need just to control the speed of the car and bluetooth-controlled using mobile. May I know what are the components needed and estimation of budget in US dollars? Thank you very much sir.
Completely awesome. Thank you very much for taking the time to document this. A credit to the Arduino community!
Micky (Slotski) thanks!! You can also find guide to English here: en.ardumotive.com/arduino-bt-car
Roses are Red Violates are Blue. The title is English, the video should be too
I am from Greece, so the video will be in Greek. If you don't agree, don't watch it, don't like it.
Greek Arduino Projects - ardumotive.com I'm sorry I was disrespectful, I'm not trying to make excuses for my immature behavior but when I wrote to you I'd been dealing with pneumonia for some time but I'm better now. I wasn't trying to pull on your strings
No problem. I am not making English videos because I can't speak them very well. So now I am trying to make them with a background music just for demonstration purpose.
perhaps english subtitilers? That would be lovely! And the only people who will be complaining about your accents will be shitty persons ;3
@@Ardumotive Opa 💛
there is an aditional transistor on the car that does not appear on the circuit schematic. is it necessary?
I also see some disconnected cables. why?
Seyxaristo polly megale,I idees moy ayxisane perisotera tora.Kali doylia bravo soy
Nice video. Quick question . Can you please provide a link for the rc car ( or something similar to it) that could fit the arduino board and have a similar engine config . i`m not sure which car i should buy for my project ( i want to add an arduino camera as well)
Much appreciated
Instead Bluetooth RC Car I suggest using Arduino IO Control: you can create your own machine control panel
thanks very much for this video but my car have some lag in control sometimes it does not response my orders what to do and it also the remote disconnects it self from the car plz help thanks
thanks for sharing this it works well..! Can I add led blinker in this for hazard lights of car
can i know the model of your car ? and did your car using not more that 2 amps rated ?
Great video, really is a good project in arduino, i'll try to make one, I'll hope can do it
Hi,
i tried doing this project but for some reason it isnt working.
Hi, please see our new guide here: www.ardumotive.com/workshop.html
How did u manage multi touch with the app?? MIT app inventor still dont support :-(
Can you tell me specs of battery, and how much can you play with car.
Hello sir I want to make arduino uno hc05 l298 motor diver transform in rc car plz give me code and circuite diagram
Thank you for sharing i build it !
Great news!
Can you tell me why I need the STATE pin, because my hc-06 doesnt even have one.
Yes, you need to know if the BT is connected. For example, when it will be out of range (max 10m) car will stop.
Greek Arduino Projects - ardumotive.com but i can't even find an hc-06 with a state pin
Friend , I have to use the HC -06 fc -114 module and use the state ? Normally or I need to adjust ?
there is any difference between using hc-05 and hc-06!! thank you;
+saidi med No
+Δημήτρης Βλαχοσπύρος thanks
+saidi med The connection is the same. The HC-06 is an Bluetooth Slave module and the HC-05 is an Bluetooth Master-Slave module. So the only difference between them is that HC-05 can find (search) other (slave) BT modules.
+Greek Arduino Projects - ardumotive.com i mean there is no need to modify the arduino code and the android app if im using the hc-05!!
+saidi med it's the same.
Can any help??? Can i use hc 05 instead of hc 06???
Hii I used your code with L298 motor driver... Everything thing is working only trun right Button is not working.. Can you please give me a solution for this problem...
Arduino code please
Please visit: www.ardumotive.com/workshop.html
hi, how many meters can it reach before lose signal? thanks
about 10m
HOW CAN I ADD PWM FUNCTION OF L298n IN THIS PROGRAM?
What does motoe A1, A2, B1 and B2 mean in the code? Can you please explain! Thank you
A is for one motor (A1 + and A2 - pin-cable). B the same for the other motor. Keep playing with this until you find the working combination for your project.
Thank you so much for your reply. One more question, do you think the code you have will work if I use L298 motor driver?
I wanted to know how this app is made but not by MIT Inventor by coding
Does this app work on any specific version of android.
can i use hc05 bluetooth module?
Can I use Arduino Nano ?
yes you can ;)
Someone can tell me how the module l298 is connected
Can you show connection
can i use l298n mother driver
can I use hc05 module for this and 1k ohm resistor
+Saiesh Rai You can try to use the hc-05. Do not use 1k resistor with 12V battery. You will burn the Arduino micro controller.
Hey im working in the same project somehow but i found some problems in adding the bluetooth function in the android app, can you please give me the android code of your app, it worked perfectly for me, and because that i want to modify it so i can control the car using the phone gyroscope, and i can give it back to you after i done so you can make your own gyroscope version of the app :)
search in google play the app - Car Bluetooth RC.. same principle plus it has already 'gyroscope function' meaning u can control your car by tilting the phone..
it will save you time, if u know programming it would be easily to modify the program. 😃
+EngrRobPangilinan i already created my own app but it bugs all the time so i use that app that you already mentioned thank you
se ve genial, voy probar hacer uno :)
can you provide me the code if i had used motor driver shield
Can u please mail me the the app vision 1.5 since latest app is having big of delay please
Nemeen Shah Try this application: play.google.com/store/apps/details?id=braulio.calle.bluetoothRCcontroller
Greek Arduino Projects - ardumotive.com thanks it is working fine and great 😁
battery voltage?
how to connect battery tó arduino via usb ?
τα μοτερακια τι ειναι;
φανταzομαι για τη στροφη ειναι σερβο
το αλλο βηματικο;
είναι ένα απλο τηλ/μενο, οπότε και τα δυο είναι dc.
this is awesome, great tutorial ty so much...
may i ask for the appinventor project for this app,, im building a small robot for my study and need to add some component such as button to the application layout,,
thanks in advance
Can you sale the car?
can i use l293d motor shield in same code?
yes
hello! could you help me how to connect arduino uno, hc-06 to control a servo MG996R. where should the wires be connect. I have tried but it could not run. Here is the code( iam just a bigginer):
//-------------------------------------------------
char state;
#include
Servo myservo;
int pos=60;
void setup() {
//pinMode(2, OUTPUT);
//pinMode(3, OUTPUT);
Serial.begin(9600);
myservo.attach(9);
}
void loop() {
if(Serial.available() > 0){
state = Serial.read();
} else
state = 0;
if(state=='L'){
for(pos=60; pos>=0; pos -= 1)
{
myservo.write(pos);
delay(30);
}
for(pos=0; pos
Can I use Arduino Durmilanove
Nemeen Shah yes ;)
Μπράβο παιδιά...Τα σπάει!!!
Σε ευχαριστώ Βασίλη!
Yo quiero poner un servo en la parte de la direccion alguien me deci como se hace por favor
can't controle th speed
Welldan and thanks bro
what a nice
Bro I used your code but it didn't work😞😞
Nemeen Shah You are doing something wrong... check it again ;)
My project need just to control the speed of the car and bluetooth-controlled using mobile. May I know what are the components needed and estimation of budget in US dollars? Thank you very much sir.
this a good bro, i can have code android?
totally can hear you man
E se muda a ponte h da com mesmo codego
can i use hc05 bt module?