Now I want to write an app using app inventor. I used the online tutorial for a client app. I see the pi in the list of devices using listpicker. But when I try to connect to the pi, I get an error msg saying, "could not connect, is the device turned on?"
Any help would be appreciated. Thanks.
The first place to look however, would be the code in your pi that you are using for communication with your app.
And in App Inventor, you could drag a block to your workspace that says something like: call availableServices. Use DoIt after you connected, to find out what is available. You can do the same for characteristics.
Cheers, Ghica.