Keyestudio HM-10 Bluetooth-4.0 V2
Contents (Hızlı Menü)
keyestudio HM-10 Bluetooth-4.0 V2
Introduction / Tanıtım
keyestudio HM-10 Bluetooth-4.0 V2 adopts TI CC2541 chip and configuration space of 256Kb. It supports AT command. Users can modify working mode (master/slave), baud rate, device name, paring password etc.
keyestudio HM-10 Bluetooth 4.0 V2, TI CC2541 çipini ve 256Kb yapılandırma alanını benimser. AT komutunu destekler. Kullanıcılar baud hızını, aygıt adını, şifre eşleştirmeleri, çalışma modunu (Master/Slave) vb. değiştirebilir.
Specifications / Özellikler
- Bluetooth protocol: Bluetooth Specification V4.0 BLE
- No byte limit in serial port Transceiving
- In open environment, realize 100m ultra-distance communication with iphone4s
- USB protocol: USB V2.0
- Working frequency: 2.4GHz ISM band
- Modulation method: GFSK(Gaussian Frequency Shift Keying)
- Transmission power: -23dbm, -6dbm, 0dbm, 6dbm, can be modified by AT command.
- Sensitivity: ≤-84dBm at 0.1% BER
- Transmission rate: Asynchronous: 6K bytes
- Synchronous: 6K Bytes
- Security feature: Authentication and encryption
- Supporting service: Central & Peripheral UUID FFE0, FFE1
- Power consumption: Auto sleep mode, stand by current 400uA~800uA, 8.5mA during transmission.
- Power supply: 5V DC
- Working temperature: –5 to +65 Centigrade
- Weight: 3.2g
- Size: 46*17*5mm
- Bluetooth protokolü: Bluetooth Özellikleri V4.0 BLE
- Seri port iletişimde bayt limiti yok
- Açık alanda, iphone4s ile 100m ultra mesafe iletişim gerçekleştirin
- USB protokolü: USB V2.0
- Çalışma frekansı: 2.4GHz ISM bandı
- Modülasyon yöntemi: GFSK (Gauss Frekans Shift Keying)
- İletim gücü: -23dbm, -6dbm, 0dbm, 6dbm, AT komutuyla değiştirilebilir.
- Hassasiyet: ≤84dBm %0.1 BER'de
- Aktarım hızı: Asenkron: 6K bayt
- Senkron: 6K Bayt
- Güvenlik özelliği: Kimlik doğrulama ve şifreleme
- Destek hizmeti: Merkez ve Çevre Birimi UUID FFE0, FFE1
- Güç tüketimi: Otomatik uyku modu, bekleme (stand-by) akımı 400uA ~ 800mA, aktarım akımı 8.5mA
- Güç kaynağı: 5V DC
- Çalışma sıcaklığı: –5 ila +65 °C
- Ağırlık: 3.2g
- Boyut: 46 * 17 * 5mm
Circuit Connection / Devre Bağlantısı
Sample Code / Örnek Kod
int val; int ledpin=13; void setup() { Serial.begin(9600); pinMode(ledpin,OUTPUT); } void loop() { val=Serial.read(); if(val=='a') { digitalWrite(ledpin,HIGH); delay(250); digitalWrite(ledpin,LOW); delay(250); Serial.println("keyestudio"); } }
Result / Sonuç
Open APP HC-COM, click search device, select the device, device is connected; the LED on the Bluetooth module is on. Enter "a” in HC-COM, click send, Bluetooth APP will display keyestudio. Every time HC-COM sends an "a”, the Pin13 LED on the main board blinks once.
APP HC-COM'u açın, cihaz aramaya tıklayın, cihazı seçin, cihaz bağlanınca Bluetooth modülündeki LED yanar. HC-COM'a "a" harfi girin, gönder (send) düğmesine tıklayın, Bluetooth APP keyestudio yazacaktır. HC-COM her "a" gönderdiğinde, ana karttaki Pin13 LED'i bir kez yanıp söner.
Resources / Kaynaklar
PDF:
https://drive.google.com/open?id=1Ai-mgQf1QLKN7l4w-PJhk-g757wyT0Qb
APP HC-COM:
https://drive.google.com/open?id=18m7X9dBpNTfcAFRn1rq-3Qg6NH7HuTI3
Video: