ArduinoFirmata-Android icon indicating copy to clipboard operation
ArduinoFirmata-Android copied to clipboard

Arduino Firmata protocol implementation on Android Java.

Results 10 ArduinoFirmata-Android issues
Sort by recently updated
recently updated
newest added

Since i am new to android, i am not familiar with much errors. But i got the below error when i tried to open my app. I included the usbserial_for_...

This pull request brings few changes to the Makefile, allowing users to rebuild the library from scratch after the clone: 1. `usb-serial-for-android` submodule is now initialized automatically (previously had to...

Latest updates in the `usb-serial-for-android` removed the `setBaudRate` method in `UsbDriver`s, as well as deprecated `acquire` method in `UsbSerialProber` in favor of `findFirstDevice`. This change, therefore, updates the `ArduinoFirmata-Android` implementation...

これを試してみる - https://github.com/ksksue/FTDriver

enhancement

## usb-serial-for-androidがデバイスに対応していない 起動してすぐ落ちる ## vendor-id 普通のArduinoと同じだった

bug
enhancement

Hi, first of all, thanks for providing such a nice library. I am wondering if you plan to add Bluetooth support. Thanks

writeしてみないとわからない 仕方ないか?

enhancement

## setErrorHandler - onError(String) - onClose(void) ## setEventHandler - onAnalogChange(pin, value) - onDigitalChange(pin, status)

enhancement