MYSHOP

최근 본 상품

이전 제품

다음 제품

SeeedStudio Bluetooth 4.0 Low Energy-BLE Shield v2.1 [SKU: 103990055] ( 블루투스 4.0 BLE 쉴드 )

(해외배송 가능상품)
공급사 바로가기
기본 정보
상품명
SeeedStudio Bluetooth 4.0 Low Energy-BLE Shield v2.1 [SKU: 103990055] ( 블루투스 4.0 BLE 쉴드 )
판매가
40,600원
원산지
CHINA
상품코드
P000EAYH
상품가
36,909원
수량
수량증가수량감소
세액
3,691원
공급사
SeeedStudio
배송비
3,000원
SNS 상품홍보
SNS 상품홍보

개인결제창을 통한 결제 시 네이버 마일리지 적립 및 사용이 가능합니다.

상품 옵션
옵션 선택

(최소주문수량 1개 이상 / 최대주문수량 0개 이하)

사이즈 가이드

수량을 선택해주세요.

위 옵션선택 박스를 선택하시면 아래에 상품이 추가됩니다.

상품 목록
상품명 상품수 가격
SeeedStudio Bluetooth 4.0 Low Energy-BLE Shield v2.1 [SKU: 103990055] ( 블루투스 4.0 BLE 쉴드 ) 수량증가 수량감소 (  0)
총 상품금액(수량) : 0 (0개)

 

상품상세정보



BLE Shield stands for Bluetooth Low Energy (BLE) Shield. It is designed to work with Arduino boards or compatibles including Arduino Uno Mega 2560 Leonardo and Due. It allows you to connect your Arduino boards with other BLE Central device like a smartphone or tablet. So you can develop some applications like:
Control your Arduino pins with our/your own mobile App
Send sensor data from your Arduino to an App for processing
Use your mobile device as an internet gateway for your Arduino
and much more!
BLE shield could operate under 3.3V or 5V therefore it works with a lot of Arduino compatible boards too.
New Features in BLE Shield Version 2.1
1. Reset button is changed to "side button"
2. nRF8001 SPI pins can be set to either Pins 11-13 on the side or ICSP this allows other Arduino compatible boards with no ICSP header such as FRDM-KL05 board RedBoard and so on to interface with the nRF8001 BLE chip
3. Flexible REQN and RDYN pins selectable from pin 2 to 10
4. The board is shorter than before and this allows it to fit on Arduino Yun physically
Features Since v2.0
1. Besides the on-board PCB antenna option to use SMA connector for external antenna (soldering is required)
2. Flexible REQN and RDYN pins selectable from pin 2 to 12 these pins are fixed at 8 & 9 for BLE Shield v1
3. Reset button also resets the Arduino board and vice versa
4. ICSP header provides Vcc (for other shields to get power source)
5. ICSP header now passes through (for other shields to connect to the SPI)
6. Shield's reset is controllable by Arduino pin 4 or 7
7. Reset signal to the shield is now active low (i.e. pull low to reset the shield)
8. Added test points for power consumption measurement of the nRF8001 chip (soldering is required)
9. Added circuitry and test pin (J9 NC) for measurement of instant working current (using logic analyzer 1mA = 100mV).
Supported BLE Central Devices
iOS 7
iPhone 4s
iPhone 5 (all models)
iPod touch 5
iPad 3/4/mini/Air
Android 4.3 or above (4.4 recommended for stability) with Bluetooth 4.0 hardware support
Nexus 4
Nexus 7
Samsung Note 3 / GT-I9300 / GT-I9500
(please report any other Android devices supported)
Windows 8.1 with built-in Bluetooth 4.0 or USB dongle
Mac OSX 10.9.2 with built-in Bluetooth 4.0 or USB dongle
Linux with BlueZ 5.1 with built-in Bluetooth 4.0 or USB dongle
Getting Started Guide
We have prepared a step-by-step guide Getting Started with BLE Shield to show you how to connect your BLE Shield with our free iOS and Android Apps.
How It Works
BLE Shield communicates with Arduino through the ACI (Application Controller Interface). The ACI is similar to SPI but does not actually work as SPI. SPI is consist of MOSI MISO SCK and SS whereas ACI is consist of MOSI MISO SCK REQN and RDYN.
Since BLE Shield may receive data anytime even not selected by SPI master (Arduino) so the SS line is not needed.
In ACIdata exchanged still through MOSI and MISO and SCK provides the clock generated by master.
When master wants to request data from BLE Shield it puts the REQN to low until RDYN line is put to low by BLE Shiled and then master generates the clock to read out the data. After reading out the data master will release the REQN and BLE Shield release the RDYN put them to high.
If BLE Shield has data to transmit to master it will put the RDYN to low to indicate master even though master havn't requested data and REQN is idle. If master detectes a low level condition on RDYN it will put REQN to low and generate the clock to read out the data.After reading out the data both REQN and RDYN will be put to high.Note that REQN is controlled by master while RDYN is controlled by BLE Shield.
Technical Details
Nordic nRF8001 Bluetooth Low Energy IC
Support Peripheral (Slave) role operation only – nRF8001 IC limitation.
Proprietary simple serial interface – Application Controller Interface (ACI).
Please refer to Nordic’s nRF8001 Product Specification for more details.
Application Controller Interface (ACI)
The ACI enables an application controller to communicate with nRF8001.
The physical ACI interface on nRF8001 consists of five pins. All ACI data and exchanges use a standard SPI interface with nRF8001 using a mode 0 slave interface to the application controller.
However nRF8001 does not behave as a pure SPI slave device; nRF8001 can receive new data over-the-air at any time or be busy processing a connection event or new data. Consequently the traditional CSN signal used to initiate an SPI transaction is replaced by two active low hand-shake signal; RDYN and REQN.
Signal Arduino nRF8001 Description
MISO Input Output SPI: Master In Slave Out
MOSI Output Input SPI: Master Out Slave In
SCK Output Input SPI: Serial data Clock
REQN Output Input Application controller to nRF8001 handshake signal
RDYN Input Output nRF8001 to application controller handshake signal
Shield Layout
A. nRF8001 & Arduino board Reset Button
B. Factory Testing Pins
C. Power On LED
D. Flexible REQN and RDYN pins from pin 2 to 10
E. External Antenna
F. Onboard Antenna
G. Nordic nRF8001
H. Optional Pin to Control the Shield’s reset
I. Power Consumption Measurement of the nRF8001 chip
J. Power Monitor on Oscilloscope
K. SPI interface connection for nRF8001
Resources
BLE Shield Respository - Provides BLE Shield resources such as schematics.
Nordic Bluetooth Smart SDK for Arduino - Provides a lot of BLE tutorials and examples for BLE beginners to work with the BLE Shield supported by Nordic.
RedBearLab nRF8001 library - Provides simple APIs for exchanging data between BLE central and the BLE Shield
Support
For questions about Nordic Bluetooth low energy SDK for Arduino
please visit Nordic Developer Zone.
All other questions regarding Blend Shield please go to Blend Shield Forum.



상품결제정보

* 세금계산서 발행방법은 게시판 공지사항 참조.
* 기술문의는 이메일(
master@toolparts.co.kr)로 문의.

전자부품 특성상 제품에 이상이 있거나, 상품정보와 상이한 경우 외 에 단순 고객변심으로는
교환 반품이 불가능 합니다 구매전 이점 유의해 주세요!!!

고액결제의 경우 안전을 위해 카드사에서 확인전화를 드릴 수도 있습니다. 확인과정에서 도난 카드의 사용이나 타인 명의의 주문등 정상적인 주문이 아니라고 판단될 경우 임의로 주문을 보류 또는 취소할 수 있습니다.  

무통장 입금은 상품 구매 대금은 PC뱅킹, 인터넷뱅킹, 텔레뱅킹 혹은 가까운 은행에서 직접 입금하시면 됩니다.  
주문시 입력한 입금자명과 실제입금자의 성명이 반드시 일치하여야 하며, 7일 이내로 입금을 하셔야 하며 입금되지 않은 주문은 자동취소 됩니다.

배송정보

  • 배송 방법 : 택배
  • 배송 지역 : 전국지역
  • 배송 비용 : 3,000원
  • 배송 기간 : 1일 ~ 3일
  • 배송 안내 : 산간벽지나 도서지방은 별도의 추가금액을 지불하셔야 하는 경우가 있습니다.
    주문하신 제품은 입금확인후 1~3일 내에 출고되며 (해외배송)으로 표시된 제품은
    해외배송 제품으로 배송기간이 약 10일~14일정도 소요될수 있습니다.
    구매전 해외배송 제품은 배송기간을 꼭 확인해 주세요.
    해외배송 진행하신상품은 반품 불가능 합니다.

교환 및 반품정보

교환 및 반품이 가능한 경우
- 상품을 공급 받으신 날로부터 7일이내 단, 가전제품의
  경우 포장을 개봉하였거나 포장이 훼손되어 상품가치가 상실된 경우에는 교환/반품이 불가능합니다.
- 공급받으신 상품 및 용역의 내용이 표시.광고 내용과
  다르거나 다르게 이행된 경우에는 공급받은 날로부터 3월이내, 그사실을 알게 된 날로부터 30일이내

교환 및 반품이 불가능한 경우
- 고객님의 책임 있는 사유로 상품등이 멸실 또는 훼손된 경우. 단, 상품의 내용을 확인하기 위하여
  포장 등을 훼손한 경우는 제외
- 포장을 개봉하였거나 포장이 훼손되어 상품가치가 상실된 경우
  (예 : 가전제품, 식품, 음반 등, 단 액정화면이 부착된 노트북, LCD모니터, 디지털 카메라 등의 불량화소에
  따른 반품/교환은 제조사 기준에 따릅니다.)
- 고객님의 사용 또는 일부 소비에 의하여 상품의 가치가 현저히 감소한 경우 단, 화장품등의 경우 시용제품을
  제공한 경우에 한 합니다.
- 시간의 경과에 의하여 재판매가 곤란할 정도로 상품등의 가치가 현저히 감소한 경우
- 복제가 가능한 상품등의 포장을 훼손한 경우
  (자세한 내용은 고객만족센터 1:1 E-MAIL상담을 이용해 주시기 바랍니다.)

※ 고객님의 마음이 바뀌어 교환, 반품을 하실 경우 상품반송 비용은 고객님께서 부담하셔야 합니다.
  (색상 교환, 사이즈 교환 등 포함)


서비스문의

상품사용후기

상품의 사용후기를 적어주세요.

게시물이 없습니다

상품문의하기 모두 보기

상품 Q&A

상품에 대해 궁금한 점을 해결해 드립니다.

게시물이 없습니다

상품문의하기 모두 보기


WORLD SHIPPING

PLEASE SELECT THE DESTINATION COUNTRY AND LANGUAGE :

GO
close