Interface

How to inteface arduino with a game simulator? Logitech G27 Driving Simulator.

First you need to get your hands on the device datasheet so you can see what it sends out its wires.

Second Google "g27 arduino" to see if anyone else did it already: actually make that the first thing.

jimmy12:
How to inteface arduino with a game simulator? Logitech G27 Driving Simulator.

Duct tape.

Now, try asking your question using terms you understand. "Interface" is clearly not one of them.

JimboZA:
First you need to get your hands on the device datasheet so you can see what it sends out its wires.

Second Google "g27 arduino" to see if anyone else did it already: actually make that the first thing.

U mean logitech g27 datasheet? I cannot find much for g27 arduino.

PaulS:

jimmy12:
How to inteface arduino with a game simulator? Logitech G27 Driving Simulator.

Duct tape.

Now, try asking your question using terms you understand. "Interface" is clearly not one of them.

Im doing a project using dc motor to turn the motor clockwise and anticlockwise based on the steering wheel of the driving simulat or. By using arduino. How to interface the code with the simulator?

jimmy12:
U mean logitech g27 datasheet?

Well yeah: we already know the Arduino side 8)

Need to know what the pins out of there represent, and how they produce their data. For example a pin might be an analog voltage for x-position of a joystick, another pin might be the press of a button....

Then you can think about how to handle those outputs as Arduino inputs.

Then you can think about how to handle those outputs as Arduino inputs.

Without using management-speak terms you don't understand, like "interface".

JimboZA:

jimmy12:
U mean logitech g27 datasheet?

Well yeah: we already know the Arduino side 8)

Need to know what the pins out of there represent, and how they produce their data. For example a pin might be an analog voltage for x-position of a joystick, another pin might be the press of a button....

Then you can think about how to handle those outputs as Arduino inputs.

Do i need arduino usb host shield?