You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,8 @@ It's a **work in progress** : Android to Arduino works, Arduino to Android now w
11
11
Implemented read(). The success callback returns a Javascript ArrayBuffer which is the best way to handle binary data
12
12
in Javascript. It is straightforward to convert this to a string if required - a utility function could be implemented in this plugin.
13
13
14
-
### Context
15
-
This work was made during an art residency hosted at the [Stereolux, Laboratoire Arts et Technologies](http://www.stereolux.org/laboratoire-arts-et-technologies) with [Coup de foudre](https://www.facebook.com/coup.defoudre.716) and [Xavier Seignard](http://drangies.fr).
16
-
17
-
The goal was to create a tablet app to control a [tesla coil](http://www.youtube.com/watch?v=X2elQ6RR7lw) with an [Arduino](http://arduino.cc). The chosen technology ([Cordova](http://cordova.io)) had no capabilities to handle such serial over usb communication.
14
+
2013.11: Xavier Seignard
15
+
First implementation
18
16
19
17
### Install it
20
18
From the root folder of your cordova project, run :
0 commit comments