No video

MIT app inventor Control Multiple Arduino's PWM pins

  Рет қаралды 33,552

Zaki Zakaria

Zaki Zakaria

Күн бұрын

Similar to this tutorial:
ohhmyproject.b...
Download APK, Arduino Code:-
ohhmyproject.blogspot.com
Create simple apps: • Create Android Apps & ...
This video show you how to create android app using MIT app inventor 2 to control more than 1 Arduino's PWM pins using bluetooth (HC06). This video also show you how to coding in Arduino IDE to receive multiple command from android in "string".
I will update my blog to explain more detail and link to download the code, APK, AIA

Пікірлер: 58
@jeanlucbergier7728
@jeanlucbergier7728 8 жыл бұрын
You can add Serial.setTimeout(1); in setup() to accelerate the process of Serial.readString
@XtraClass
@XtraClass 7 жыл бұрын
Que buen video, sin una sola palabra quedó todo muy bien explicado. Gracias
@ms2649
@ms2649 6 жыл бұрын
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
@ZakiZakaria
@ZakiZakaria 6 жыл бұрын
Michael Snip most welcome. Glad to hear that. Hope you can share your project here 🙂
@ms2649
@ms2649 6 жыл бұрын
Only problems I have is Is I don't know how to make it so halfway = 0 for the tail motor
@ZakiZakaria
@ZakiZakaria 6 жыл бұрын
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.
@ms2649
@ms2649 6 жыл бұрын
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
@ms2649
@ms2649 6 жыл бұрын
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
@syahrul9282
@syahrul9282 5 жыл бұрын
Thanks for the useful information! Thisbinspired me for my bluetooth project
@anmo8907
@anmo8907 2 жыл бұрын
Thank you so much!
@greatdaddy4710
@greatdaddy4710 5 жыл бұрын
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!!!
@saaq_11s
@saaq_11s 5 жыл бұрын
Thanks you
@MultiNogy
@MultiNogy 4 жыл бұрын
Tks! Congratulations!
@parthajana3365
@parthajana3365 6 жыл бұрын
Thankyou sir for your kind assistance.
@antoniomeza2405
@antoniomeza2405 6 жыл бұрын
Works well... If you push the point you want, works well, but when you slide there is a problem.
@ZakiZakaria
@ZakiZakaria 6 жыл бұрын
Antonio Meza i will fix this if its possible. Or maybe create an extension. Thanks tak tun tuang!
@jeanlucbergier7728
@jeanlucbergier7728 8 жыл бұрын
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 ?
@ZakiZakaria
@ZakiZakaria 8 жыл бұрын
such a good idea. maybe i can use in my next video
@santoshbabu517
@santoshbabu517 6 жыл бұрын
Hi nice rutorial. But now a days wifi is in boom can you explain how to do same for esp 8266 or node mcu
@Tikeyportador
@Tikeyportador 8 жыл бұрын
good video... thanks for share it !!
@ZakiZakaria
@ZakiZakaria 8 жыл бұрын
:)
@li-lz7wo
@li-lz7wo Жыл бұрын
sir, can u send me the apk the link doesnt work
@wsleong5833
@wsleong5833 5 жыл бұрын
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
@ZakiZakaria
@ZakiZakaria 5 жыл бұрын
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
@wsleong5833
@wsleong5833 5 жыл бұрын
@@ZakiZakaria Okay sir. Thank you very much and have a nice day.
@li-lz7wo
@li-lz7wo Жыл бұрын
@@wsleong5833 can u pls send me the apk
@robinhoed5729
@robinhoed5729 4 жыл бұрын
thnx
@ZakiZakaria
@ZakiZakaria 4 жыл бұрын
Welcome robin 😁
@the_hasnat
@the_hasnat 2 жыл бұрын
what if i wanted to use wifi instead of bluetooth?
@muhammadazzammohammad5513
@muhammadazzammohammad5513 7 жыл бұрын
Questions Can u create apps that send image to other device via Bluetooth?
@dassajityadav5555
@dassajityadav5555 4 жыл бұрын
super sir mit with esp8266 possible or not
@vikasoenali1093
@vikasoenali1093 4 жыл бұрын
how about using wifi nodemcu, bro?........
@mictoat5671
@mictoat5671 8 жыл бұрын
hey ? I want to play 3gp files from the memory card / folder / file 3gp Can you help me! Link??
@habilekgopti9449
@habilekgopti9449 4 жыл бұрын
im not found the arduino code plz help thank you
@habilekgopti9449
@habilekgopti9449 4 жыл бұрын
not found in the link
@parthajana3365
@parthajana3365 6 жыл бұрын
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.
@ZakiZakaria
@ZakiZakaria 6 жыл бұрын
Partha Jana did your phone paired and connected to your bluetooth module before you touch?
@CarlosMoreno-xy6vy
@CarlosMoreno-xy6vy 7 жыл бұрын
muy util me puede servir pero no lo subas en servidores como mega upload se olvida y no pueojar vieo por virus
@parthajana3365
@parthajana3365 6 жыл бұрын
Yes when I touch the connect button from my app it easily getting connected
@ZakiZakaria
@ZakiZakaria 6 жыл бұрын
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
@parthajana3365
@parthajana3365 6 жыл бұрын
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 .
@ZakiZakaria
@ZakiZakaria 6 жыл бұрын
Partha Jana Click the link. You also can download arduino code. You can modify the code if needed.
@li-lz7wo
@li-lz7wo Жыл бұрын
@@ZakiZakaria u clossed the link can u pls send me per email or make link work again. thanks a lot
@thedodo2111
@thedodo2111 8 жыл бұрын
how to make the phone ring an alarm when the arduino+bluetooth and the phone are disconnected?
@thedodo2111
@thedodo2111 8 жыл бұрын
im using an android nano and a hc-06 btw, could please help me?
@parthajana3365
@parthajana3365 6 жыл бұрын
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.
@ZakiZakaria
@ZakiZakaria 6 жыл бұрын
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.
@parthajana3365
@parthajana3365 6 жыл бұрын
Should I use this under void setup
@parthajana3365
@parthajana3365 6 жыл бұрын
I am not using delay function
@ZakiZakaria
@ZakiZakaria 6 жыл бұрын
@@parthajana3365 yes set time out under setup
@parthajana3365
@parthajana3365 6 жыл бұрын
I'll send you an app I have made using mit ai2 . I need your help for making arduino code for the app
@habilekgopti9449
@habilekgopti9449 4 жыл бұрын
plz the arduino code
@ramibezerra7742
@ramibezerra7742 8 жыл бұрын
Hi, Can you send me circuits connection on breadboard?
@ZakiZakaria
@ZakiZakaria 8 жыл бұрын
Hi rami, here the circuit connection on my breadboard :) drive.google.com/file/d/0B3c_VPBO9Qq3b29xV3AxTkt3MVk/view?usp=docslist_api
@ajcmltda4753
@ajcmltda4753 7 жыл бұрын
LASTIMA QUE NO TENGA SONIDO ESTE VÍDEO TAN INTERESANTE.....
@PMCsoluciones
@PMCsoluciones 8 жыл бұрын
Almost can explain what are u doing lol
Setting up OTG communication with MIT app inventor
11:53
Tabletop Robotics
Рет қаралды 25 М.
Dad Makes Daughter Clean Up Spilled Chips #shorts
00:16
Fabiosa Stories
Рет қаралды 3 МЛН
ROLLING DOWN
00:20
Natan por Aí
Рет қаралды 11 МЛН
Kind Waiter's Gesture to Homeless Boy #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 15 МЛН
Using Servo Motors with Arduino
43:06
DroneBot Workshop
Рет қаралды 1,4 МЛН
Make simple joystick to control Arduino vehicle with Bluetooth
10:44
Adhitya Adhitya
Рет қаралды 19 М.
LED Brightness Control Using Android Phone   MIT App Inventor
10:31
Curiosity Pill
Рет қаралды 13 М.
#174 Bluetooth BLE on ESP32 works! Tutorial for Arduino IDE
9:50
Andreas Spiess
Рет қаралды 96 М.
Control Servo Motor Angle from Mobile App.
6:27
Embedded Gate
Рет қаралды 7 М.
Bluetooth LED Control App with MIT App Inventor - STEP By STEP
11:02
Enjoy Mechatronics
Рет қаралды 97 М.
How to Build an Android App to Control Your WiFi Enabled Arduino
12:55
HC-05 Bluetooth Module with Arduino-MIT App Inventor
27:57
BINARYUPDATES
Рет қаралды 978 М.
Dad Makes Daughter Clean Up Spilled Chips #shorts
00:16
Fabiosa Stories
Рет қаралды 3 МЛН