Blueduino read/write to analog from android

Hi,

I have got the Blueduino V2.

The Blueduino is successfully connected to my android app.

I am trying to:

Send the values of pin A0 from the Blueduino to the phone.

Send a message from the phone to the Blueduino to set pin A1 high or low.

Is this possible?

Thanks in advance

Yes. It’s possible. Please check this sketch. You can send string via serial port to android app and get data.