Omar Aflak

Results 28 comments of Omar Aflak

That was a while ago. I think it was because of some UI properties I was using in my xml files.

Hi. If this is normal serial communication it should be possible. You need to get the vendor id of your device and add it to the filter of the library...

Hey. You need to enable OTG in your phone settings.

You need to add a `\n` to the end of the message when sending it from the Arduino.

First, on Arduino use `Serial.println` instead of `Serial.print`. Also you should read a whole line before sending it. Right now you send every character separately, and when you receive the...

Hey @davidkrammer, thank you for the feedback ! There is a way to get the logs. Do you think you could connect your phone to your pc using adb over...

I'm glad you found a solution for your case, though it would nice to know why it crashed in the first place. The default behavior of Android Studio is to...

Also, check out this sample code. It may help you in case you're using the lib in the wrong way : https://github.com/OmarAflak/Arduino-Library/blob/master/app/src/main/java/me/aflak/libraries/MainActivity.java

I've created a new branch for that issue, but I don't have any hardware right now, do you mind trying and see if it works ? ``` allprojects { repositories...

Hello, thank you for your kind words :) Actually I'm having troubles to understand the way Camera2 API really works. This is why the landscape mode is not very well...