diff --git a/Projects-Using-usb-serial-for-android.md b/Projects-Using-usb-serial-for-android.md index 217fac0..4a6beed 100644 --- a/Projects-Using-usb-serial-for-android.md +++ b/Projects-Using-usb-serial-for-android.md @@ -1,18 +1,19 @@ ## Applications -* [Android Ground Controller](http://diydrones.com/profiles/blogs/android-ground-controller-alpha-release) -- Drone control app. -* [DSLR Dashboard](https://code.google.com/p/dslrdashboard/) -- DSLR camera control application. -* [Kegbot](http://kegbot.org/) -- Beer kegerator controller. -* [Meshtastic](https://www.meshtastic.org) -- An open-source mesh GPS radio for secure internet free communication. -* [Serial USB Terminal](https://play.google.com/store/apps/details?id=de.kai_morich.serial_usb_terminal) -- a line-oriented terminal / console app. -* [Harry's LapTimer](http://www.gps-laptimer.de) -- Worldwide #1 onboard video and timing app for racers. -* [ThermoApp](https://thebluewriter.wixsite.com/thermoapp) -- Infrared Temperature sensor with companion Android App. +* [AndrOBD](https://github.com/fr3ts0n/AndrOBD) -- Android OBD diagnostics with any ELM327 adapter +* [Android Ground Controller](http://diydrones.com/profiles/blogs/android-ground-controller-alpha-release) -- Drone control app +* [DSLR Dashboard](https://code.google.com/p/dslrdashboard/) -- DSLR camera control application +* [Harry's LapTimer](http://www.gps-laptimer.de) -- Worldwide #1 onboard video and timing app for racers +* [Kegbot](http://kegbot.org/) -- Beer kegerator controller +* [Meshtastic](https://www.meshtastic.org) -- An open-source mesh GPS radio for secure internet free communication +* [Serial USB Terminal](https://play.google.com/store/apps/details?id=de.kai_morich.serial_usb_terminal) -- a line-oriented terminal / console app +* [ThermoApp](https://thebluewriter.wixsite.com/thermoapp) -- Infrared Temperature sensor with companion Android App ## Libraries, Frameworks, and Tools -* [ArduinoFirmata-Android](https://github.com/shokai/ArduinoFirmata-Android) -- Android library for Arduino Firmata protocol, backed by usb-serial-for-android. -* [Basic4Android](http://basic4ppc.com/forum/additional-libraries-classes-official-updates/24835-usbserial-library-supports-ftdi-arduinos-other-usb-serial-devices.html) -- Rapid application development tool for Android. -* [phonk](http://phonk.app) formerly Protocoder -- Prototyping environment of creative applications for Android. +* [ArduinoFirmata-Android](https://github.com/shokai/ArduinoFirmata-Android) -- Android library for Arduino Firmata protocol, backed by usb-serial-for-android +* [Basic4Android](http://basic4ppc.com/forum/additional-libraries-classes-official-updates/24835-usbserial-library-supports-ftdi-arduinos-other-usb-serial-devices.html) -- Rapid application development tool for Android * [cordovarduino](https://github.com/xseignard/cordovarduino) -- Cordova/Phonegap plugin for USB host serial communication from an Android device * [jdAlcorn/usb-serial-for-android](https://github.com/jdAlcorn/usb-serial-for-android) -- fork with RawUsb support -* [juce_serialport](https://github.com/cpr2323/juce_serialport) -- A [JUCE](https://github.com/juce-framework/JUCE) module allowing serial communication on Windows, Mac, and Android \ No newline at end of file +* [juce_serialport](https://github.com/cpr2323/juce_serialport) -- A [JUCE](https://github.com/juce-framework/JUCE) module allowing serial communication on Windows, Mac, and Android +* [phonk](http://phonk.app) formerly Protocoder -- Prototyping environment of creative applications for Android