일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- network
- AppleDeveloper
- Architecture
- flutter
- dart
- designpattern
- raspberrypi5
- dartz
- iot
- embedded-swift
- 문법
- SampleApp
- tuist
- swift
- chartsorg
- uikit
- WWDC24
- weatherkit
- EventLoop
- Xcode
- dgcharts
- URLSession
- WebSocket
- OpenAI
- builder
- philipshue
- GIT
- isolate
- SwiftUI
- LifeCycle
Archives
- Today
- Total
Jaebi의 Binary는 호남선
Philips Hue 연동 프로젝트 본문
목차 Open
Requirements
- Philips Hue Bridge
- Philips Hue Lights
- Internet Connection
초기 세팅
- Bridge / lights가 network에 연결되어 있는지 확인 (Philips Hue mobile App)
- 앱을 통해 제어 가능한지 확인
- Network에 있는 Bridge의 IP 주소 확인
- Wireless Router로 로그인하여 DHCP table에 Philips hue 확인 (SK Broadband - https://m.blog.naver.com/tmdry30/222176110647)
- 제공하는 broker server discover process - https://discovery.meethue.com
Philips Hue Bridge 검색
- Hue Bridge와 3rd party application을 실행하는 3rd party 장비가 동일한 네트워크(logical subnet)에 있는 경우 지원
- Hue Bridge 검색은 처음 앱 설치 시 또는 bridge의 IP address가 변경되어 더 이상 연결할 수 없을시 수행

Reference
Login - Philips Hue Developer Program
Log in to your Hue developer account Log in using email and password Philips Hue values and respects your privacy.
developers.meethue.com
'Swift' 카테고리의 다른 글
Swift - 문법 (Property Wrappers) (0) | 2024.06.12 |
---|---|
Swift - 문법 (Protocols and Extensions, Error Handling, Generics) (0) | 2024.06.12 |
Swift - 문법 (Object and Classes, Enumerations and Structures, Concurrency) (0) | 2024.06.12 |
Swift - 문법 (Values, Control Flow, Functions and Closures) (0) | 2024.06.11 |
SwiftUI에 UIKit 넣기 (0) | 2024.05.06 |