Thank you so much for making this I've been looking for something like this for 2 weeks and finally found something to customize for my Arduino based helicopter (original pcb) broke
Michael Snip you can create condition in arduino or in app inventor. If (sliderValue < 1500) { motorRotationClockwise(); } Else { motorRotationAnticlockwise(); } I've try with my rc car and quadcopter its working.
Zaki Zakaria thanks I haven't though of that also the helicopter I'm using is a syma s107 for this project because it has a vertical tail motor instead of a horizontal like other cheap helicopter have alo im thinking of using the accelerometer of my phone (sm-j320f) to control the the movement and have a single slider fpr the power and a button for the light
Zaki Zakaria update i have my accelerometer data being send to the Arduino now i have to write the Arduino code and do the the soldering and then I'm done
Very good job !Don't you think you should use Serial.readStringUntil(terminator) instead of Serial.readString() and add a terminator caracter at the end of the string sent by android to avoid reading several strings in one time ?
ZAKI ZAKARIA YOU SHOULD DEFINITELY MAKE A VIDEO EXPLAINING HOW TO BUILD A CIRCUIT, CODE, APP AND ZERO CROSSING CIRCUIT WHICH CAN CONTROL AT LEAST 5 AC LIGHT BULBS AND BE ABLE TO NOT ONLY TURN THEM ON/OFF BUT DIM EACH ONE OF THEM SEPARATELY VIA BLUETOOTH HC-06 AND ANDROID APP. THAT WILL BE A CHALLENGE!!!
Sir I have made the same and the app getting connected with Bluetooth device hc05 but when I touched any slider it showing ,error 516 unable to write brocken pipe. Please help me out of this.
Hi sir, can u make another vid that using accelerometer to control multiple pwm pins? Cus I had tried that to control multiple servo motor but my app keep crashing
Sir, I have made this and it's working but when I am merging of both led blink and pwm it is not responding properly. I am using two led for blink and another two for pwm.
You can try add Serial.setTimeout(10); to accelerate your arduino response. And please avoid use delay(); if you want to blink your LED. It will stop your arduino cpu for while. Share your code here.
Partha Jana maybe you can download and import my .aia file that i use in this video. Here link to download: ohhmyproject.blogspot.my/2016/03/mit-app-inventor-control-multiple.html?m=1
Sir if you kindly give me your mail id I will send you one mit app and the blocks I have made but can't do the arduino code if you kindly help me making the code for my app .
Que buen video, sin una sola palabra quedó todo muy bien explicado. Gracias
Thanks for the useful information! Thisbinspired me for my bluetooth project
You can add Serial.setTimeout(1); in setup() to accelerate the process of Serial.readString
Thank you so much for making this I've been looking for something like this for 2 weeks and finally found something to customize for my Arduino based helicopter (original pcb) broke
Michael Snip most welcome. Glad to hear that. Hope you can share your project here 🙂
Only problems I have is Is I don't know how to make it so halfway = 0 for the tail motor
Michael Snip you can create condition in arduino or in app inventor.
If (sliderValue < 1500)
{
motorRotationClockwise();
}
Else
{
motorRotationAnticlockwise();
}
I've try with my rc car and quadcopter its working.
Zaki Zakaria thanks I haven't though of that also the helicopter I'm using is a syma s107 for this project because it has a vertical tail motor instead of a horizontal like other cheap helicopter have alo im thinking of using the accelerometer of my phone (sm-j320f) to control the the movement and have a single slider fpr the power and a button for the light
Zaki Zakaria update i have my accelerometer data being send to the Arduino now i have to write the Arduino code and do the the soldering and then I'm done
sir, can u send me the apk the link doesnt work
Thank you so much!
Tks!
Congratulations!
Thankyou sir for your kind assistance.
Very good job !Don't you think you should use Serial.readStringUntil(terminator) instead of Serial.readString() and add a terminator caracter at the end of the string sent by android to avoid reading several strings in one time ?
such a good idea. maybe i can use in my next video
ZAKI ZAKARIA YOU SHOULD DEFINITELY MAKE A VIDEO EXPLAINING HOW TO BUILD A CIRCUIT, CODE, APP AND ZERO CROSSING CIRCUIT WHICH CAN CONTROL AT LEAST 5 AC LIGHT BULBS AND BE ABLE TO NOT ONLY TURN THEM ON/OFF BUT DIM EACH ONE OF THEM SEPARATELY VIA BLUETOOTH HC-06 AND ANDROID APP. THAT WILL BE A CHALLENGE!!!
Works well... If you push the point you want, works well, but when you slide there is a problem.
Antonio Meza i will fix this if its possible. Or maybe create an extension. Thanks tak tun tuang!
Questions
Can u create apps that send image to other device via Bluetooth?
Thanks you
what if i wanted to use wifi instead of bluetooth?
Sir I have made the same and the app getting connected with Bluetooth device hc05 but when I touched any slider it showing ,error 516 unable to write brocken pipe. Please help me out of this.
Partha Jana did your phone paired and connected to your bluetooth module before you touch?
Hi nice rutorial. But now a days wifi is in boom can you explain how to do same for esp 8266 or node mcu
Hi sir, can u make another vid that using accelerometer to control multiple pwm pins? Cus I had tried that to control multiple servo motor but my app keep crashing
No video, but here is tutorial on my blog as per your request.
ohhmyproject.blogspot.com/2019/04/servo-from-android-app-inventor-arduino.html
@@ZakiZakaria Okay sir. Thank you very much and have a nice day.
@@wsleong5833 can u pls send me the apk
Sir, I have made this and it's working but when I am merging of both led blink and pwm it is not responding properly. I am using two led for blink and another two for pwm.
You can try add Serial.setTimeout(10); to accelerate your arduino response. And please avoid use delay(); if you want to blink your LED. It will stop your arduino cpu for while.
Share your code here.
Should I use this under void setup
I am not using delay function
@@parthajana3365 yes set time out under setup
how about using wifi nodemcu, bro?........
hey ? I want to play 3gp files from the memory card / folder / file 3gp Can you help me! Link??
super sir mit with esp8266 possible or not
im not found the arduino code plz help thank you
good video... thanks for share it !!
:)
thnx
Welcome robin 😁
how to make the phone ring an alarm when the arduino+bluetooth and the phone are disconnected?
im using an android nano and a hc-06 btw, could please help me?
Yes when I touch the connect button from my app it easily getting connected
Partha Jana maybe you can download and import my .aia file that i use in this video. Here link to download:
ohhmyproject.blogspot.my/2016/03/mit-app-inventor-control-multiple.html?m=1
Sir if you kindly give me your mail id I will send you one mit app and the blocks I have made but can't do the arduino code if you kindly help me making the code for my app .
Partha Jana Click the link. You also can download arduino code. You can modify the code if needed.
@@ZakiZakaria u clossed the link can u pls send me per email or make link work again. thanks a lot
not found in the link
muy util me puede servir pero no lo subas en servidores como mega upload se olvida y no pueojar vieo por virus
I'll send you an app I have made using mit ai2 . I need your help for making arduino code for the app
Hi, Can you send me circuits connection on breadboard?
Hi rami, here the circuit connection on my breadboard :)
drive.google.com/file/d/0B3c_VPBO9Qq3b29xV3AxTkt3MVk/view?usp=docslist_api
plz the arduino code
LASTIMA QUE NO TENGA SONIDO ESTE VÍDEO TAN INTERESANTE.....
Almost can explain what are u doing lol