1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<!DOCTYPE html> <html> <body> <img id="myimg" src="http://q8edvppv.synaptica.it:2222/?keycode=takepicture" width="500px" height="500px"> <script> var counter=0; var prev2 = new Date(); function myFunction() { document.getElementById('myimg').src ="http://q8edvppv.synaptica.it:2222/?keycode=takepicture&Time=" + counter; //prev2.getMilliseconds(); counter = counter+1; console.log('CIAOOOO'+counter); } setInterval(function(){myFunction();}, 1500); </script> </body> </html> |
I was on testing our app remode on a Raspberry PI3 with Android 6.0 Marshmallow… so i need debug and i foud that can be done via lan simply using the command ADB “command” like:
1 |
adb connect "device ipaddress" |
Maybe most of you already heard the latest news, RAD Studio 10.1 Berlin shipped. There are a lot of good news in this version… and a lot of library are already able to be used with it. The official of embarcadero about Berlin is http://community.embarcadero.com/article/news/16226-embarcadero-announces-release-updates-for-rad-studio-c-builder-and-delphi usefull libraries already available for Berlin are: The turbopack libraries…
Leggi tutto
se siete interessati il link alla community di Remode : https://plus.google.com/communities/108145726488669027095 mentre la pagina ufficiale sul nostro sito: http://www.synaptica.info/it/prodotti/remode-developers/ ed infine il link al play store: https://play.google.com/store/apps/details?id=info.synaptica.RemodeManager Ringraziamo: – Makerzone per la stampa 3D (makerzone.it) – geektillithertz.com per l’immagine Android/rpi3
We are building a prototype of a ready-to-use box to provide remote read/write access to your devices via web. Based on Raspberry pi 3 + Android, Remode Manager App will be preinstalled and configured so that a simple usb/serial connection will instantly allow to remotely send command or receive data to Arduino or other IOT-oriented…
Leggi tutto
Dalla versione XE7 di Delphi sono disponibili i componenti per gestire Bluetooth Classico e LE. Con Firemonkey è abbastanza semplice creare anche un server bluetooth. Provando le mie applicazioni sul Raspberry PI3 dove Federico ha montato Marshmallow mi son accorto che se il BT non è disponibile sul device l’applicazione si schiantava. Per ovviare a…
Leggi tutto