● esp32-s3 에 ttlto485 보드 연결 월패드 보일러 전등 제어 하기
♨ 카랜더 일정 :
2025년03월07일
링크
첨부
본문
● esp32-s3 에 ttlto485 보드 연결 월패드 보일러 전등 제어 하기
ESP32-S3 개발 보드 Arduino ESP IDF ESP32-S3WROOM1 N8R2 N16R8 44Pin Type-C 8M PSRAM ESP32 S3 용 2.4G Wifi 모듈
https://ko.aliexpress.com/item/1005006866671541.html
적용소스는
https://cafe.naver.com/homestation/237
에 저장 합니다.
아두이노용 TTL to RS485 USB 모듈 컨버터, AVR 3.0V ~ 30V 컨버터, 하이 EMC EMI 3.3V/5.0V 신호, 하드웨어 자동 제어
https://ko.aliexpress.com/item/1005007058300831.html?
소스는
wallpad 현대통신 작업 성공 > 2025_0216_2350_20
>> 485패킷만 정리 있으면 모든 메이커 사용가능
esphome esp32 yaml 파일 작업 소스
s:\esphome\485_ttl_esp32dev_ip84.yaml
# ========================= ttl to 485 wallpad connection ==========================
# github 정보 > external_components > 485 연결에 현대통신 월패드 스위치 보일러 센서 구성입니다
# https://cafe.naver.com/homestation/222
# https://github.com/eigger/espcomponents/tree/master/packages/wallpad
# https://github.com/Homepc11qkr/wallpad_hyundai/upload/main
# ========================= ttl to 485 wallpad connection ==========================
external_components:
- source: github://eigger/espcomponents/relreases/latest
components: [ uartex ]
refresh: always
uart:
id: uart_0
tx_pin: GPIO43 # TX GPIO17
rx_pin: GPIO44 # RX GPIO18
baud_rate: 9600
stop_bits: 1
parity: NONE
data_bits: 8
uartex:
rx_timeout: 10ms
tx_delay: 50ms
tx_timeout: 800ms
tx_retry_cnt: 3
rx_header: [0xf7]
rx_footer: [0xee]
tx_header: [0xf7]
tx_footer: [0xee]
rx_checksum: xor
tx_checksum: xor
version:
disabled: False
error:
disabled: False
log:
disabled: False
☞ https://11q.kr 에 등록된 자료 입니다. ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다♠
뷰PDF 1,2
office view
관련자료
-
링크
-
이전
-
다음
댓글목록
등록된 댓글이 없습니다.