I browsed many times regarding HC-05 bluetooth module to get analog values wirelessly to computer without using serial port.But none gave a good conclusion.So,I need help how to connect and code to be deployed in arduino board.
Thanking you in advance..
Pavan.
lanchu123:
I browsed many times regarding HC-05 bluetooth module to get analog values wirelessly to computer without using serial port
No surprise you find no conclusion. It can't be done. You can only send values by using a serial port. You can do this in exactly the same way as you would when using the serial cable to the USB port. No change of programme required.
You might find the following background notes useful
http://homepages.ihug.com.au/~npyner/Arduino/GUIDE_2BT.pdf
http://homepages.ihug.com.au/~npyner/Arduino/BT_2_WAY.ino
I got values using USB serial port. But the arduino will be kept at some distance from pc. can't we send data through bluetooth to arduino IDE?
The short answer is no, but you had better explain what you want to do more coherently. The IDE is the interface used to programme and debug the Arduino. If you mean that you want to send data to the serial monitor via bluetooth, forget it. IF you want to send the same data to a proper terminal programme like RealTerm, on the PC, to the same useful end but via bluetooth, no problem, and I take it that you have not read the link I posted.