Se trata de pasar a traves de una aplicacion en Arduino los valores correpondientes a una pagina HTML utilizando librerias en Java.
.- justgage.js
.- raphael.2.1.0.mim.js
Variables Temperaturas Temp1 , Temp2, Tempx...
<!doctype html>
Auto-adjust body { text-align: center; }#g1 {
width:400px; height:320px;
display: inline-block;
margin: 1em;
}
#g2, #g3, #g4 {
width:100px; height:80px;
display: inline-block;
margin: 1em;
}
p {
display: block;
width: 450px;
margin: 2em auto;
text-align: left;
}
JustGage auto-adjusts to the size of containing element. And to the screen zoom level. And screen density. Nice. This means you’ll get clean, sharp and nice looking gauge at all times. Try zooming the page to see the results.
pero no logro pasar esos valores....alguna sugerencia o experiencia en este tema. Grcias