Это видео недоступно.
Сожалеем об этом.

How To Receive Multiple Sensor Readings From Your ARDUINO Into Your MIT APP INVENTOR 2 APP

Поделиться
HTML-код
  • Опубликовано: 10 дек 2016
  • The following tutorial will show you how to receive multiple sensor readings from your arduino board into you MIT APP INVENTOR 2 APP.
    If you are using more than one sensor with your Arduino project you have found that it is necessary to send that data and display it on your app. To do this you will need to send all the sensors data at one time, then split it apart and display it in the appropriate fields in your MIT APP INVENTOR 2 APP. THIS IS HOW YOU DO IT!!!!!!
    In this tutorial we will be using a DHT-11 (DHT11) temperature and humidity sensor and a Photo resistor to send 3 different readings to the mit app inventor app. A DHT-22 (DHT-22) temp and humidity sensor can also be used and it is more accurate than the THD11.
    Projects Website: thezhut.com/?pa...
    Check us out on Facebook: / zarduino

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

  • @MichalMonday
    @MichalMonday 7 лет назад +6

    this combination, Arduino + bluetooth + Android + MIT app inventor gives so beautiful opportunities to make cool stuff when you get a grasp of it

    • @camera_manu
      @camera_manu 3 года назад

      Wifi is best too, like esp8266

  • @iceproz1549
    @iceproz1549 6 лет назад +2

    Thank you sooooo much!This example is awesome!I have incorporated it into a project that monitors the temperature of a refrigerator and now it monitors the door open / closed too!!!AWESOME!-Rob

  • @LandMineFX
    @LandMineFX 9 месяцев назад

    This has been helpful. I just started working with App Inventor a couple of days ago, trying to get this ESP32-controlled guitar pedal to accept Bluetooth commands. I couldn't figure out how to get the pedal to communicate with the mobile device, but the part of your video that utilized global variables being input into a list helped me figure it out with my current setup. Thanks!

  • @akshatsharma264
    @akshatsharma264 2 года назад +1

    Thanks a lot, Z-HUT!! I was having a hard time finding out how to read values from multiple sensors, this tutorial cleared it all.

  • @LeandroOliveira-ye1sw
    @LeandroOliveira-ye1sw Год назад

    THANK YOU THIS PROJECT HELPED ME A LOT , THERE ARE NO VIDEOS LIKE THIS......

  • @JaafarMuhammad
    @JaafarMuhammad 4 года назад +4

    That's really informative. It helped me a lot creating a health monitor system.
    However, I think we have to add the splitter sign after each measurement line to work properly, it didn't work for me until I did it like this.
    Thanks a lot and best regards.

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

      hi, Jaafar is creating a health monitoring system too. Is it possible to see your study thanks

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

      Can i get your help?

  • @simplyInvent
    @simplyInvent 7 лет назад +5

    Great video! Thank you sooooo much for the video! This just completely saved my time and solved my problem...keep up your GREA WORK! GOD BLESS YOU!!! :)

  • @abdulazizkhan1733
    @abdulazizkhan1733 3 года назад +2

    Z-HUT....Great video.
    I have a small issue.....when I use your app, readings are fine but whe I create it.....the exact same block diagram, my readings are not coming. Kindly share .aia file if possible

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

    really great work I did so many research on this I didn't find much really it helps me a lot thank you!

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

    Thank you for sharing this excellent tutorial. Your sample code helped me get my bluetooth project going.

  • @travisfort4700
    @travisfort4700 3 года назад

    great job man! Thanks from Santa Catarina/Brazil

  • @rittol2365
    @rittol2365 Год назад

    How does this connect without using the bt serial library, how did u make the device discoverable?

  • @florenciairena7498
    @florenciairena7498 Месяц назад

    thank you for the tutorial!! do you know how to plot it on a chart?

  • @hels9732
    @hels9732 6 лет назад +5

    Great tutorial! is there a way of displaying the sensor readings side by side in landscape view? it doesn't like the split text or maybe its the index list of 1,2,3 and creates an error of: "select list item: attempt to get item number 2 of list length 1" anybody know a solution?

    • @ayookunlola1537
      @ayookunlola1537 3 года назад

      I have same error

    • @amarobarbosa8483
      @amarobarbosa8483 3 года назад

      if | lenght of list | get:| global l list >=1
      then:
      set |temp.Text to: | select list item list | get | global list |
      index |2|
      ||
      \/

      ||
      \/

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

    Habe ich nachgebaut. Sehr gute Arbeit! Hold on!

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

    How did you display the temperature in the white box since you have used a label for temp_label?Thank you

  • @malcolmpalmer2437
    @malcolmpalmer2437 Год назад

    The Arduino file does not show how to read the MIT app and doesn't show how to send the readings of the temperature sensor to the MIT app. It shows only how to display the readings on the serial monitor of the PC!!!!

  • @amrali3161
    @amrali3161 10 месяцев назад

    Hello, could you tell me how to draw these results versus time on a real-time basis on app inventor?

  • @Patriciaandshanniah
    @Patriciaandshanniah 5 лет назад +9

    why im getting error select list item: List index too large?

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

      did you get this sorted? same issue here

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

      @@ProjectCOBT14 likewise

    • @rickyaryadi8422
      @rickyaryadi8422 4 года назад +2

      why solution? iam get it too

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

      ricky aryadi I fixed it, can help if you would like.

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

      @@BenGuardian Same problem here, how do you fix it?

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

    It was very helpful.
    Thanks !

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

    Sir, need assistance with my project complete.
    I am stuck totally stuck.
    I am trying to add LEDs & Switches to get an indication with the TEMPERATURE read but I get fail and error messages.
    Kindly help for make Temperature and two-way switch feedback. ( App Inventor 2)

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

    Could you please share the .aia file which is much simpler to import your app into MIT AI2?

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

    thank you for your your informative video

  • @ayookunlola1537
    @ayookunlola1537 3 года назад

    I tried the apk it is telling me lengths of 2 of 1 error and the code is complaining as stay 432 pls help

  • @dixit-rohit
    @dixit-rohit 4 года назад

    I dont understand your app design because label in app which is shown(viewer) is different & components(right side) is different...i am tying to make same app as you have but everything is different than you did in this (app design not website design & its tool (after installation))... no value box is available in which received data was showing in your app & have a label of it (like...light_lvl)... i am using old version of thunkable which is as same as mit app inventor...
    Would you make a separate video?

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

    Hello,
    this clip made it for me. Now i can display my temp-sensors on the android device. But still a few problems i have to solve. by using your way i can´t compare the temperatur sended via bluetooth with a fixed value. the plan was to change colours by high temp or low temp. i also have a LCD Display connected whitch should be turned on / off if BT-connection is cut or by switch.

  • @antonsteinkogler5854
    @antonsteinkogler5854 7 лет назад +1

    Hi, get the same error like mdafzal ahmed: list item too high
    Ain't got no App Inventor to change it
    DHT22 did NOT work. Had to change the library to DHT22.

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

    Hello, all I need to send are analog signals, such as your voltage divider with the LDR. What changes must be done to the arduino and MIT AppInventor code?

  • @saitejasurampudi7572
    @saitejasurampudi7572 3 года назад

    You are really great 😊
    Learnt a lot from you

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

    what is the max refresh rate between the phone and the bluetooth unit? i want to make a speedometer for a race car and i want it to refresh fast enough.

  • @Arcturus.93
    @Arcturus.93 5 лет назад

    Is there a video which explains retrieval of sensor readings through GSM instead of using bluetooth?

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

    Hi! Would I be able to have this data report to a custom app?

  • @MikevomMars
    @MikevomMars 3 года назад

    Nice - but how to go the other way round and send (and read) multiple values at once from Android to the Arduino?

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

    life saver dude thx from Brasil

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

    Brilliant ! Thank you very much!

  • @stephine3652
    @stephine3652 7 лет назад +1

    sir may i ask for the .aia file of the app? if u dont mind, just wanna check it..

  • @neytzhpz3971
    @neytzhpz3971 5 лет назад

    Hi can this tuto can help me to receive my arduino gps data to app inventor ? I really need help for my school projects i don't want do an other year at high school......

  • @menyouh771
    @menyouh771 5 лет назад

    Is it possible to use a FSR402 and see the pressure over the sensor with this?

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

    hi, want to know what are your comments , on the code from seed grove temperature and humidity sensor library.

  • @kauboi007
    @kauboi007 3 года назад

    i want 3 ir sensors input to the app is it in the same way or different?

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

    hey heloo, can i get ur help im making a glove mechanism in my project. for that im using flexsesnor, as sson as i bend the sesnor i should get the reading on the app through voice? can you help me out? pls

  • @remyrai4155
    @remyrai4155 5 лет назад

    thanks for the great video. how about using through wifi connection? how about their design blocks in MIT ?

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

    That's great. I'm using an MPU6050 and an HC-SRO4 ultrasonic module with your app.

    • @AllenWAlkerKHR
      @AllenWAlkerKHR Год назад

      i am using mp6050 with an uv sensor but i have an error it says that my list is too large. Can you sen me you arduino code please

    • @jonathanr4242
      @jonathanr4242 Год назад

      @@AllenWAlkerKHR Sorry, I had a look for it, but I'm afraid that code is long gone. If you can put your code in a comment, I can see if I can compile it.

    • @AllenWAlkerKHR
      @AllenWAlkerKHR Год назад

      @@jonathanr4242 the problem is that i have an error in my app. I have this message "List error: Attempt to get item number 1 of a list of length 0"

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

    I am getting this error (Select list item: Attempt to get item number 2 of a list of length 1: [""]
    Note: You will not see another error reported for 5 second). Does anyone have a fix the app seems to still work however it is a little annoying.

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

    I just wanted to ask you where did you set the timer time in app?

  • @bodeaalx
    @bodeaalx 5 лет назад

    thank you so much for this tutorial

  • @amittky8390
    @amittky8390 3 года назад

    Thanks did... You save my time

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

    Awesome video quick question... I have the data loading perfectly now my only issue is trying to send a blue tooth client text to my arduino but get no response, do you have a solution to this issue?

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

    you are awesome, this video is so helpful!!

  • @myinfo7114
    @myinfo7114 5 лет назад

    Use an Arduino + cam and the photon-pixel coupling method. It is a new approach in science for reading an unlimited number of sensors in parallel.

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

    how do i build the arduino setup? any videos on how you did it?

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

    How to this the other way around??
    I want to send 5 different variables from MIT app to Arduino.

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

    I can't read the sensors even with the app given by z_hut. The 3 places where the data of the captors should have beenwritten are empty. Did anyone have the same bug?

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

    hi i just want to ask how the index works to arduino, cause i keep on failing to match the numbers to be displayed

  • @rexsace7104
    @rexsace7104 5 лет назад

    Will this work if I use ESP8266 Module instead of the Bluetooth one?

  • @socialogic9777
    @socialogic9777 3 года назад

    Getting the error : Attempt to get item number 2 of a list of length 1. Anyone can help ?

  • @user-eq5sg6gm4m
    @user-eq5sg6gm4m 6 лет назад +1

    stunning speed)))

  • @kashifnazir4634
    @kashifnazir4634 3 года назад

    which convertor is used??
    model?

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

    good job
    could you please get the source file of app inventor (.aia)

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

    Hello sir. What power source did you use for arduino?

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

    in my case load cell is connected and it is sending data through uC and Bt module continuously with start bit as 10 and stop bit 13 bit i unable to format this data on app. Data is comming continously with shifting digit place values

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

      may I get your loadcell code? it's connected with hc-05 right?

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

    Hello, how to do without dht11 but with 2 potentiometer

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

    Hello I am trying to get a motion detector that is connected to the arduino to send a notification to my android phone with the use of the app inventor. I can only find ways to send info from the phone to the arduino but can't find information about how to get notifications from the arduino. If anyone could help that would be great. Thanks.

  • @MounishPatelSeetha
    @MounishPatelSeetha 3 года назад

    Hi.. after around 30 seconds , I am getting " select list item : list index too large " , what could be the problem?

  • @user-eg2sb6zy2r
    @user-eg2sb6zy2r 7 лет назад

    Hi, I want to connect multiple Bluetooth devices using app invetor

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

    hi, what if i use pressure sensor MPX5700AP?

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

    very instructive thank you1! :)

  • @TechnoGDL
    @TechnoGDL 5 лет назад

    Thanks, works perfect.

    • @juv4116
      @juv4116 5 лет назад

      @Techno GDL did it really sends the value to the app without including a bluetooth library in the IDE?

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

    AWEsome. Thank you!

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

    Hello, very interesting video.👍👍
    But, what would I need to send data from sensors that are in different arduinos, to visualize them in the same application - App Inventor???🤔
    I would appreciate your answer.

    • @christophestern
      @christophestern 7 месяцев назад

      Hi, One year later... I just wanted to tell I have the same question.
      Maybe I'll take advantage of this other topic (ruclips.net/video/3WR2-HT_MiQ/видео.html). It shows how to connect with 2 Bluetooth devices at the same time.
      And maybe it is possible to connect to one BT device, then to close connexion and to open a second one with a secind BT device, and so on...
      @Josemariadiy6400: Did you find your solutiion?
      See You.

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

    cool intro

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

    thank you sir for this video. may i ask how can i open the app in MIT app inventor ?
    is it possible to open apk file in MIT?
    with regards

  • @user-yq6rx8gb2h
    @user-yq6rx8gb2h 2 года назад

    Thank you sooooo much

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

    Hi, I'm getting this strange problem where my arduino must be connected to my computer for the bluetooth input to come up. When I connect the arduino to a regular power supply my app just tells me I'm connected to the arduino bluetooth but won't receive any arduino input. Any help would be greatly appreciated.

    • @z-hut1663
      @z-hut1663  6 лет назад

      thats very strange, not sure what the problem could be. try reinstaling your arduino ide and then reupload your sketch... if that dont work try a diferent arduino board, when one goes bad it can do some very strange things...

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

      haha yeah this is exactly what I tried and it somehow worked :'D Thanks!

  • @arnokleinjan2192
    @arnokleinjan2192 7 лет назад +3

    Hi,
    Can you also make the .aia file available?
    kind regards,
    Arno

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

    Excellent...

  • @ekookta5998
    @ekookta5998 5 лет назад

    Can this sensor data be saved? Thanks

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

    I have a problem with my MIT App, can someone help me?
    I have an app that read the temperature that the arduino receive and that works well. The problem is that I have to transmit an information (basicly 1 and 0) to my arduino to control one other thing but I think that the arduino can't read it because there's too much information... Is that true? Can I fix that?

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

      I'm having the same issue but haven't been able to figure it out, did you have any luck?

  • @abhishekjaju69
    @abhishekjaju69 5 лет назад

    how can i get the app that you used in the video.
    would be gr8 if u reply soon.

    • @z-hut1663
      @z-hut1663  5 лет назад

      there is a link to the projects website in the video description where you can download it

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

    Anyone got the copy of the app that can share?

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

    How to save it? Save to excel or text.
    Example:
    at 8:00 am, 80 celcius
    at 8:30 am, 74 celcius

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

    what if i want to use esp8266

  • @ManishKumar-kr4gi
    @ManishKumar-kr4gi 6 лет назад

    Sir please help me same code &app develop but not receive data my app

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

    why data travels from one label to another?

  • @Bharathalleni
    @Bharathalleni 6 лет назад +3

    Please share the ".aia" file for the AI2

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

      Hi if you want to fix "select list item too large" bug........... in the comparison structure select > , i put my *.aia drive.google.com/open?id=1IjGMsS1CHB_vc-UbcCkvYa7-ZbeHpKfQ

    • @iulian312
      @iulian312 5 лет назад

      @@marketingpuntocom8710 thx ^^

  • @sowibrahima626
    @sowibrahima626 5 лет назад

    hello sir, thank you for the tutorial. i want to use arduino Uno to collect data from different sensors which are temeperature, humidity, solar radiation, wind speed. is it possible, i need your help please.

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

    Hi men, just a quick question, what is the Logic level converter for???

    • @z-hut1663
      @z-hut1663  7 лет назад +1

      arduino board is 5 volt logic and the HC-06 or HC-05 is 3.3 volts logic, use the converter or A voltage divider and you will be good to go. if yoy use 5 volt logic into the HC-06 or HC-05 you distroy it after a short time....

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

      Shoot, actually i've been using 5v from my arduino and connecting it directly to my hc 05 and it doesn't send Any data, i mean, it turns on, and it connects yo the app but i don't receive Any data on my phone, i guess i burned it, thanks so much for the info men! Great videos, and just another question, what about if i connect the vcc of my hc 05 to the 3.3v pin of my arduino?

    • @z-hut1663
      @z-hut1663  7 лет назад

      John J. ruclips.net/video/9OlceW1W1yU/видео.html this video will explain all your questions..

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

      Z-HUT Thanks so much man! Now i have it all clear, keep up the good work!

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

    pliz i need the arduino code and sorsec code application than x for helpme

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

    thanks man I did it

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

      Please share the ".aia" file for the AI2

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

      i have the same problem

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

      Hi if you want to fix "select list item too large" bug........... in the comparison structure select > , i put my *.aia drive.google.com/open?id=1IjGMsS1CHB_vc-UbcCkvYa7-ZbeHpKfQ

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

      hi everyone, i really need help for this problem of select list item too large
      Thnx for your reply
      Mail id bahrounahmed4@gmail.com

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

    thank u soooooooo much ...

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

    I inspired myself from your code but I'm having an error, Error 507, the app is not connecting, what should I do?

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

    Congratulations, my friend aki is the adeilton I speak from Brazil, you have how to make a video with acs712 current sensor with the source code of the app inventor and arduino app for me to do an automation project with a switch so that I can light the Lamp When I turn the switch on the application switch on or off hugs

  • @markhalliwell5276
    @markhalliwell5276 5 лет назад

    is this possible with a pressure sensor?

  • @paddedwallz85
    @paddedwallz85 7 лет назад +1

    can you share .aia file, thank you

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

    please Z-HUT, can you help me ? I make all what you said and it don't work and I don't know why !

    • @z-hut1663
      @z-hut1663  6 лет назад

      need more info to help you out, whats not working

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

      Z-HUT I think that the interface on APP INVENTOR isn't correct !
      In fact, I don't see the different valors of temperature, humidity and Light !
      I can show you what I have now..

    • @z-hut1663
      @z-hut1663  6 лет назад

      works fine for me not sure what the problem is, one small setting not set right will make problems. check again and if you cant figure it out send me the code you are using to my facebook and I will check it out.

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

      Z-HUT I send you photos on Facebook !

  • @venkatsabapathy7495
    @venkatsabapathy7495 5 лет назад

    plzzz help me out from the same error

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

    THX

  • @xiaomyredmii7430
    @xiaomyredmii7430 5 лет назад

    what about web? not just bluetooth

  • @ramazans8114
    @ramazans8114 6 лет назад +2

    Hello , any solution for "select list item too large" error?

    • @user-ut1iw5tq5h
      @user-ut1iw5tq5h 6 лет назад

      i have the same problem too@@

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

      Try setting the clock's Timer Interval to 2500. To do that, click "Clock1" in the components list while you're in the Designer mode. It worked for me.

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

      Did you resolve the problem? I'm in the same

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

      Hi if you want to fix "select list item too large" bug........... in the comparison structure select > , i put my *.aia drive.google.com/open?id=1IjGMsS1CHB_vc-UbcCkvYa7-ZbeHpKfQ

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

      @@katiaolmedo4499 Dont suppose you found a fix for this?

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

    ya