# ble_esp32_temperature **Repository Path**: lyly_0906/ble_esp32_temperature ## Basic Information - **Project Name**: ble_esp32_temperature - **Description**: esp32 + HTU21D 实现BLE协议客户端上行HTU21D的温湿度数值 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-09-25 - **Last Updated**: 2024-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1、HTU21D 通过I2C通信。 2、SCL、SDA需要接上拉电阻; 3、esp32的默认I2C,GPIO22 scl GPIO21 sda 4、自定义I2C口,可以通过wire.begin(sda,scl),来自定义; 5、esp32 可以借助Arduino IDE 下载esp32板卡库来进行烧录了;