04-19-2012 01:46 AM
How can i sinc with arduino mega 2560 with this module. I have tried to do it but nothing. I followed the steps described here
this is my bluetooth module HC05
on init.vi i choose for connection type, the bluesmirf bluetooth. i dont know how to make this module to work because it isn't in LIFA.
04-19-2012 02:29 PM
That guides seems to be very thorough. There is a list of things at the bottom of the guide to check if it doesn't work. Did you go through those?
You mention choosing the connection type on Init.vi but it is much more important make sure the COM port (VISA Resource) matches the COM port listed in your device manager for the Bluetooth connection and that your baud rate matches the Arduino firmware. I think they have the Arduino Mega defaulting to 9600 in LIFA version 2.1.1.69.
02-05-2014 05:21 PM
I am searching for a tutorial on how to connect the HC-05 on Labview but I didnt foumd. I was able to connect the bluetooth module to arduino uno via bluetooth commamd sent from my android but movint to Labview and setting to default baud rats 9600 and connecring pin rx to tx and tx to rx it didnt work. Can anyone help ??
07-01-2014 01:07 PM
is it possible to use other bluetooth modules other than a bluesmirf for the int.vi? I have a nRF8001 bluetooth from adafruit and i want to use this in my application. can i simply wire up the module and in the int.vi just use the bluesmirf option? What i was thinking was the just tells labview that it is using bluetooth not usb ect. is that a correct assumption?
07-01-2014 06:41 PM
You can dig into the code and see if there is anything special done when the bluetooth option is chosen. There might be some cases where the same code is used for multiple settings and might have been added as a setting for future modification.