본문 바로가기

블루투스   ( 49 )


Blue Gecko BGM111 Bluetooth Smart Module Blue Gecko BGM111 Bluetooth Smart Module 13 mm x 15 mm x 2.2 mm 데이터시트 : http://www.silabs.com/Support%20Documents/RegisteredDocs/BGM111_datasheet.pdf 주요사양. Low Current Consumption: RX peak: 7.5 mA TX peak: 8.2 mA @ 0 dBm MCU: 59 uA/MHz MCU sleep: 1.65 uA down to 200 nA Microcontroller: ARM Cortex M4 with FPU up to 40 MHz 32 kB RAM and 256 kB Flash Advanced cryptography support Integrated Bluetoo.. 2015. 8. 29.
Bluetooth Low Energy 안드로이드 앱. BLE Scanner http://www.appbrain.com/app/ble-scanner%3A-read-write-notify/com.macdom.ble.blescanner Main Functionality BLE Scanner ======================== Explore BLE device nearby. Getting live Receiver's Signal Strength (RSSI). Explore BLE Services and Characteristics. Cover all SIG approval known Services and Characteristics. Read, Write and notify Characteristics. Characteristics update abou.. 2015. 7. 28.
TI 사. BTool. Bluetooth Low Energy PC S/W 개요. 설치. 개요 TI사의 BTool 은 주변의 Bluetooth Low Energy Gatt peripheral 기기의 Advertisign, Connection, Characteristic 정보보기 Read/Write 하기 위한 PC S/W 툴이며, CC2540 USB Dongle (보기 ->http://igotit.tistory.com/383 ) 과 연동하여 작동된다. 유사기능의 타 S/W Cypress의 CySmart 보기 -> http://igotit.tistory.com/375 - TI사의 BTool 보다 Cypress사의 CySmart 가 더 직관적이고, 사용법이 더 간편함. TI 사. BTool 설치, CC2540 USB Dongle 펌웨어 기록. BTool 설치. BTool 설치는TI사의 BLE-St.. 2015. 7. 28.
TI 사. BLE-STACK 1 개요. 설치. - CC2540/CC2541 개발용. 개요 TI사의 BLE STACK 은 현재 (2015년 7월) 2종이 배포중이며,CC2640/2650지원하는 BLE-STACK 2 와 CC2540/1지원하는 BLE-STACK (혹은 BLE STACK 1) 가 제공되고 있다. 본 글은 BLE-STACK 1 설치 정리한다. 제조사 제공 정보사이트 : http://www.ti.com/tool/ble-stack?DCMP=wbu-blestack&HQS=ble-stack pdf 문서 : http://www.ti.com/lit/pdf/swru271 참고. BLE-STACK 2 개요및 설치 -> http://igotit.tistory.com/334 TI사 BLE-STACK 1 설치. 1. 설치파일 다운로드 주소 : http://www.ti.com/tool/ble-sta.. 2015. 7. 28.
TI 사. Packet Sniffer 개요. 설치. - RF Packet viewer PC Software 개요 TI사의 Packet Sniffer 는 RF Packet 을 볼 수 있는 PC S/W이다. Packet Sniffer 는 PC에 USB로 연결된 RF Capture Device 와 연동되어 작동되며, RF Catture Device에 따라 볼 수 있는 RF Protocol 이 다르다. 예. Packet Sniffer 에서 Bluetoth Low energy Packet 을 보려면 CC2540 USB Dongle 을 PC 에 연결하면 된다. 제조사 제공정보사이트 : http://www.ti.com/tool/packet-sniffer Packet Sniffer User Manual : http://www.ti.com/lit/pdf/swru187 참고 CC2540 USB Dongle : http://ig.. 2015. 7. 28.
Dialog 사. SDK 이용 BLE 코딩 핵심개념. 개요 Dialog사의 SDK 기반 BLE기능 코딩하기 위한 핵심 개념 정리. 본 정보는 제조사 제공 UM-B-015 : User Manual - Software Architecture ( pdf 바로보기 ) 의 내용기반으로 정리한 것임. 기반정보. Dialog 사 SDK 개요. http://igotit.tistory.com/370 Software 설정. 6.3.1 . 내장, 외부 MCU 모드 선택. 응용측 개발을 내장 MCU사용하는 모드 혹은 외부 MCU이용하는 모드가 가능하며 개발시 jump table의 첫번째 요소에서 모드를 지정할 수 있다. const uint32_t* const jump_table_base[88] __attribute__((section ("jump_table_mem_area")).. 2015. 7. 26.
TI 사. CC2540 BLE USB Dongle. 개요. 주요특징. Simple BLE to USB connection - Adds BLE to an existing product with USB Debug header, LEDs and buttons included - Enables faster development It can also be used as a packet sniffer for analyzing the BLE protocol and for software and system level debugging (use the free tool SmartRF Packet Sniffer) 관련리소스들. 1. 제품정보 사이트 : - http://www.ti.com/tool/cc2540emk-usb - http://www.ti.com/tool/TID.. 2015. 7. 25.
개발중 BLE기기 정상동작 여부 PC에서 확인 방법. Cypress 사의 CySmart로 디버깅하기.- Advertising, Connection 정상동작 확인, Service, Characteristic 정보 확인. 개요. 개발중인 BLE기기가 정상 작동하는지 PC 에서 간단히 확인하는 수단으로 Cypress 사의 CySmart 이용하는 방법 정리. BLE기기의 정상동작확인대상은 아래와 같은 사항들이다. 1. 기기가 전파 출력중인가? 2. BLE기기가 정상적으로 Advertising 중인가? 즉, BLE Central에서 검색되는가? 3. 상기2에서 BLE 기기의 Advertising Data 는 정상적인가? 4. BLE 기기가 정상 Connection 처리하는가? 5. BLE 기기에 정의되어 있는 Service, Characteristic 등은 모두 의도한 대로 BLE Client 측에서 인식하는가? 위의 사항들은 신속하게 검사할 수 있는 PC툴 중의 하나가 Cypress사의 CySmart 이다. 본 글의 시험 환.. 2015. 7. 25.
Dialog 사. BLE Development Kit Pro. boot mode 및 점퍼 설정법. 개요. Dialog 사의 BLE Development Kit-Pro 는 3종의 boot mode 지정 가능하다. boot mode는 mother board에서 수동으로 점퍼 설정 해줘야한다. 모드1. UART boot. 대상칩 : DA14580/1/3 모두 가능. 칩내장 SRAM 에 펌웨어 기록. 모드2. External memory boot. 대상칩 : DA14580/1 mother board 에 있는 SPI Flash Memory에 펌웨어 기록. 모드3. Internal memory boot. 대상칩 : DA14583 만 가능. 칩 내장된 Flash Memeory 에 펌웨어 기록. 상기 모드에 따른 점퍼 설정은 보드상의 J1 헤더에서 이뤄지며, 헤더 옆에 UART, SPI 인 경우의 점퍼 설정법이 표.. 2015. 7. 25.
Cypress 사. CySmart 사용법. BLE 기기 Discovery, Connection, Service, Characteristic 정보 보기. 개요. Cypress사의 CySmart 사용법 정리. 1. CySmart 에서 BLE 기기 Discovery 하기. - BLE기기에서 전송하는 Advertising 정보 보기. 2.CySmart 에서 BLE 기기 Connection 하기. - Connection 상태에서 BLE 기기에서 제공하는 Service, Characteristic 정보보기. - 기기에서 송신되는 데이터 보기, 기기로 데이터 전송하기. 기초정보 1. CySmart 개요 및 설치방법 보기 : http://igotit.tistory.com/373 CySmart 에서 주변기기 검색. - BLE Advertising&Discovery 주변에 있는 BLE기기들. - 아래 사진에서 처럼 CySmart BLE USB Dongle 근처에 있는 B.. 2015. 7. 24.
Dialog 사. DA14581 Daughter board. 전면. 후면. 본 글이 포함된 상위 정리 글. Connectivity : http://igotit.tistory.com/280 의 Bluetooth ///379. 2015. 7. 24.
Dialog 사. DA14580 Daughter board. 전면. 후면. 본 글이 포함된 상위 정리 글. Connectivity : http://igotit.tistory.com/280 의 Bluetooth ///378. 2015. 7. 24.
Dialog 사. BLE USB Dongle. 개요. Dialog 사 BLE Development Kit 에는 BLE USB Dongle 이 같이 제공된다. 동글 설명서. http://support.dialog-semiconductor.com/download/file/fid/802 BLE USB dongle 설치되는 드라이브들. 동글 PC에 연결하면 드라이브 들이 자동설치된다. - 개발용 컴에 이전에 이미 관련드라이브들(FTDI등)이 설치되어 있어서, 자동설치되는 것으로 보였을 수 도 있음. 장치관리자에서 해당 드라이브들. - 아래 그림. 본 글이 포함된 상위 정리 글. Connectivity : http://igotit.tistory.com/280 의 Bluetooth ///377. 2015. 7. 24.
Cypress 사. CySmart 개요, 설치.- BLE기기 정보보기 PC 소프트웨어 개요 Cypress CySmart 개요. 설치. Cypress사의 CySmart 는 BLE 동글 연결된 PC에서 주변 블루투스 BLE 기기를 검색하고 연결하여 BLE기기에서 제공되는 서비스, characteristic 을 확인할 수 있는 편리한 툴. CySmart 를 사용하기 위해서는 Cypress사의 BLE-Dongle 이 PC에 연결되어있어야 한다. BLE-Dongle 이 BLE GATT Central 역할을 하게된다. 제조사 제공정보 : http://www.cypress.com/documentation/software-and-drivers/cysmart-bluetooth-le-test-and-debug-tool?source=search&keywords=cysmart CySmart 사용자 설명서 : .. 2015. 7. 24.
Cypress 사 CySmart USB Dongle 개요.펌웨어 업데이트 방법. 개요 Cypress 사의 CySmart USB Dongle 개요 및 BLE Dongle 펌웨어 업데이트 방법 정리. - 통상 동글 구매 첫 사용시에는 필수 펌웨어 업데이트 해야한다. Cypress BLE Dongle 개요 : BLE Dongle은 PC에 USB 연결하고, CySmart (PC용 소프트웨어) 와 같이 사용되어 주변 BLE 기기기 검색, 연결, 서비스 열람 기능을 확인하는 BLE기기 개발시 보조툴로써 유용하게 사용된다. 보드외형. BLE-Dongle 펌웨어 업데이트 하기. 1. 펌웨어파일 다운받는 곳. BLE 개발킷 CY8CKIT-042-BLE 사이트(클릭) 에서 일부로 제공되고 있다. 위 사이트에 방문하여 아래 부분에 보면 "Related Files" 에서 BLE Dongle CySmart.. 2015. 7. 24.
BLE Public address, static address. 블루투스 기기의 Device Address 관련 규격. 핵심참조문서 - Bluetooth Core Spec 4.0 Core spec. 의 section 1.3 Vol 6. Essentially, static address is a random address while public is not. From Core Spec: The public address shall be created in accordance with section 9.2 ("48-bit universal LAN MAC addresses") of the IEEE 802-2001 standard (http://standards. ieee.org/getieee802/download/802-2001.pdf) and using a valid O.. 2015. 7. 23.
NFC 가이드 라인 : 블루투스 Secure Pairing NFC포럼 사이트에서 다운로드 가능. pdf 바로보기 : http://members.nfc-forum.org/apps/group_public/download.php/18688/NFCForum-AD-BTSSP_1_1.pdf /// 2015. 7. 23.
Dialog 사. BLE SDK 개요 Dialog 사의 BLE DA1458x 칩 활용한 개발 진행하기 위해선 제조사에서 제공하는 SDK 필수 요구된다. 본 글에서는 SDK 개요 정리. DIalog 사 BLE SDK 특징. 1. KEIL MDK 기반. 2. Dialog 사 BLE칩 코딩 예제소스(모두 KEIL MDK 소스임). 3. 신규프로젝트 생성위한 템플릿. 4. Bluetooth Protocol Stack 은 RivieraWaves Kernel (RTOS임, RW-BLE 라고도 함)로 구현, 응용계층에서 접근할 수 있는 kernel API가 제공된다. RivieraWaves Kernel 특징. ■ Exchange of messages ■ Message saving ■ Timer functionality ■ Event function.. 2015. 7. 23.


 

비트코인




암호화폐       외환/나스닥/골드       암호화폐/외환/나스닥/골드 암호화폐/외환/나스닥/골드   암호화폐/외환/나스닥/골드
     
현물 |선물 인버스 |선물 USDT       전략매니저(카피트레이딩)     롤오버 이자 없는 스왑프리계좌
( 스왑프리 암호화폐도 거래 가능 )    
MT4, MT5 , cTrader 모두 지원     FTMO 계좌 매매운용. MT4,MT5