MIT app inventor Control Multiple Arduino's PWM pins

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2024

Комментарии • 58

  • @XtraClass
    @XtraClass 7 лет назад

    Que buen video, sin una sola palabra quedó todo muy bien explicado. Gracias

  • @syahrulzahwan
    @syahrulzahwan 6 лет назад

    Thanks for the useful information! Thisbinspired me for my bluetooth project

  • @jeanlucbergier7728
    @jeanlucbergier7728 8 лет назад +2

    You can add Serial.setTimeout(1); in setup() to accelerate the process of Serial.readString

  • @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 лет назад +1

      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 лет назад +2

      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

  • @li-lz7wo
    @li-lz7wo 2 года назад +1

    sir, can u send me the apk the link doesnt work

  • @anmo8907
    @anmo8907 2 года назад

    Thank you so much!

  • @MultiNogy
    @MultiNogy 4 года назад

    Tks!
    Congratulations!

  • @parthajana3365
    @parthajana3365 6 лет назад

    Thankyou sir for your kind assistance.

  • @jeanlucbergier7728
    @jeanlucbergier7728 8 лет назад +2

    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

  • @greatdaddy4710
    @greatdaddy4710 6 лет назад

    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!!!

  • @antoniomeza2405
    @antoniomeza2405 7 лет назад

    Works well... If you push the point you want, works well, but when you slide there is a problem.

    • @ZakiZakaria
      @ZakiZakaria  7 лет назад

      Antonio Meza i will fix this if its possible. Or maybe create an extension. Thanks tak tun tuang!

  • @muhammadazzammohammad5513
    @muhammadazzammohammad5513 7 лет назад

    Questions
    Can u create apps that send image to other device via Bluetooth?

  • @saaq_11s
    @saaq_11s 5 лет назад +1

    Thanks you

  • @the_hasnat
    @the_hasnat 2 года назад

    what if i wanted to use wifi instead of bluetooth?

  • @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?

  • @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

  • @wsleong5833
    @wsleong5833 5 лет назад +1

    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 2 года назад

      @@wsleong5833 can u pls send me the apk

  • @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

  • @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??

  • @dassajityadav5555
    @dassajityadav5555 4 года назад

    super sir mit with esp8266 possible or not

  • @habilekgopti9449
    @habilekgopti9449 4 года назад

    im not found the arduino code plz help thank you

  • @Tikeyportador
    @Tikeyportador 8 лет назад +1

    good video... thanks for share it !!

  • @robinhoed5729
    @robinhoed5729 4 года назад +1

    thnx

  • @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 лет назад

    Yes when I touch the connect button from my app it easily getting connected

    • @ZakiZakaria
      @ZakiZakaria  6 лет назад +1

      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 2 года назад

      @@ZakiZakaria u clossed the link can u pls send me per email or make link work again. thanks a lot

  • @habilekgopti9449
    @habilekgopti9449 4 года назад

    not found in the link

  • @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 лет назад

    I'll send you an app I have made using mit ai2 . I need your help for making arduino code for the app

  • @ramibezerra7742
    @ramibezerra7742 8 лет назад +1

    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

  • @habilekgopti9449
    @habilekgopti9449 4 года назад

    plz the arduino code

  • @ajcmltda4753
    @ajcmltda4753 7 лет назад

    LASTIMA QUE NO TENGA SONIDO ESTE VÍDEO TAN INTERESANTE.....

  • @PMCsoluciones
    @PMCsoluciones 8 лет назад

    Almost can explain what are u doing lol