Kalle20:
Here is the car:
Hey - these are great photos! Would you give me permission to use them in the future for a tutorial I am planning on writing about this chipset and toy car hacking?
Kalle20:
The car has a rx-2 chip. There are also eight numbers under rx-2, 71107285. What does it mean? In the control it is a tx-2 chip. It also have some additional numbers and letters, LC8B29. What does they mean?
Those other numbers are generally lot numbers and date codes, used by the manufacturer and vendors to be able to know when the chip was made. They can be ignored for the most part.
Kalle20:
What is the best way do control the car? I have no idea about what to do now.
Well, again - I gave you that link to another thread here on the forum - you can find in that links to the TX2/RX2 chipset datasheet. Once you have the datasheet, and you have the receiver board (and great pictures, which are very useful) - you can then begin to "hack" your way to using the board as-is.
However, you have detailed that you plan to use an h-bridge from a starter kit you have; if that is your plan, then fine - that's ok. But I do want to take this opportunity to help you (and others) understand a bit on how to hack these cars, so bear with me. First - take a look at this imgur album I made; I took your images, and added some labels to them. We'll soon see that what you have is very interesting (I've not seen such a car myself)...
TX2-RX2 Car Internals - Imgur Album
In the first picture in the album, I have labelled the pins of the RX2 chip - so you can understand how you count pins on a DIP IC - and so you can relate those pin numbers to the datasheet information. First, you need to orient the chip - you do this by finding the orientation or index mark, which will usually be a dot (laser etched, printed, painted), a small divot, or in this case, a small notch. This marks the "top" of the chip - so you would orient it with that end facing away from you.
Note that the RX2 is a 16 pin chip (while its mate, the TX2, is a 14 pin chip). Pin 1 is then the first pin on the left side of the chip. Pin numbers run counter-clockwise around the chip, moving from pin 1 to pin 8 on the left side, then around the "bottom" of the chip to pin 9 on the bottom right side, and up to the last pin, pin 16, on the right side - opposite pin 1.
So - what do these pins do on this chip? Well - according to the datasheet I have (I'm looking at the Realtek TX2/RX2 datasheet - CS-98046 V1.2):
Pin 1 = Inverter 2 output pin for power amplify
Pin 2 = Negative power supply
Pin 3 = Input pin of the encoding signal
Pin 4 = Oscillator input pin
Pin 5 = Oscillator output pin
Pin 6 = Rightward output pin
Pin 7 = Leftward output pin
Pin 8 = Rightward function is disabled when this pin is connected to GND.
Pin 9 = Leftward function is disabled when this pin is connected to GND.
Pin 10 = Backward output pin
Pin 11 = Forward output pin
Pin 12 = TURBO output pin
Pin 13 = Positive power supply
Pin 14 = Inverter 1 input pin for power amplify
Pin 15 = Inverter 1 output pin for power amplify
Pin 16 = Inverter 2 input pin for power amplify
For now, don't worry about these definitions - we'll get to them in a minute. Just know that each pin is numbered, and has a purpose. Now - look at the second picture in the album. In this picture I have roughly labelled each major section of the receiver as follows:
1 = RX2 chip (the "brains" of the system)
2 = RF receiver circuit (picks up signals from the transmitter, and sends them to the RX2)
3 = H-bridge controllers (x2)
There are two h-bridge circuits because you need one to control the motor which moves the car, and the other controls the steering actuator to control the direction the car goes. The RF receiver picks up signals from the transmitter, encoded by the TX2 chip inside it. These signals are routed to the RX2. But which pin is used? Well - if you look at the definitions of the pins I gave from the datasheet earlier - you'll see they should go to pin 3, right?
Now - what about the h-bridges? Well - according to the datasheet, there are four outputs, two for each h-bridge (for each direction the motors have to spin). Those four outputs are from these pins:
Pin 6 = Rightward output pin
Pin 7 = Leftward output pin
Pin 10 = Backward output pin
Pin 11 = Forward output pin
Notice that there are other pins that are outputs as well:
Pin 1 = Inverter 2 output pin for power amplify
Pin 5 = Oscillator output pin
Pin 12 = TURBO output pin
Pin 15 = Inverter 1 output pin for power amplify
There are also these input pins:
Pin 3 = Input pin of the encoding signal (we've already noted this one)
Pin 4 = Oscillator input pin
Pin 14 = Inverter 1 input pin for power amplify
Pin 16 = Inverter 2 input pin for power amplify
From the datasheet, pin 4 and pin 5 are meant to have a variable resistor placed between them - likely this is used (along with a similar setup on the TX2) to tune a receiver to a transmitter; in theory, you could have multiple cars running, all tuned differently, to allow for head-to-head racing.
The other input and output pins are normally not used for anything; the datasheet doesn't really discuss them much, other than show them in the block diagram as inverting amplifiers or buffers. They are probably there for reduction of parts for certain circuits that need inverted output. It appears that they are used in this manner in your car, likely for the h-bridges.
The "Turbo" output pin is meant to be used in conjunction with a "turbo" button (or other means) to allow the car to go faster; usually what it does is switch in some extra batteries to make the car go faster. On your car, though, this function isn't used - and you'll see that pin is not connected.
These pins:
Pin 8 = Rightward function is disabled when this pin is connected to GND.
Pin 9 = Leftward function is disabled when this pin is connected to GND.
Disable the ability to turn left or right - I am not sure why they are included; the datasheet gives no real clue.
Finally - the power pins (to power the chip) are:
Pin 2 = Negative power supply (ground)
Pin 13 = Positive power supply
The chip is designed to run (normally) on 2.4V to 5.0V DC voltage.
(to be continued)