Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android arduino Serial Communication between Wemos D1 R2 & Mini using OTG #15

Open
Hassan14003 opened this issue May 6, 2020 · 1 comment

Comments

@Hassan14003
Copy link

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, I want Android arduino serial communication. I though that it will simply work out by simply connecting the cable of Wemos with OTG and then to android. That is not working. I want to know, Is that possible to do that? and if that is so, how can I do this?

@omaraflak
Copy link
Owner

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 using the addVendorId(0x1234) method. Have you tried that ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants