รหัสสินค้า | B30 |
หมวดหมู่ | สื่อสารไร้สาย |
ราคา | 75.00 บาท |
สถานะสินค้า | พร้อมส่ง |
ลงสินค้า | 2 มิ.ย. 2561 |
อัพเดทล่าสุด | 13 มี.ค. 2568 |
คงเหลือ | 10 ชิ้น |
จำนวน | ชิ้น |
Pin |
Name |
คำอธิบาย |
---|---|---|
1 |
STATE |
Connection status pin (not connected low level, |
2 |
RXD |
Receiver pin, this pin must connect to TX pin of next device. |
3 |
TXD |
Transmitter pin, this pin must connect to RX pin of next device. |
4 |
GND |
GND |
5 |
VCC |
Power Supply (1.8-3.6V, 3.3v recommended) |
6 |
EN |
Enable or disable the module. When this pin is held high, the |
Command |
Function |
Default |
---|---|---|
AT+VERSION |
Version Number |
JDY-31-V1.2 |
AT+RESET |
Soft reset |
|
AT+DISC |
Disconnect (valid when connected) |
|
AT+LADDR |
Query the MAC address of the module |
|
AT+PIN |
Set or query connection password |
1234 |
AT+BAUD |
Set or query baud rate |
9600 |
AT+NAME |
Set or query broadcast name |
JDY-31-SPP |
AT+DEFAULT |
Factory reset |
|
AT+ENLOG |
Serial port status output |
1 |
// Basic Bluetooth sketch HC-06_01// Connect the Hc-06 module and communicate using the serial monitor//// The HC-06 defaults to AT mode when first powered on.// The default baud rate is 9600// The Hc-06 requires all AT commands to be in uppercase. NL+CR should not be added to the command string//#includeSoftwareSerial BTserial(2, 3); // RX | TX// Connect the HC-06 TX to the Arduino RX on pin 2.// Connect the HC-06 RX to the Arduino TX on pin 3 through a voltage divider.//void setup(){Serial.begin(9600);Serial.println("Enter AT commands:");// HC-06 default serial speed is 9600BTserial.begin(9600);}void loop(){// Keep reading from HC-06 and send to Arduino Serial Monitorif (BTserial.available()){Serial.write(BTserial.read());}// Keep reading from Arduino Serial Monitor and send to HC-06if (Serial.available()){BTserial.write(Serial.read());}}
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีด้านล่าง โดยลูกค้าสามารถโอนเงินหลังทำรายการสั่งซื้อได้ทันทีไม่ต้องรอยืนยัน
หลังจากโอนเงินแล้วสามารถแจ้งชำระเงินได้ที่ เมนูแจ้งชำระเงิน
หรือชำระเงินผ่าน PayPal โดยคลิกที่ ชำระเงินออนไลน์
หน้าที่เข้าชม | 1,830,165 ครั้ง |
ผู้ชมทั้งหมด | 799,165 ครั้ง |
เปิดร้าน | 12 ธ.ค. 2558 |
ร้านค้าอัพเดท | 8 ก.ย. 2568 |