Make an XBox Receiver – from a RROD XBox 360

Preamble

Following on from my article about using XBox Controllers with Arduinos, I wondered if it was possible to actually make an XBox receiver, rather than having to buy one.

Online Tutorials

There are a number of tutorials to follow, a quick google sees to that:

Procedure

XBox Receiver from XBox 360
XBox Receiver from XBox 360
Solder XBox 360 RF Receiver to USB
Solder XBox 360 RF Receiver to USB
XBox 360 Receiver connections
XBox 360 Receiver connections

Here is a fritzing diagram (taken from page 14 of the How to make a homemade Xbox 360 controller wireless receiver for PC! guide):

XBox 360 RF board and Arduino Mega
XBox 360 RF board and Arduino Mega

Another method

Here is an alternative method, provided by Robot 9706, using a FTDI MM232R, with I believe allows one to use with both XBox and PC, as well as enabling full control over the LEDs.

FTDI MM232R
FTDI MM232R

Images taken from page 14 of the How to make a homemade Xbox 360 controller wireless receiver for PC! guide.

Using FTDI MM232R
Using FTDI MM232R

The breadboard circuit

XBox Receiver and Breadboard
XBox Receiver and Breadboard

This method comes with a Windows application.

Windows XBox 360 Control Application
Windows XBox 360 Control Application

Here is a video showing the complete setup:

Slim XBox 360

The RF receiver from a Slim XBox 360 differs fromt he full fat older type XBox 360. Images taken from page 16 of the How to make a homemade Xbox 360 controller wireless receiver for PC! guide.

Slim XBox 360 RF pinout#1
Slim XBox 360 RF pinout#1

and

Slim XBox 360 RF pinout#2
Slim XBox 360 RF pinout#2

The diode

The diode can be the 1N4001, 1N914 or 1N4148. Basically each diode has a 0.7V drop across it, so, two diodes in series give a 5 – 0.7 – 0.7 = 3.6V which is close to the 3V3 required. Likewise, the Zener Diode is a dirty way of getting from 5V to 3V3.

The best, and safest, way is to use a 3V3 voltage regulator, to make to 5V to 3V3 conversion, as shown of page 16 of the How to make a homemade Xbox 360 controller wireless receiver for PC! guide:

5V to 3V3 Regulator
5V to 3V3 Regulator

Shown on an RF module from a Slim XBox360, as the board is somewhat different:

5V to 3V3 on a Slim XBox 360
5V to 3V3 on a Slim XBox 360

Another photo of the Slim XBox receiver

Slim XBox 360 connections
Slim XBox 360 connections

The 3V3 regulator can also be obtained from a dead XBox:

Old voltage regulator from XBox 360
Old voltage regulator from XBox 360

13 thoughts on “Make an XBox Receiver – from a RROD XBox 360”

    1. A resistive voltage divider is not usefull for powering electronics. Most of the times such electronic circuits require low impedance (low equivalent resistance) in their supply path. This is why the voltage regulator method is the best to adapt a 3.3V circuit to a 5V supply! Keep in mind that voltage regulators require capacitors at their input and output terminals to ensure that they are working stable! This information is available in the datasheet of the voltage regulator.
      Have fun DIY-ing!
      Andrei

      Liked by 1 person

  1. So I achieved this without any soldering.
    If you strip the outside of a USB 2 plug it’ll slip into the connection the Xbox 360 board used for the RF receiver I just wired the DC converter from the board along the USB cable by stripping a section of the cable and cutting only the +/- leaving data cables untouched. I have it installed and my PC recognises it but I’ll update when I have a controller to test 🙂

    Liked by 1 person

  2. So I got an XBox One and an XBox 360; since all my Xbox 360 Games are playable on the XBox One I can cannibalize the 360 completely. I took the RF module off and noted a USB like port that it connected to. I am wondering if anyone has taken the port off the 360 Motherboard that the RF module connects to, soldered the USB cable lines to it (effectively making a cable with USB on one end and XBox RF port on the other), and plugged it into the port on the RF module? I think this would be a little cleaner that soldering directly to the board and you can remove the cable if need be. I ask because I cannot find a diagram showing where you would solder the lines on the port if you wanted to go this route, I am thinking it would be a mirror image of soldering to the board.

    Liked by 1 person

    1. with the risk you apply the USB 5volt directly, this has been the reason not to do so. (and it makes the module thicker than needed, not usefull as I want to make it into a single small box with a raspberry-pi, which directly let me access the 3v3 Data and Clock lines also…)

      Like

  3. I am trying to use a Xbox 360 slims power button to power on a pc but I have followed the steps of removing the resistor from the R8 slot and have soldiered some wire from the pc to the 8th pin and they 11th pin on the diagram above where it shows what all the different pins do.

    Like

  4. Hi there! I have a dead Xbox 360 Slim, and I’d like to know if there is any 3v3 regulator that I could rip off from the mainboard for the RF receiver. If none is available I might try the diode path.

    Like

    1. There are, I cant tell you now which or where thr are, but google the numbers on SOT-223 like packages along with the word datasheet and it will likely tell in the results what it is, without having to click through.

      I just wanted to reply with the following thought: Are you going to use it with something else than a PC, then chances are you can source 3v3 from that device very easily. For example the raspberry-pi can supply the 3v3

      Like

  5. For the 360 slim, do i just solder a USB 2.0 wire as per the terminals shown in the picture above? with a 5.1V zener diode soldered between those connections… or do i need to take another approach?

    Like

Leave a comment