0% found this document useful (0 votes)
135 views5 pages

Yaesu FT-8x7 DIY Bluetooth-CAT Micro-Miniature Interface

The document describes how to build a small and inexpensive Bluetooth CAT interface for Yaesu FT-8x7 radios using common electronic components. The interface allows programming options like baud rate, device name, and PIN from a PC and automatically connects when a CAT application launches. Instructions include a parts list, schematic, build steps and programming the interface using AT commands.

Uploaded by

Loler
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
135 views5 pages

Yaesu FT-8x7 DIY Bluetooth-CAT Micro-Miniature Interface

The document describes how to build a small and inexpensive Bluetooth CAT interface for Yaesu FT-8x7 radios using common electronic components. The interface allows programming options like baud rate, device name, and PIN from a PC and automatically connects when a CAT application launches. Instructions include a parts list, schematic, build steps and programming the interface using AT commands.

Uploaded by

Loler
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Yaesu FT-8x7 DIY Bluetooth-CAT micro-miniature interface

Dan - YO3GGX - [email protected]


With a very small material investment (around $15) and some components which can be easily found at any HAM you
can have a full Bluetooth CAT interface with the following main features:

- Bluetooth Spec v2.0 compliant;


- Class 2 Type output power;
- 3.3V Operation;
- No external power required (powered from the transceiver CAT connector );
- The following parameters can be programmed from a PC:
o Baudrate: 1200-115200
o Device name
o Pairing PIN
- Automatically connects to the PC when the application (ex. Hamradio Deluxe) is started;
- A single blue LED to indicate power/pairing/connect;
- Very small size: only 40mm x 13mm x 13/6mm

The final product will look like in the following pictures.

The components
First let’s see where we can find the main components at the cheapest price.

1. High Quality Wireless Bluetooth Transceiver Module RS232 TTL (£4.68) at:
http://www.ebay.co.uk/itm/New-High-Quality-Wireless-Bluetooth-Transceiver-Module-RS232-TTL-Antenna-
/110769655360?_trksid=p5197.m185&_trkparms=algo%3DSIC.NPJS%26itu%3DI%252BUA%26otn%3D12%26pm
1
od%3D200651092652%252B270844619774%252B170753376515%26po%3DLVI%26ps%3D63%26clkid%3D5402
339510617190632#ht_4087wt_1163 .

2. 3mm Ultra Bright Blue 8000 mcd LED Bulb Light (£0.1):
http://www.ebay.co.uk/itm/150716721925?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1439.l2649#ht_21
86wt_1163

3. L78L33ACZ V REG +3.3V (~£ 1) at:


http://www.ebay.co.uk/itm/L78L33ACZ-V-REG-3-3V-78L33-TO-92-Pack-10-
/230684354418?pt=UK_BOI_Electrical_Components_Supplies_ET&hash=item35b5dbe772#ht_500wt_1156

Then we will need some small electronic components (SMD version):

- R1 - 470ohm 1/8W
- C1, C2 – 1uF (ceramic)
- mini DIN (8 pin) connector (male)

The schematic

The pin-out for the 8-pin connector can be found in the FT817(ND) user manual. A small extract below:

2
The Bluetooth module has the following dimensions:

… and the following pinout:

How to build
Unfortunately (again) I forgot to take pictures during the build so I will try to explain by words all the steps.

1. Prepare a small piece of thin PCB (single side) with the width of the Bluetooth module and longer with
aprox.5mm;
2. Cut with an abrasive disc the 8-pin male connector as in the pictures;
3. Design the PCB according with the schematic (a very simple one) and consider the PCB to enter with one end
between the pins of the connector in order to solder TX, RX and GND pins directly to the PCB without needing
wires;
4. Solder the small electronic components only on the metallic side of the PCB;
3
5. Using a drop of glue fix the Bluetooth module on the isolated side of the PCB and then using very small pieces of
thin wire solder only the relevant pins of the module to the PCB;
6. Use another very small piece of wire to connect pin +13.8V to the PCB.

Now you are ready to test the module. After you confirm that everything is ok, you can put some POXIPOL between the
connector pins soldered to the PCB in order to increase the reliability. At the end you can cover everything using a piece
of thermo shrinking tube.

Programming the interface


If you are satisfied with the default values (Baudrate 9600, pin 1234 and some arbitrary name) then you can skip this
chapter.

To program the interface you need an USB/Serial (TTL) interface like the following:

USB 2.0 to UART TTL 6PIN Connector Module Serial Converter CP2102 (~£ 2) at:

http://www.ebay.co.uk/itm/USB-2-0-UART-TTL-6PIN-Connector-Module-Serial-Converter-CP2102-New-
/110760144325?pt=LH_DefaultDomain_3&hash=item19c9d1adc5#ht_3467wt_1163

Build a small cable like in the following picture in order to connect RX,TX,GND and +5V from the USB/Serial module to
the RX,TX,GND and +13.8V from the Bluetooth-CAT interface.

4
You need a piece of software to send commands to the Bluetooth interface, for example SPCA – Serial Port
Communication Analyzer available on my web site:

http://www.yo3ggx.ro/spca/spca.html

At first use set the application for 9600,8,N,1.

The following AT command set is available to program the interface.

1. Testing the connection


Before sending a AT command to the Bluetooth module, you will need to check the connection between the
terminal software and the module.
Format: Send : AT // Note: Capital letter Return: OK

2. Changing the default baud rate


Format: Send: AT+BAUD1 //change baud rate to 1200
Return: OK1200
Available values for baudrate are presented in the following picture.

3. Changing default name


Format: Send AT+NAMEyourname //yourname: lowercase
Return: OKyourname

4. Changing default password


Format: Send AT+PINxxxx //xxxx: your new password
Return: OKsetpin

Using the interface


I will not detail here because there many possible applications to manage Bluetooth devices depending on the OS, type
of Bluetooth interface on the PC, etc.

You just need to follow the generic steps below:

- Connect the new build interface to the transceiver;


- Configure the right baudrate;
- Make the pairing with the Bluetooth interface;
- Check which COM port was allocated for the Bluetooth virtual serial port and set this port in the CAT application
(ex. HRD);

Good Luck!

If you need support please do not hesitate to send me a mail.


th
FT8x7_DIY_Bluetootth_CAT_interface_v1. pdf - Bucharest, Jan 5 2012 – © Dan Toma – YO3GGX – [email protected]
5

You might also like