Comments on: How To Use App Inventor With Arduino https://randomnerdtutorials.com/how-to-use-app-inventor-with-arduino/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 02 Apr 2019 10:23:38 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Rui Santos https://randomnerdtutorials.com/how-to-use-app-inventor-with-arduino/#comment-298901 Sat, 11 Feb 2017 21:27:46 +0000 http://randomnerdtutorials.com/?p=1153#comment-298901 In reply to yoseph matalo.

You’re welcome. All the information that you need is in this blog post (schematics and code).

Thanks for asking,
Rui

]]>
By: yoseph matalo https://randomnerdtutorials.com/how-to-use-app-inventor-with-arduino/#comment-298708 Tue, 07 Feb 2017 09:31:04 +0000 http://randomnerdtutorials.com/?p=1153#comment-298708 i would like to say thank you ,and please make your post with materials where can accses them

]]>
By: daniel farfan https://randomnerdtutorials.com/how-to-use-app-inventor-with-arduino/#comment-289867 Wed, 07 Sep 2016 18:40:51 +0000 http://randomnerdtutorials.com/?p=1153#comment-289867 Hi,
Im trying to do a similar thing like this tutorial.
I want to turn leds (in one circuit) with the android, but when it turns off (by a sensor) I want to another led (in another circuit, separately) turns on and when it turns off (by a sensor)……. and go like this with 8 circuits.
How can I do that?
Regards.

]]>
By: Rui Santos https://randomnerdtutorials.com/how-to-use-app-inventor-with-arduino/#comment-288870 Fri, 12 Aug 2016 19:24:22 +0000 http://randomnerdtutorials.com/?p=1153#comment-288870 In reply to ali.

Have you modified the code?

]]>
By: ali https://randomnerdtutorials.com/how-to-use-app-inventor-with-arduino/#comment-288711 Tue, 09 Aug 2016 19:54:49 +0000 http://randomnerdtutorials.com/?p=1153#comment-288711 Hi Rui,
thx for code..
I am using 1.6.8 arduino version..
When I read coming data from serial monitor , I read 128 0 0..I wrote that : Serial.println(state);
And I also my led is not working..
And when I push the off button , I read 0 0 0 …What can I do ?

]]>
By: Rui Santos https://randomnerdtutorials.com/how-to-use-app-inventor-with-arduino/#comment-267050 Tue, 08 Sep 2015 08:50:34 +0000 http://randomnerdtutorials.com/?p=1153#comment-267050 In reply to Phil.

Thanks Phil!

]]>
By: Phil https://randomnerdtutorials.com/how-to-use-app-inventor-with-arduino/#comment-266957 Mon, 07 Sep 2015 02:55:34 +0000 http://randomnerdtutorials.com/?p=1153#comment-266957 In reply to auroral.

Convert it here:

convert.appinventor.mit.edu/

]]>
By: ArduinoLovers https://randomnerdtutorials.com/how-to-use-app-inventor-with-arduino/#comment-253423 Sat, 02 May 2015 17:33:59 +0000 http://randomnerdtutorials.com/?p=1153#comment-253423 In reply to Rui Santos.

hello rui santos, it can happen even without the bluetooth module … is by using a USB OTG like this video https://www.youtube.com/watch?v=yaifCo8u7T8

Can you make a tutorial like the video, and make it free. I would much like to thank to you!

]]>
By: fara https://randomnerdtutorials.com/how-to-use-app-inventor-with-arduino/#comment-251227 Fri, 10 Apr 2015 18:12:51 +0000 http://randomnerdtutorials.com/?p=1153#comment-251227 hello rui..
im newbie to make androis app. i follow your tutorial video on youtube. i got some of problem. whats mean error 507 ? it said unable to connect.is the device turn on ? . i make it for my final year project and this presentation on end of april. what should i do ? please help me

]]>
By: Carlos https://randomnerdtutorials.com/how-to-use-app-inventor-with-arduino/#comment-247877 Sun, 15 Mar 2015 12:29:02 +0000 http://randomnerdtutorials.com/?p=1153#comment-247877 Hey! I wonder if anyone can help me with my problem. I am trying to finish this project as my thesis but after a month trying different ways to solve it, I really don’t know what else to do now.

I am building my app with App inventor 2 and with my arduino. I have a gas sensor which via bluetooth sends the numbers to the app and whenever the value of the gas increases the phone has to give a notification and to speak some text.

My problem is that I am trying different ways of receiving the value and I can not find the correct way to receive the numbers and then with a math block is needed to compare if that value is higher or lower than another value.

So I will explain what I have and let’s see if it helps you to understand what I am doing wrong:
Inside the timer it checks first if the bluetooth is connected, if so, set variable Sensor to Call Bluetooth BytesAvailableToReceive. And if button On is not enabled, set value text to get global Sensor.
And right after that it comes the comparison, if get global Sensor is higher or equal than 700 then set Color Alarm red, call notification and call VoiceAlert.

And here I just receive a number 1 on my label value. I have also tried different ways of receiving the value but none of them has worked yet, so if you could please help me to solve this I would really appreciate it.

Thank you in advance for your help.

Carlos.

]]>