I connected 3.3VDC to the power of the BT board. I connected a LED with a resistor 1K at 13 and GND.
When I uploaded compiled "blink" tutorial program, I've got following error messages.
(Arduino 0009alpha program is running)
java.lang.NullPointerException
at processing.app.Serial.setDTR(Serial.java:480)
at processing.app.Uploader.flushSerialBuffer(Uploader.java:76)
....and so on.
Anyway, the LED on this BT is blinking much faster than in the case of Diecimila board.
I've switched from Arduino 0009 to 0007, as per the suggestions, and it seems improving quite a lot with very minor glitch.
I've removed multitudes of Bluetooth serial ports such as Port9,10, 11, and so on.
The selected port I've confirmed is Port7.
The only error message at this moment is :
Programmer is not responding. RESET the board right before exporting.
Therfore, I pressed the RESET button on the board right before uploading after compiling the "blink" program. I'm afraid I might have missed the exact timing for the RESET button pressing, though.
It seems that the old problems are mostly gone.
Thanks for the valuable comments and helps.
I'll try to find the good timing for the RESETting.
I've removed the BlueSoleil program, and let the MSWindows XP handle the BT.
I'm still in the process of establishing the connection which is incomplete, I guess.
Since I am not quite familiar with BT's procedure, I was a bit confused about the serial port selection for "Sending" or "Receiving" port. "Receiving" has been selected for ARDUINOBT, which is given password of predefined '12345.' "Sending" has been selected for other port.
Am I supposed to select the ports separately, one for sending, the other for receiving?
With the BlueSoleil, I just selected one port for communication, as in the case of WiTilt2.5 accelerometer breakout board from Sparkfun, which is working fine for me.
Sorry for my newbie question.
Appreciate your interest in this regard.
I read that when the XP handles the set up, set the port to com 5. And also need to use Arduino 0007. I was wondering if you try this way? Because I am having the same problems, and if it is the solution, I will uninstall the Bluesoleil too...
Finally, I was able to download blinking code to Arduino BT. I am not seeing any errors on the Arduino software page. But, the LED does not blink. Since I do not have any error messages, being able to upload, why the LED doesn't blink? Please, any suggestion will be helpful....