) that I can access in my browser. I need the value in App Inventor to control things, but I only can get raw HTML code, which is not usefull because it is something like this:
<script type="text/javascript" src="zepto.min.js"></script>
<script type="text/javascript">
function refresh() {
$('#content').load('/arduino/temperature');
}
</script>
How can I obtain the value?
I also tried using the REST functions (
http://arduino.local/digital/13/0), but there are 5 of them and there are too many request making (it goes down after a while and it is very slow).