Questions tagged [android]

For questions about communication or data transfer between Arduino and Android devices. General Android questions can be asked on Android.SE.

Android is an open source Operating System (OS) based on Linux. It is primarily designed for use in portable touch-screen devices, such as mobile phones and tablets.

This tag should be used for questions about communication or data transfer between Arduino and Android devices. General Android questions can be asked on our sister site Android Enthusiasts.

96 questions
10
votes
5 answers

How do I write an Arduino sketch and an Android application to talk to each other over a standard USB cable?

How do I write an Arduino sketch and an Android application to talk to each other over a standard USB cable?
David Cary
  • 1,112
  • 8
  • 23
2
votes
1 answer

How do I view Serial Output on an Android Device?

Within the Arduino IDE Serial.* output can be viewed with Tools / Serial Monitor. How can I view Serial.* output on an Android? As a concrete example, how can I view the output from Examples / Communication / ASCIITable?
Mark Harrison
  • 559
  • 3
  • 14
  • 23
2
votes
2 answers

Using Arduino to pass data from a coin collector to android app

Okay. Basically I want the android app to be able to recognize that a coin was inserted into the coin collector before it allows the user to use certain functions of the app. However I am unsure what would be the best way to pass the data from the…
1
vote
1 answer

Input audio from jack to Arduino, and output by

I've never used Arduino but I know a few of its utilities. I want to input audio from a Jack cable (analog) and be able to send it via Bluetooth, or Wi-Fi, or USB to an Android Phone and being able to print the values (from 0 to 1). I'm looking for…