Hey there, are there any ways to connect a Dualshock 4 to UDOO Neo and then send commands to control LEDs or motors ?
Do you have a Neo with bluetooth? Because then it should be possible, but not tried yet. You could also connect a Bluetooth module to the Arduino side and use that for controlling io pins. There are enough examples on the net.
You also could use the Linux side and use python and pygame to read the controller. Perhaps this could give a first direction. https://www.raspberrypi.org/forums/viewtopic.php?f=78&t=131915 Then with python you could control the Linux side gpio with for example one of the python neo gpio libraries mentioned here http://www.udoo.org/docs-neo/UDOO_NEO_made_by_the_Community/Python.html