일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- Bestin
- SK텔레콤
- homebridge
- Python
- MQTT
- ConnectedHomeIP
- 파이썬
- 힐스테이트 광교산
- 오블완
- 나스닥
- 홈네트워크
- 애플
- cluster
- Espressif
- 현대통신
- esp32
- RS-485
- raspberry pi
- Home Assistant
- Apple
- 공모주
- 티스토리챌린지
- 배당
- 해외주식
- 코스피
- 매터
- matter
- 미국주식
- 국내주식
- 월패드
- Today
- Total
목록matter (43)
YOGYUI
지난 2024년 11월 7일, Matter 1.4 버전이 공식 릴리즈되었다 (반기별 1회, 연간 2회 Major 버전 업데이트가 진행된다) Connectivity Standarads Alliance(CSA) 공식 홈페이지의 Newsroom에서 Matter 1.4 출시 관련 아티클들을 찾아볼 수 있다 (이전 1.2, 1.3과는 다르게 기사가 굉장히 많다...)https://csa-iot.org/newsroom/matter-1-4-enables-more-capable-smart-homes/ Matter 1.4 Enables More Capable Smart HomesSupport for Syncing Across Ecosystems, Home Network Infrastructure, New Energy M..
Setup Matter Test Harness(1.3) on Raspberry Pi 5[필요사항]- Raspberry Pi 5 (본 글에서는 8GB RAM 모델 사용)- 유선 이더넷 연결 환경 (LAN 케이블, 공유기 등)- micro HDMI 케이블 혹은 젠더- HDMI 지원 모니터- USB 키보드 (혹은 무선 어댑터 + 무선 키보드 조합)- Micro SD 카드 (용량은 64GB 이상을 권장, 본 글에서는 32GB 사용)- Micro SD 카드 리더기 (USB)1. 개요Connectivity Standard Alliance(CSA)에서 제공하는 Raspberry Pi(라즈베리파이)용 Matter Test Harness는 공식적으로는 라즈베리파이4에 Ubuntu 22.04 LTS (Jammy Jelly..
지난 5월 8일 Matter 1.3 버전이 공식 릴리즈되었다https://csa-iot.org/newsroom/matter-1-3-specification-released/ Matter 1.3 Specification ReleasedMatter 1.3 Specification announced, enabling energy reporting for Matter devices, and support for water and energy management, electric vehicle chargers, and…csa-iot.org Matter 버전 업데이트마다 홈IoT 생태계에서 사용되는 다양한 종류의 디바이스들이 가진 기능들에 대한 지원이 추가되는데, 이번 1.3 버전에서는 다음 3종류의 기능이 추가되..
ESP-Matter GitHub Repository Pull Request Accept & Merge (PR-863) ESP32 SoC를 이용한 Matter 디바이스를 개발할 때 사용하는 SDK인 ESP-Matter는 깃허브(GitHub)에 저장소를 둔 오픈소스로, Espressif사에 속한 개발자 외에도 많은 일반 개발자들이 소스코드 작업에 참여하고 있다 올해 2월 ESP32를 이용한 Matter 이산화탄소 농도 측정 센서 디바이스를 개발할 때 소스코드 중 일부가 Matter 1.2 spec과 맞지 않는 것을 발견했고, 문제를 해결하기 위한 소스코드 수정 방법도 블로그에 포스팅한 바 있다 [PROJ] Matter 이산화탄소 농도 측정 클러스터 개발 예제 (ESP32) [PROJ] Matter 이산화탄소..
Matter - Illuminance Measuremet Cluster Developing Example using ESP32 SoC 지난 글에서 밝기 측정 (Illuminance Measurement) 관련 클러스터의 Matter 스펙을 알아봤다 Matter Specification - Illuminance Measurement Cluster Matter Specification - Illuminance Measurement Cluster Matter :: Illuminance Measurement Cluster The Illuminance Measurement cluster provides an interface to illuminance measurement functionality, includi..
Matter - Occupancy Sensing Cluster Developing Example using ESP32 SoC 지난 글에서 재실 감지 센서(Occupancy Sensing) 관련 클러스터의 Matter 스펙을 알아봤다 Matter Specification - Occupancy Sensing Cluster Matter Specification - Occupancy Sensing Cluster Matter :: Occupancy Sensing Cluster The server cluster provides an interface to occupancy sensing functionality, including configuration and provision of notifications of..
Matter :: Occupancy Sensing Cluster The server cluster provides an interface to occupancy sensing functionality, including configuration and provision of notifications of occupancy status. 점유 센서 (혹은 재실 감지 센서, 모션 센서) 디바이스를 위한 클러스 1. Classification Hierarchy Role Scope PICS Code Base Application Endpoint OCC 2. Identifier Identifier Name 0x0406 Occupancy Sensing 3. Data Types 3.1. OccupancyBitamp ..
Matter - Pressure Measurement Cluster Developing Example using ESP32 SoC 지난 글에서 압력 측정(Pressure Measurement) 센서 관련 클러스터의 Matter 스펙에 대해 알아봤다 Matter Specification - Pressure Measurement Cluster Matter Specification - Pressure Measurement Cluster Matter :: Pressure Measurement Cluster This cluster provides an interface to pressure measurement functionality, including configuration and provision of n..
Matter :: Illuminance Measurement Cluster The Illuminance Measurement cluster provides an interface to illuminance measurement functionality, including configuration and provision of notifications of illuminance measurements. 조도 센서 디바이스를 위한 클러스터 1. Classification Hierarchy Role Scope PICS Code Base Application Endpoint ILL 2. Identifier Identifier Name 0x0400 Illuminance Measurement 3. Data Type..
Matter :: Pressure Measurement Cluster This cluster provides an interface to pressure measurement functionality, including configuration and provision of notifications of pressure measurements. 압력 측정 센서 (ex: 기압계) 디바이스를 위한 클러스터 1. Classification Hierarchy Role Scope PICS Code Base Application Endpoint PRS 2. Identifier Identifier Name 0x0403 Pressure Measurement 3. Features Bit Code Feature Confo..
Matter - Carbon Dioxide Concentration Measurement Cluster Developing Example using ESP32 SoC 지난 글에서 대기 성분 농도 측정(Concentration Measurement) 센서 관련 클러스터들의 Matter 스펙에 대해 알아봤다 Matter Specification - Concentration Measurement Clusters Matter Specification - Concentration Measurement Clusters Matter :: Concentration Measurement Clusters The server cluster provides an interface to concentration measurem..
Matter - Temperature, Relative Humidity Measurement Cluster Developing Example using ESP32 SoC 지난번 글에서Temperature Measurement(온도 측정)와 Relative Humidity Measurement(상대 습도 측정)두 Matter Cluster에 대한 Specification을 알아봤다 Matter Specification - Temperature Measurement Cluster Matter Specification - Temperature Measurement Cluster Matter :: Temperature Measurement Cluster This cluster provides an interfa..
Matter :: Water Content Measurement Clusters This is a base cluster. The server cluster provides an interface to water content measurement functionality. The measurement is reportable and may be configured for reporting. Water content measurements include, but are not limited to, leaf wetness, relative humidity, and soil moisture. 일반적인 상대습도 센서 뿐만 아니라 식물의 잎사귀 습도 센서, 토양 수분 센서 등 농작물 관리 IoT 디바이스를 위한..
Matter :: Concentration Measurement Clusters The server cluster provides an interface to concentration measurement functionality. This cluster SHALL to be used via an alias to a specific substance (see Cluster IDs). 일산화탄소, 이산화탄소, 이산화질소, 오존, 미세먼지(PM1, PM2.5, PM10), 포름알데히드, 총휘발성유기화합물(TVOC), 라돈 등 다양한 종류의 대기오염물질의 농도 측정 센서를 위한 클러스터 1. Classification Hierarchy Role Scope PICS Code Base Application End..
Matter :: Temperature Measurement Cluster This cluster provides an interface to temperature measurement functionality, including configuration and provision of notifications of temperature measurements. 온도 측정 센서를 위한 클러스터 1. Classification Hierarchy Role Scope PICS Code Base Application Endpoint TMP 2. Identifier Identifier Name 0x0402 Temperature Measurement 3. Attributes 3.1. Measured Value ID ..