Specifications
Manuals
Brands
Inland Manuals
Electronics
Bluetooth Transmission Module for Arduino with Bottom hc-05 Master and Slave
1
2
3
4
5
6
keyestudio
www
.k
ey
e
studio
.cc
Connection Dia
gram:
Sample Code
:
************
****************
*********
int val;
int ledpin=1
3;
void setup()
{
Serial.begin(96
00);
pinMode(led
pin,OUTPUT);
} void loop()
{ val=Serial.read
();
1
...
2
3
4
5
6