Hey guys. I'm having a problem with the RN-41 bluetooth serial board found here Bluetooth Module Breakout - Roving Networks (RN-41) - WRL-10559 - SparkFun Electronics. Although the board connects to my computer as a bluetooth device, attempts to talk to the arduino over the serial monitor in the arduino IDE fail, as do attempts to upload data. The details are as follows:
Using windows 7 pro, arduino ide 1.0.1, and the Duemilanove board. I have a prototyping board with a mini breadboard on top, into which the breakout bluetooth module is inserted.
The ground, 3.3v pins, and RX/TX pins are connected from the arduino to the RN-41. As far as I know, these are the only connections you need, and the TX/RX pins are swapped (though I have tried TX->TX and RX->RX in case I misunderstood the labeling). I believe all other required circuitry is built into the breakout board.
The software on the arduino is a simple test serial program that echos whatever characters are sent to it over the serial port, , which works fine when plugged in via USB. The baud rate is 9600.
First, I search for bluetooth devices. My computer finds it as FireFly-66EA. I add it without pairing, and it shows up as a serial over bluetooth device, COM 7, with a baud rate of 9600. If I then go into the device manager, it shows both COM 7 and COM 8 as having been created. Then when I open up the arduino ide, my computer alerts me that a device is trying to connect from a little word bubble down by the systray. I click that, it asks me to put in a pairing code, and I put '1234'. It tells me the devices has successfully connected (which is odd, because I thought it was already connected). Then the arduino IDE finishes starting up. It sees COM 8 (but not COM 7) which I connect to.
From there, if I attempt to upload code to the arduino, it pauses at the uploading stage, and I have to close the IDE, and then close another process in task manager to free up the com port again. if I try to send any data via the serial monitor, the whole IDE freezes up completely, and I cannot even close it. The RX/TX lights on the arduino do not blink, indicating no data between the bluetooth device and arduino is being passed.
Right now money dictates I have to work with what I've got, so I would very much like to get this device working. If anyone sees any errors in my procedure or has had a similar experience they were able to remedy, please help! Your time is very much appreciated. Thank you ![]()