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'm getting the following crash on Android 14 (API 34): `java.lang.SecurityException: com.example.test_app: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts`...

Hey there! It's a great library, but the latest version (1.4.6) isn't published to any Maven repository.

1. Added a pending mutability flag for Compile SDK 31+ 2. Change device IDs to strings to accommodate non-Arduino boards 3. Added missing ContextCompat.RECEIVER_EXPORTED for Arduino broadcast receiver

Hi! It seems my Arduino Nano resets once the communication starts, probably due to activation of the DTR signal. Since my Arduino sketch is running when the communication from the...