Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lauszus/ps3-controller-bt-library-for-arduino
Supports all three PS3 controllers via Bluetooth using the USB Host Shield from http://www.circuitsathome.com/ - This is the old version of the library. The newest one can be found at the following link: https://github.com/felis/USB_Host_Shield_2.0
https://github.com/lauszus/ps3-controller-bt-library-for-arduino
Last synced: 24 days ago
JSON representation
Supports all three PS3 controllers via Bluetooth using the USB Host Shield from http://www.circuitsathome.com/ - This is the old version of the library. The newest one can be found at the following link: https://github.com/felis/USB_Host_Shield_2.0
- Host: GitHub
- URL: https://github.com/lauszus/ps3-controller-bt-library-for-arduino
- Owner: Lauszus
- Created: 2012-01-04T06:54:27.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-24T22:20:51.000Z (almost 13 years ago)
- Last Synced: 2023-03-17T22:05:25.244Z (over 1 year ago)
- Language: Arduino
- Homepage:
- Size: 753 KB
- Stars: 26
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
NB: This is the old version of the library, the newest version can be found at the following link: https://github.com/TKJElectronics/USB_Host_Shield_2.0
The code is released under the GNU General Public License.
This code was developed by Kristian Lauszus.For more information visit his blog at: http://blog.tkjelectronics.dk/ or send him an email at kristianl at tkjelectronics dot dk.
You should also visit the official wiki: https://github.com/Lauszus/PS3-Controller-BT-Library-for-Arduino/wiki/PS3-Controller-BT-wiki for information.All three PS3 Controllers are supported (Dualshock 3-, Navigation-, and Motioncontroller).
They communicate with the Arduino via Bluetooth using the USB Host Shield from http://www.circuitsathome.com/A special thanks go to the following people:
"Richard Ibbotson" who made this guide: http://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-1
- It inspired me to get starting and had a lot of good information for the USB communication
"Tomoyuki Tanaka" for releasing his code for the Arduino USB Host shield connected to the wiimote: http://www.circuitsathome.com/mcu/rc-car-controlled-by-wii-remote-on-arduino
- It helped me a lot to see the structure of the bluetooth communicationAlso I would like to thank all the people behind these sites about the Motion controller:
http://thp.io/2010/psmove/
http://www.copenhagengamecollective.org/unimove/
https://github.com/thp/psmoveapi
http://code.google.com/p/moveonpc/And at last I would like to thank Oleg from http://www.circuitsathome.com/ for making such an awesome shield!