as far as I know it's not possible to program the module on the Arduino BT to act as a keyboard.
It can communicate to a phone or a computer that support Bluetooth serial ports
there are examples online of all of this
All the answers are in the iWrap manual, that is the firmware used in the bluetooth module.
there are links to it in the arduino website under hardware
I'd checked the WT11 BT module attached to Arduino BT. It has HID profile installed, which is what I need for my project.
I would highly appreciate if someone could give me insight.
Re-connect the BT module RX TX to on of the IO pins of Arduino
is it possible to cut the connection and re-solder with jumper wires?
Using the serial library to communicate/re-program the WT11 Blugiga chip and utilize the HID profile.
Use FTDI Basic Breakout - 3.3V to link the arduino chip to my computer for sketch upload and monitor/debug arduino
Or can I just simply leave the board as is and be able to upload/communicate with BT and Arduino individually via common RX TX connection?