xxxajk / PhysicaloidLibrary

Android Library for communicating with physical-computing boards (e.g.Arduino, mbed)
http://www.physicaloid.com/
21 stars 10 forks source link

Pololu Board #13

Closed l0c0luke closed 5 years ago

l0c0luke commented 5 years ago

I am trying to connect a Pololu board to my android. This library has been working great for an arduino... but I cant figure out how to make this board register... I can see in the log that it is trying certain VIDs and PIDs ... trying to understand how to add this board. here is the android logcat when it is plugged in.

UsbHostManager: Added device UsbDevice[mName=/dev/bus/usb/001/003,mVendorId=8187,mProductId=8960,mClass=239,mSubclass=2,mProtocol=1,mManufacturerName=Pololu Corporation,mProductName=Pololu A-Star 32U4,mVersion=2.0,mSerialNumber=,mConfigurations=[

I can send and receive commands from the arduino IDE app so i know android can do it. just wondering if i can do something to this library to add it?

l0c0luke commented 5 years ago

I added POLOLU (0x1FFB); to the UsbVidList.java file and i am back in action. thanks for listening :)