-->
Page 1 of 1

"App Inventor" interface Examples

PostPosted: Sat Mar 31, 2018 11:06 pm
by Zim
Hi
Can anyone point me to or provide an "App Inventor example" on how to interface with a ESPbasic script.
How to activate buttons, read variables and change io pin status?

Thanks

Re: "App Inventor" interface Examples

PostPosted: Sun Apr 01, 2018 3:17 am
by Luc Volders
Here you go.

The story switches 6 pins on or off using voice control.
You can easily change the voice control in buttons.

http://lucstechblog.blogspot.nl/2018/02 ... basic.html

The part where to look is in the Speechrecognizer Aftergetting text part
and then specifically the green block : SET WEB URL TO
That is where the message is formed to send data to the ESP.
Replace the GLOBAL INPUT1 with a text field of your choice and your done.

Luc

Re: "App Inventor" interface Examples

PostPosted: Sun Apr 01, 2018 8:26 pm
by Zim
Thanks. I'll try to wrap my head around that!

Very Good Instructions by the way!!!! nice demo