Ks0255 keyestudio Bluetooth 4.0 Expansion Shield: Difference between revisions
Keyestudio (talk | contribs) |
Keyestudio (talk | contribs) |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[image:Ks0255 bluetooth 4.0.png|thumb|600px|right|Keyestudio Bluetooth 4.0 Expansion Shield]] | |||
<br> | |||
==Introduction== | ==Introduction== | ||
The keyestudio Bluetooth 4.0 shield is an integration of sensor shield and HM-10 Bluetooth-4.0, fully compatible with UNO R3. So it is very easy to stack it onto the UNO R3 board.<br> | |||
The shield has extended all the digital and analog pins out into 3PIN, simple to connect the sensor using 3PIN wire.<br> | |||
It also come with a HM-10 Bluetooth-4.0 used for Bluetooth communication. The slide switch is used to control the power supply for Bluetooth. <br> | |||
Onboard is set with jumper cap, default by communicating the Bluetooth module to UNO R3 serial port. If connect two jumpers, need to set the virtual serial port for UNO R3 board, that is D2 to TX, D3 to RX.<br> | |||
<br> | |||
==Features== | |||
* Extends 14 digital pins into 3PIN | |||
* Extends 6 analog pins into 3PIN | |||
* Comes with a reset button | |||
* Comes with a slide switch to control the Bluetooth communication | |||
* Comes with jumper interface to control the serial communication pin (default built-in serial port, can select the analog serial port, TX to D2, RX to D3.) | |||
* Comes with a Bluetooth 4.0 module | |||
== | <br> | ||
==Bluetooth 4.0 Parameters== | |||
* Terminal block spacing: 3.5mm | |||
* Bluetooth protocol: Bluetooth Specification V4.0 BLE | * Bluetooth protocol: Bluetooth Specification V4.0 BLE | ||
* No byte limit in serial port Transceiving | * No byte limit in serial port Transceiving | ||
* Realize 100m ultra-distance communication with iphone4s in open field. | |||
* | |||
* USB protocol: USB V2.0 | * USB protocol: USB V2.0 | ||
* Working frequency: 2.4GHz ISM band | * Working frequency: 2.4GHz ISM band | ||
* Modulation method: GFSK(Gaussian Frequency Shift Keying) | * Modulation method: GFSK(Gaussian Frequency Shift Keying) | ||
* Transmission power: -23dbm, -6dbm, 0dbm, 6dbm, can be modified by AT command. | * Transmission power: -23dbm, -6dbm, 0dbm, 6dbm, can be modified by AT command. | ||
* Sensitivity: ≤-84dBm at 0.1% BER | * Sensitivity: ≤-84dBm at 0.1% BER | ||
* Transmission rate: Asynchronous: 6K bytes ; Synchronous: 6k Bytes | |||
* Transmission rate: Asynchronous: 6K bytes | |||
* Security feature: Authentication and encryption | * Security feature: Authentication and encryption | ||
* Supporting service: Central & Peripheral UUID FFE0, FFE1 | * Supporting service: Central & Peripheral UUID FFE0, FFE1 | ||
* Power consumption: Auto sleep mode, stand by current 400uA~800uA, 8.5mA during the transmission. | |||
* Power supply: 5V DC | |||
* Working temperature: -5 to +65 Centigrade | |||
* | <br> | ||
==Technical Details== | |||
* Dimensions: 54mm x 48mm x 23mm | |||
* Weight: 19g | |||
<br>[[File:KS0255 Detail.jpg|600px|frameless|thumb]]<br> | |||
<br> | |||
==PINOUT Guide== | |||
<br>[[File:KS0255 PINOUT.jpg|800px|frameless|thumb]]<br> | |||
<br> | |||
< | |||
== | ==Test Code== | ||
<pre> | <pre> | ||
int val; | int val; | ||
Line 57: | Line 65: | ||
} | } | ||
} | } | ||
</pre> | |||
<br> | |||
==Example Use== | |||
Stack the shield onto keyestudio UNO R3 board, power up and upload the code. <br> | |||
Turn on the slide switch to power the HM-10 Bluetooth-4.0. | |||
<br>[[File:KS0255 Use.jpg|500px|frameless|thumb]]<br> | |||
<br> | |||
Then open the APP HC-COM, search device and pair the Bluetooth device. If connected, the LED on the Bluetooth module is normally on. <br> | |||
Enter an “a” on the HC-COM, then click Send, it will display “keyestudio”. Every time sends an “a” , Pin13 LED on the board flashes once. | |||
<br>[[File:KS0255 Result.png|500px|frameless|thumb]] [[File:HC-COM.png|500px|frameless|thumb]]<br> | |||
<br> | |||
<br> | |||
==Resources == | ==Resources == | ||
https://fs.keyestudio.com/KS0255 | |||
<span style=color:red>Allow APP to access “location” in settings of your cellphone when connecting to Bluetooth module.</span> | |||
<br> | |||
https:// | ==Get One Now == | ||
*[https://www.keyestudio.com/keyestudio-bluetooth-40-shield-expansion-shield-board-for-arduino-uno-r3-p0173.html '''Official Websie'''] | |||
*[https://www.aliexpress.com/store/product/Keyestudio-Bluetooth-4-0-Shield-Expansion-Shield-Board-for-Arduino-UNO-R3/1452162_32822074612.html?spm=2114.12010612.8148356.28.6d41276fj00U9Q SHOP ON Aliexpress ] | |||
* [https://www.ebay.com/itm/132744184279 SHOP ON eBay] | |||
[[Category: shield]] | [[Category: shield]] |
Latest revision as of 14:16, 6 January 2021
Introduction
The keyestudio Bluetooth 4.0 shield is an integration of sensor shield and HM-10 Bluetooth-4.0, fully compatible with UNO R3. So it is very easy to stack it onto the UNO R3 board.
The shield has extended all the digital and analog pins out into 3PIN, simple to connect the sensor using 3PIN wire.
It also come with a HM-10 Bluetooth-4.0 used for Bluetooth communication. The slide switch is used to control the power supply for Bluetooth.
Onboard is set with jumper cap, default by communicating the Bluetooth module to UNO R3 serial port. If connect two jumpers, need to set the virtual serial port for UNO R3 board, that is D2 to TX, D3 to RX.
Features
- Extends 14 digital pins into 3PIN
- Extends 6 analog pins into 3PIN
- Comes with a reset button
- Comes with a slide switch to control the Bluetooth communication
- Comes with jumper interface to control the serial communication pin (default built-in serial port, can select the analog serial port, TX to D2, RX to D3.)
- Comes with a Bluetooth 4.0 module
Bluetooth 4.0 Parameters
- Terminal block spacing: 3.5mm
- Bluetooth protocol: Bluetooth Specification V4.0 BLE
- No byte limit in serial port Transceiving
- Realize 100m ultra-distance communication with iphone4s in open field.
- 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 the transmission.
- Power supply: 5V DC
- Working temperature: -5 to +65 Centigrade
Technical Details
- Dimensions: 54mm x 48mm x 23mm
- Weight: 19g
PINOUT Guide
Test Code
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"); } }
Example Use
Stack the shield onto keyestudio UNO R3 board, power up and upload the code.
Turn on the slide switch to power the HM-10 Bluetooth-4.0.
Then open the APP HC-COM, search device and pair the Bluetooth device. If connected, the LED on the Bluetooth module is normally on.
Enter an “a” on the HC-COM, then click Send, it will display “keyestudio”. Every time sends an “a” , Pin13 LED on the board flashes once.
Resources
https://fs.keyestudio.com/KS0255
Allow APP to access “location” in settings of your cellphone when connecting to Bluetooth module.