Arduino-Library icon indicating copy to clipboard operation
Arduino-Library copied to clipboard

A lightweight Android library to communicate with Arduino through usb.

Results 15 Arduino-Library issues
Sort by recently updated
recently updated
newest added

I've got a bootleg Arduino with the CH340G chip. I had some difficulty finding the correct vendorID for my board (it ran perfectly on [the CH34x apk](http://www.wch-ic.com/downloads/CH341SER_ANDROID_ZIP.html)), but I managed...

Hi, it works sending data to the Arduino but when i want to show the data from the Arduino on a (textView for example) just doesn't show anything. I would...

I'm testing using Oneplus 5t and Android Pie 9. I don't know if it because the Android Pie or because the OnePlus ROM. The output of dmesg is detecting FTDI...

The gradle sync fails with error message > ERROR: Failed to resolve: com.github.felHR85:UsbSerial:6.1.0 > Show in Project Structure dialog > Affected Modules: app Is there any workaround for that?

Hi, i used your code to create an android app for arduino. Then i build the apk and download on my phone. But the app doesnt function and phone supply...

I can receive and echo from arduino but I want just the arduino to transmit data and receive it in the app. Can you please help me with this?

I actually have been successful in doing the android arduino serial communication. Now, I want to shift my arduino circuit to Wemos D1 & R2 mini. Because of that reason,...

Serial.print("Cell 01- "); // prints the voltage value in the serial monitor Serial.print(input_volt); Serial.println("V"); delay(1000); 1st line ok read from device, but after all lines divide

My Smartphone (Samsung Galaxy S10+) crashes after around a minute using your sample Code. It simply stops working and shutsdown and restarts. Before it shutsdown the code works really fine!...

bug

Hi @OmarAflak , I request you to look into the possibility of extending this library to program the Arduino itself. I mean, by providing a HEX file, the library should...

enhancement