Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width40%

CC3D or any OpenPilot board can be used as a pass-through device, same as previous wiring : Tx/Rx lines crossed.

CC3D need +5V in one output port to power the bluetooth module.

Column
width60%

 

Section
Section
Column
width40%

In this case you need to setup the board for Virtual com port (VCP) use and choose MainPort or FlexiPort as ComBridge.

  1. Set the following settings:
    • USB VCP Function ComBridge
    • Main Port ComBridge
    • Speed 9600 (if brand new, unconfigured, 9600 is default baudrate)
  1. Click Save
  2. Reboot the flight controller, system will ask for driver install and the Virtual COM port should appear in the Windows Device Manager.
Column
width60%

 

 

 

...

Section
Column
width60%

In this section you first need to find a terminal software to talk trough serial connection with your bluetooth module.

For Window systems : PuTTYFor , under Linux try Cutecom or PuTTY, and for MacOSX try CoolTerm under Mac OSX

Configure your terminal for 9600 baud rate, 8 data bit, 1 stop bit & no parity serial connection.

Also be sure to setup "No line end" for data sent.

  1. Send AT command and module should answer OK on receive window
  2. Set name, send AT+NAMEMybluetoothName where MybluetoothName is the name you choose.
  3. Set baudrate using the AT+BAUD command: AT+BAUD7 set baudrate to 57600bds. (if you need 38400 you should send AT+BAUD6)
  4. Module answer is OK57600
  5. At this point you need to change baudrate and talk again with bluetooth module.

If later you need to talk with bluetooth module using a FTDI adapter you only need to change baudrate in terminal settings.

 

Column
width60%

 

...