phyphox Forums

Full Version: Send variables with REST api to Arduino
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've checked getDataFromSmartphone.ino example, it works great.

How can we do the same with a REST command http://x.x.x.x:8080/control?... ?
For example, I'm interested to send order to configure/select Arduino experiment, to change source, etc.
Is it possible?
Is there somewhere an example?

Best regards.
Are you perhaps referring to something like in http://hebergement.universite-paris-sacl...o/?lang=en? They are setting sensor type in phyphox and the Arduino source is left untouched for the different experiments…

There is some upcoming improvement for a „backchannel“ in https://phyphox.org/arduino/, it should be already in the development branch on GitHub.