I just recieved my bluegiga wt32 and tried to connect it to my arduino. no luck though, nothing happens. I connected VCC to the 3.3V output, GND to ground and RX, TX to the corresponding arduino pins. Did I miss something?
Maybe some of you already have experience with that setup or know of a tutorial… let me know!
good question, I’ll have to look into that… but it can output 3.3v so it should also be able to interpret it also input I guess. I’m just confused because there is nothing blinking or anything if I connect the unit (it’s on the sparkfun breakout board) to power and ground. shouldn’t there be a power led on or something?
haha, I’ve just reread your post… I indeed wired it up as tx to tx and rx to rx, thank you, I totally missed that. I’ll try again and see if this time I’ll have more luck…
edit:ok, still no luck… I try to send the command “INQUIRY\n” but don’t get any answer on my serial port…
yes that was the plan. I’m figuring it out at the moment, you just need to recieve each char individually and put it together again. that part is easier in wiring, but whatever…
If you want to just use the Arduino as a serial port and have the Diecimila/Duemilanove, the Tx and Rx pins are wired to the microcontroller and the FTDI chip…
So using any serial port terminal, you should be able to directly send and receive commands to the Bluetooth breakout without writing any code…
ok, I can already pair my cell phone to the wt32. my problem at the moment ist that I used the serial communication both for sending commands to the wt32 and debugging. any idea on how to “mask” the debugging text in order that the wt32 won’t send me syntax error al the time?
hm toggling vreg_ena has no impact, works exactly the same way as before. I don’t get read in my terminal, but setting up the chip works, as does pairing with my cell phone…