Page 1 of 1

Arduino connection

Posted: Mon Apr 07, 2025 2:53 pm
by PkNess
I'm looking to connect an Arduino to a phidget, specifically the MOT0110. How do I do so? I know that Arduinos have an USB breakout board, but preferably I can use the raw data without going through a USB.

Is this possible?

Re: Arduino connection

Posted: Tue Apr 08, 2025 8:00 am
by Patrick
Hi,

I'm afraid it's not supported. The MOT0110 does have a VINT port (internally a UART), but the protocol is proprietary and undocumented. You could refer to the phidget22 source to decipher the USB protocol.

-Patrick