Place to put your Basic demos and examples

Moderator: Mmiscool

User avatar
By Zim
#75051 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
User avatar
By Luc Volders
#75053 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