Samiksha Jaiswal (Editor)

Microbridge

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Platform
  
Android and Arduino

License
  
Apache License

Initial release
  
January 30, 2011 (2011-01-30)

Type
  
Android Application / Arduino Sketch

Website
  
code.google.com/p/microbridge/

Microbridge is a software stack that allows for communication between an Android mobile phone and an Arduino micro controller using the Android Debug Bridge (ADB) interface. Unlike the official Android Open Accessory Development Kit (ADK), which is a complete software stack on the Android operating system (versions 3.0 and greater), Microbridge works by creating a TCP server on the phone, using the ADB protocol, on a given port, which the Arduino communicates to the phone using. The protocol allows for bi-directional communication between the Android mobile phone and the Arduino. Microbridge requires an Arduino USB Host Shield to properly function.

Contents

Using Microbridge with an Arduino and Arduino USB Host Shield allows for actuation of servos, DC motors, and allows for PWM communication, among other uses, through and Android phone.

Android hardware support

Microbridge is designed to work on unrooted Android phones with software version 1.5 and greater. It is confirmed working on the following phones:

  • ZTE Blade
  • Nexus S
  • Samsung Galaxy S
  • HTC Desire HD
  • HTC Nexus One
  • Samsung Galaxy S II
  • LG Eve (GW620)
  • Arduino hardware support

    The following Arduino models are supported:

  • Arduino Uno
  • Arduino Decimila
  • Arduino Mega
  • Arduino Duemelonove
  • References

    Microbridge Wikipedia