├── BOM └── USB2DB15_V1_2_BOM.csv ├── CHANGELOG.md ├── COMPATIBILITY.md ├── FLASHING.md ├── Gerber └── RFUSBtoDB15Adapter_2022-12-27.zip ├── HowToPictures ├── 5V.png ├── 5vh.jpg ├── Arduino.png ├── Compile.png ├── Port.png ├── Upload.png ├── connected.jpg └── headers.jpg ├── LICENSE ├── PCB ├── RFUSBtoDB15Adapter.brd └── RFUSBtoDB15Adapter.sch ├── README.md ├── RFUSB_to_DB15 ├── Controller.h ├── EepromManager.cpp ├── EepromManager.h ├── HIDController.cpp ├── HIDController.h ├── LED.cpp ├── LED.h ├── PS3Controller.cpp ├── PS3Controller.h ├── Profile.cpp ├── Profile.h ├── RFUSB_to_DB15.ino ├── USB2DB15.cpp ├── USB2DB15.h ├── XBoxOneController.cpp ├── XBoxOneController.h ├── XBoxUSBController.cpp ├── XBoxUSBController.h ├── debug.h ├── device_descriptor.h ├── drivers.cpp └── drivers.h ├── RFUSBtoDB15Adapter.png └── USB2DB15-Adapter-schematic.pdf /BOM/USB2DB15_V1_2_BOM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/BOM/USB2DB15_V1_2_BOM.csv -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /COMPATIBILITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/COMPATIBILITY.md -------------------------------------------------------------------------------- /FLASHING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/FLASHING.md -------------------------------------------------------------------------------- /Gerber/RFUSBtoDB15Adapter_2022-12-27.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/Gerber/RFUSBtoDB15Adapter_2022-12-27.zip -------------------------------------------------------------------------------- /HowToPictures/5V.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/HowToPictures/5V.png -------------------------------------------------------------------------------- /HowToPictures/5vh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/HowToPictures/5vh.jpg -------------------------------------------------------------------------------- /HowToPictures/Arduino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/HowToPictures/Arduino.png -------------------------------------------------------------------------------- /HowToPictures/Compile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/HowToPictures/Compile.png -------------------------------------------------------------------------------- /HowToPictures/Port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/HowToPictures/Port.png -------------------------------------------------------------------------------- /HowToPictures/Upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/HowToPictures/Upload.png -------------------------------------------------------------------------------- /HowToPictures/connected.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/HowToPictures/connected.jpg -------------------------------------------------------------------------------- /HowToPictures/headers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/HowToPictures/headers.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/LICENSE -------------------------------------------------------------------------------- /PCB/RFUSBtoDB15Adapter.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/PCB/RFUSBtoDB15Adapter.brd -------------------------------------------------------------------------------- /PCB/RFUSBtoDB15Adapter.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/PCB/RFUSBtoDB15Adapter.sch -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/README.md -------------------------------------------------------------------------------- /RFUSB_to_DB15/Controller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/Controller.h -------------------------------------------------------------------------------- /RFUSB_to_DB15/EepromManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/EepromManager.cpp -------------------------------------------------------------------------------- /RFUSB_to_DB15/EepromManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/EepromManager.h -------------------------------------------------------------------------------- /RFUSB_to_DB15/HIDController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/HIDController.cpp -------------------------------------------------------------------------------- /RFUSB_to_DB15/HIDController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/HIDController.h -------------------------------------------------------------------------------- /RFUSB_to_DB15/LED.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/LED.cpp -------------------------------------------------------------------------------- /RFUSB_to_DB15/LED.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/LED.h -------------------------------------------------------------------------------- /RFUSB_to_DB15/PS3Controller.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/PS3Controller.cpp -------------------------------------------------------------------------------- /RFUSB_to_DB15/PS3Controller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/PS3Controller.h -------------------------------------------------------------------------------- /RFUSB_to_DB15/Profile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/Profile.cpp -------------------------------------------------------------------------------- /RFUSB_to_DB15/Profile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/Profile.h -------------------------------------------------------------------------------- /RFUSB_to_DB15/RFUSB_to_DB15.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/RFUSB_to_DB15.ino -------------------------------------------------------------------------------- /RFUSB_to_DB15/USB2DB15.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/USB2DB15.cpp -------------------------------------------------------------------------------- /RFUSB_to_DB15/USB2DB15.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/USB2DB15.h -------------------------------------------------------------------------------- /RFUSB_to_DB15/XBoxOneController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/XBoxOneController.cpp -------------------------------------------------------------------------------- /RFUSB_to_DB15/XBoxOneController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/XBoxOneController.h -------------------------------------------------------------------------------- /RFUSB_to_DB15/XBoxUSBController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/XBoxUSBController.cpp -------------------------------------------------------------------------------- /RFUSB_to_DB15/XBoxUSBController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/XBoxUSBController.h -------------------------------------------------------------------------------- /RFUSB_to_DB15/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/debug.h -------------------------------------------------------------------------------- /RFUSB_to_DB15/device_descriptor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/device_descriptor.h -------------------------------------------------------------------------------- /RFUSB_to_DB15/drivers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/drivers.cpp -------------------------------------------------------------------------------- /RFUSB_to_DB15/drivers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSB_to_DB15/drivers.h -------------------------------------------------------------------------------- /RFUSBtoDB15Adapter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/RFUSBtoDB15Adapter.png -------------------------------------------------------------------------------- /USB2DB15-Adapter-schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raphfriend/USB2DB15/HEAD/USB2DB15-Adapter-schematic.pdf --------------------------------------------------------------------------------