Hello all,
First post - questions regarding the Seeed Bluetooth Shield (seeedstudio.com/wiki/index.p … oth_Shield).
I’ve followed this wiki, and have connected the BT shield to my arduino nano (via jumper cables), but cannot get my PC to recognize the BT shield. Uploading slave.pde worked fine, and the serial port claims “The slave bluetooth is inquirable!”, however I cannot discover it via PC.
My concern is how I’m using the BT_RX and BT_TX pins… slave.pde defines RxD and TxD as 6 & 7 respectively. However, I run jumper cables from the BT_TX 7 to TX1(0) on my nano, and BT_RX 6 to RX0(1) on my nano, thus my code would define them as:
#define RxD 0
#define TxD 1
Any suggestions as to why I cannot communicate with the BT shield via PC?
Thanks