 



| รหัสสินค้า | SKU-00552 | 
| หมวดหมู่ | โมดูลสื่อสารไร้สาย | 
| ราคา | 185.00 บาท | 
| สถานะสินค้า | พร้อมส่ง | 
| ลงสินค้า | 12 ก.ย. 2565 | 
| อัพเดทล่าสุด | 12 ก.ย. 2565 | 
| คงเหลือ | ไม่จำกัด | 
| จำนวน | ชิ้น | 
โมดูล Bluetooth 4.0 ใช้ชิฟ CC2541 สามารถนำไปเปลี่ยนแทนรุ่น HC-05 , HC-06 , HC-07 และอื่น ๆ
รุ่นนี้เป็น Bluetooth 4.0 เป็น Bluetooth รุ่นใหม่ มีฟังก์ชันประหยัดไฟ และความสามารถใหม่ ๆ ที่ดีกว่า Bluetooth รุ่นก่อนนี้สามารถวัดความแรงของสัญญาณออกมาคำนวนเป็นระยะห่างจากอุปกรณ์ได้
ด้วยความสามารถใหม่ ๆ ที่มีใน bluetooth 4.0 นี้ ก่อนซื้อไปใช้งาน ควรตรวจสอบอุปกรณ์ที่ใช้งานด้วยว่า อุปกรณ์ที่นำไปใช่งานร่วมกับโมดูล Bluetooth 4.0 นี้ รองรับการใช้งานร่วมกับ Bluetooth 4.0 ถ้าเป็น Android คือรุ่น 4.3 ขึ้นไป สำหรับ IOS คือรุ่น IOS7 ขึ้นไป
รหัสผ่าน 000000
คุณสมบัติของอุปกรณ์ Bluetooth 4.0 BLE
โคดตัวอย่าง 
// arduino>>bluetooth
// D11 >>> Rx
// D10 >>> Tx
#include
SoftwareSerial bt(10, 11); // RX, TX
int ledpin = 13;
int ledState = LOW;
void setup() {
bt.begin(9600);
bt.println("ArduinoAll BT4.0 Connect....");
pinMode(ledpin, OUTPUT);
Serial.begin(9600);
}
void loop() {
if (bt.available() > 0) {
int msg = bt.read();
if (msg == 1) {
digitalWrite(ledpin, 1);
} else if (msg == 0) {
digitalWrite(ledpin, 0);
}else{
Serial.print("receive : ");
Serial.println(msg);
}
}
}
โปรแกรมสำหรับทดลองสังงานจากโทรศัพท์มือถือ Android

If you are in need of such a 4.0 BLE Bluetooth module, MCU can be set up,also can controlled by a remote Bluetooth device for setting,can transfer data, and can remotely control 10 PIO pins,so,the best bluetooth module. can replace HC-05, HC-06, HC-07 etc.
Bluetooth 4.0 modules. BT module interface and the single chip microcomputer connection only need 4 V4 thread: 5 v (VCC) GND TXD RXD
The advantage of modules:
1. The internal logic level conversion circuit. Without external 5 V to 3.3 V level
2. The power input port with the counter-attack circuit. To avoid unexpected power plug the burning problems caused by module.
Support the Android 4.3+, IOS7+ system



| หน้าที่เข้าชม | 114,516 ครั้ง | 
| ผู้ชมทั้งหมด | 51,278 ครั้ง | 
| เปิดร้าน | 31 ก.ค. 2559 | 
| ร้านค้าอัพเดท | 4 ก.ย. 2568 | 
 บ้านโค้ด-Bancode
			บ้านโค้ด-Bancode
		 
					