
Cocker
-
Content Count
5 -
Joined
-
Last visited
Posts posted by Cocker
-
-
So, no point in upgrading this board?I just have to buy a new hc-05 module, right?
-
You need to purchase one - an HC-05, HC-06 or HC-07 (I would recommend an HC-05 or HC-07, the 07 has a nicer PCB layout than the -06 but is otherwise identical). They are around $US8-9 on ebay and Aliexpress - I just got 5 of them from Aliexpress. The boards arrived from Bluehash on Friday so I will be playing with them in the next week.
So, nothing to do with this pcb?
Here's the image for those who don't want to follow the link:
-
You mean that this module can't be used to transmit/receive data via bluetooth?How can i "upgrade" it to transceiver then?
-
Hey there, i have bit.ly/SWGgNF bluetooth module and MSP-EXP430G2 launchpad based on MSP430G2553 microcontroller. I'm connecting the module to the board this way:
I'm using Energia IDE, and the code is:
int cnt = 0; void setup() { Serial.begin(9600); } void loop() { cnt++; Serial.print("Hello "); Serial.println(cnt); delay(1000); }
But the module doesn't seem to work. I tried to connect a LED to a state pin and it didn't blink waiting for the connection. I also tried to use 5V power supply but that didn't help. Could you please say what i am doing wrong?Thanks in advance
Bluetooth module + MSP430 Launchpad
in General
Posted
Thnx to all!Will buy a full ready to use module!