본문 바로가기

임베디드   ( 150 )


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.
Dialog 사 Connection Manager 개요. 설치. 개요. 본 글에서는 Dialog 사의 BLE 개발용 S/W 툴 중 Connection Manager 개요, 설치법 정리한다. Connection Manager 주요특징. PC based software tool to control the link layer of the product: Functional in Peripheral and Central role Set advertising parameters Set connection parameters Reading from Attribute database Control of Bluetooth production test functions like Direct Test Mode, Static Tx, Rx etc. Connection Manager 설치파.. 2015. 7. 21.
Dialog사. DA14580 Development Kit - Pro. DA14580 Development Kit - Pro. Kit 구성 Bluetooth Smart motherboard Bluetooth Smart USB Dongle CR2032 battery USB cable Quick starting guide 아래 사진의 왼쪽 Mother board, 오른쪽 daughterboard(여기에 DA14580 패키지 타입별 WL-CSP34, QFN40, QFN48 장착되어있고 구매시 지정 가능). Mother Board User Manual - http://support.dialog-semiconductor.com/download/file/fid/941 UM-B-034 - DA14580_581_583 Bluetooth Smart Development Kit - Pro 개.. 2015. 7. 19.
Dialog사. DA14583 Development Kit - Pro. DA14583 Development Kit - Pro. Kit 구성 Bluetooth Smart DA14580 motherboard Bluetooth Smart USB Dongle CR2032 battery USB cable Quick starting guide 아래 사진의 왼쪽 Mother board, 오른쪽 daughterboard(여기에 DA14583 패키지 QFN40 장착되어있음.). Mother Board User Manual - http://support.dialog-semiconductor.com/download/file/fid/941 개발자 지원사이트 : http://support.dialog-semiconductor.com/ 본 글이 포함된 상위 정리 글. Connectivity : ht.. 2015. 7. 19.
Dialog 사 BLE SmartBond, 품번 DA14580,14581,14582,14583,14680 비교. Dialog Semiconductor 사 BLE SmartBond 시리즈들 전체(2015년 7월 시점) 품번 및 비교. 품번 (정보링크) 패키지. (GPIO수) 전원(V) 전류 메모리 특징. Peripheral DA14580 데이터시트 WL-CSP34, 2.5x2.5x0.5mm.(12) QFN40, 5 x 5 x 0.9 mm. (24) QFN48, 6 x 6 x 0.9 mm. (32) 0.9~3.6 RF : 4.9 mA RX / TX @ 3 V,0 dBm. MCU : 30uA/MHz 클럭 : ~ 16MHz ROM :84kB RAM : 50kB OTP : 32kB 특징1. -BT4.1 -CortexM0 UART:2개,H/W FC,~1MB SPI:1개. ~8MHz. I2C :1개,100k,400k ADC:1.. 2015. 7. 19.
Cypress Bluetooth Low Energy 예제코드들.-100 Projects in 100 Days 싸이프레스의 pSoC BLE MCU 에서 활용가능한 소스코드 리스트. 제공주소(GitHub) : https://github.com/cypresssemiconductorco/PSoC-4-BLE/tree/master/100_Projects_in_100_Days 이 중에서 몇 가지 유용한 것들을 추려본다. UART to BLE - 주소 : https://github.com/cypresssemiconductorco/PSoC-4-BLE/tree/master/100_Projects_in_100_Days/Day020_BLE_UART - pdf 문서 바로보기. - BLE 기반인데 속도가 20kbyte/sec (200kbps) 가 실측치로 제시되고 있다 BLE 규격상 20kbps 일텐데? 실제 구현하여 확인해볼 가치 있.. 2015. 7. 19.
2.4GHz 안테나 설계 가이드 자료 모음. 2.4GHz 안테나 설계자료 모음 이미지 from : http://www.wikiwand.com/en/Antenna_(radio) 자료1. 싸이프레스 사 AN91445 - Antenna Design Guide. AN91445 사이트 : http://www.cypress.com/?rID=102512&source=procblepdf 문서 : http://www.cypress.com/?docID=51279 자료2.ST 사 AN3359 - Low Cost PCB Antenna for 2.4 GHz radio : Meander design.pdf 문서 : http://www.st.com/web/en/resource/technical/document/application_note/DM00024648.pdf 자료3... 2015. 6. 29.
패키지 사이즈 비교, SOT-23, SOT-723, DFN1006-3 패드 점유길이 포함. SOT - 23 : 2.7 x 3 x 1.1 mm SOT-723 : 1.25 x 1.3 x 0.55 mm DFN1006-3 : 0.8 x 1 x 0.45mm ///345. 2015. 6. 29.
NFC Forum, Specification NFC Forum http://nfc-forum.org/ NFC Specifications. http://nfc-forum.org/our-work/specifications-and-application-documents/specifications/nfc-forum-technical-specifications/ http://members.nfc-forum.org/specs/spec_list/ 본 글이 포함된 상위 정리장소 : 1. Connectivity http://igotit.tistory.com/280 의 NFC. ///343. 2015. 6. 26.
M24LR-DISCOVERY. Discovery kit for M24LR04E Dual Interface EEPROM with energy harvesting 개요 Key Features M24LR board M24LR04E-RMN6T/2 Dual Interface EEPROM with I2C and ISO/IEC 15693 RF interfaces, 4 Kbits of EEPROM and password protection in SO8N package STM8L152C6T6 8-bit microcontroller, with 8 Kbytes of Flash memory STTS751-0WB3F, low-voltage digital temperature sensor 20 x 40 mm inductive antenna etched on the PCB Two function buttons (User and Reset) SWIM connector for program.. 2015. 6. 26.
RF430CL330H. TI사 NFC Transponder. RF430CL330H 개요. Features NFC Tag Type 4 ISO14443B-Compliant 13.56-MHz RF Interface Supports up to 848 kbps SPI or I2C Interface to Write and Read NDEF Messages to Internal SRAM 3KB of SRAM for NDEF Messages Automatic Checking of NDEF Structure Interrupt Register and Output Pin to Indicate NDEF Read or Write Completion 데이터 시트 : http://www.ti.com/lit/gpn/rf430cl330h 본 글이 포함된 상위 정리장소 : 1. Connectiv.. 2015. 6. 26.
NT3H1101/1201. NFC Forum Type2 Tag compliant IC with I2C Interface. NT3H1101/1201 개요. 제조사 : NXP 데이터 시트 : http://www.nxp.com/documents/data_sheet/NT3H1101_1201.pdf Features. 1. RF Interface NFC Forum Type 2 Tag Complient. 2. I2C Interface. 3. Configurable field fetection pin. - RF field presence, First start of communication, Selection of the tag only. 4. 64bytes SRAM buffer for fast transfer of data. 5. Energy harvesting. RF Interface. 1. NFC Forum Type 2 Tag co.. 2015. 6. 26.
LED Matrix 6x24,12x12 시험보드. 외형. pSoC/pRoC 보드 에서 위 LED LED 구동연결. 동영상.1 12x12 LED Matrix 기본 시험. 동영상2. 6x24 LED Matrix 기본 시험. ///339. 2015. 6. 25.
EFM8 ADC 활용법. 개요 EFM8 내장 ADC 이용하여 외부 아날로그 신호를 디지털로 변환하는 방법 정리함. ADC를 활용한다함은 세부 설정 파라메타가 많기 때문에 구현해야할 상황에 따라 적절한 선택을 해야한다. 본 예에서는 ADC를 활용하여 2개의 아날로그 신호를 입력받도록 하고, ADC는 이들 아날로그 전압 각각을 디지털로 변환하는 예를 보인다. 1. 아날로그신호 입력받을 핀 설정. 2. ADC 기본 설정. 3. Voltage Reference 설정. 4. 펌웨어에서 핀으로 입력된 2개의 아날로그 신호를 변환하여, 디지탈 값 확보. - 상기 2에서 설정한것만으로는 다채널 변환 목적에서는 충분하지 않으며 코드내에서 ADC0 관련 설정을 동적 변경하게 된다. EFM8 ADC기본 정보 : http://igotit.tistor.. 2015. 6. 24.
MCU간 오픈드레인 1핀 요청 응답 프로토콜. 개요 프로세서(MCU)들 간 통신하는 경우 각 MCU 핀들을 결선하여 요청, 응답계를 구축해야하는 경우가 흔히 있다. 통상 GPIO 2핀 할당하여 아래 그림과 같은 구성으로 하면 간단하게 달성되나, 이를 아래 그림처럼 1개의 핀만으로 요청 응답처리 하도록 구성하는 방법과 간단 프로토콜 정리한다. 프로토콜 골격. 단계1. M 이 주도적으로 임의시점 M'에 요청한다. 단계2. M' 은 M의 요청에 대응한 응답처리(이후 단계3을 M' 이 수행할 수 있음을 알리는 것임)한다. 단계3. M'의 응답을 받은 M이 주도적으로 M'과의 추가의 처리(I2C 통신등) 한다. 1핀 요청/응답 프로토콜 구현. 핀 H/W 처리. 1. M과 M' 의 핀은 양쪽 모두 Open Drain 으로 하고, 풀업저항 연결한다. - 정확하게.. 2015. 6. 22.


 

비트코인




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