good day
I am currently working on a project to read potentiometer values connected the bluettoth shield on arduino uno ,the values are supposed to be displayed on the hyperterminal of my pc (wirelessly) and on the pc side i am using a bluetooth dongle.
Currently have tried juss to use the demo codes to discover my bt shield on my pc ,it was only discovered as a slave and failed as a master. and later all the the democodes can not discovered by the pc .
Hi there ,
Firstly , delete the Bluetooth device on you computer .
Then try to pull up your USB wire and plug in , re-upload the demo code of example SLAVE.
For the MASTER , you should change the bluetooth name in the code .
blueToothSerial.print("\r\n+STNA=SeeedBTMaster\r\n");//set the bluetooth name as "SeeedBTMaster"
Yes , it is possible to communicate with PC as master . It might have a bit of a trouble to use this module , please be patience and read the command .
For the SLAVE example, have you change the baudrate before ?