USB Wireless TX (Transmitter)

$17.00 USD

As an extension to the Wireless Gameboy/GBA Controller project, this PC USB transmitter allows you to control another device wirelessly which may be useful for scripting. You need to keep sending the key press data or otherwise the receivers time out after 2-3 seconds.

You connect to it using the serial port and send the key press data like below. Check out the Python A button example here.
packet.append(0x54) # Transmit
packet.append(0x00) # High byte
packet.append(0x00) # Low byte
ser.write(packet)

Only works with our receivers.
Questions? Jump on our Discord server.

This is a transmitter, not a receiver.

Channel 1 transmit is hard coded (default for receivers), let us know if you need another channel set.

3 ready to build (5-10 days build time)

Category:

Description

You will need a board and receiver as a minimum to get started.

You can have multiple receivers per transmitter and you can use the same receiver for different wireless controllers. Any receivers/transmitters you purchase will be paired together. If you are unsure about your use case, please send us a quick email to support@insidegadgets.com.

Data format

High byte: L trigger (0x01), R trigger (0x02), X (0x04), Y (0x08)
Low byte: A (0x01), B (0x02), Right (0x04), Left (0x08), Up (0x10), Down (0x20), Select (0x40), Start (0x80)

The key is set until you unset it or the receiver times out after 2-3 seconds due to no more key presses being received (you need to send the same one again and again if you want to hold it).

You should wait 50ms between each keypress that you send, that’s what the delay is for. Otherwise it may get out of sync.

 

Additional information

Weight 9 g

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.