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
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
-
## Cordovarduino
1
+
## cordovarduino
2
2
3
-
Cordovarduino is a Cordova/Phonegap plugin that enable you to use serial communication from an Android device to a serial over USB capable one.
3
+
Want a module for your Arduino board that provides:
4
+
5
+
- Power
6
+
- High-res Touch Interface
7
+
- Storage
8
+
-*AND* connectivity? (WiFi + 3G + Bluetooth)
9
+
10
+
Hey, why not just use your Android phone/tablet?
11
+
12
+
This Cordova/Phonegap plugin allows two-way serial communication using *USB On-The-Go* (OTG) from your Android device to your Arduino board or other USB-powered serial IO device. And that means the ability to power the project using your rechargeable battery!
4
13
5
14
### Install it
6
15
From the root folder of your cordova project, run :
0 commit comments