Firefly开源社区

标题: AIO-3399C如何添加SHT31温湿度传感器? [打印本页]

作者: JasonWu    时间: 2019-9-10 13:07
标题: AIO-3399C如何添加SHT31温湿度传感器?
sht31温湿度传感器接在i2c_7上。
根据官网添加并重新编译
kernel/arch/arm64/boot/dts/rockchip/rk3399-firefly-mini-edp.dts

  1. &i2c7 {
  2.     status = "okay";
  3.     sht31: sht31@41 {
  4.         compatible = "gslX680";
  5.         reg = <0x41>;
  6.         screen_max_x = <1536>;
  7.         screen_max_y = <2048>;
  8.         touch-gpio = <&gpio1 20 IRQ_TYPE_LEVEL_LOW>;
  9.         reset-gpio = <&gpio0 12 GPIO_ACTIVE_HIGH>;
  10.     };  
  11. };
复制代码


并没有看到新的设备信息出现(./i2cdetect -l)

作者: Mr.Lee    时间: 2019-9-10 15:54
LZ是哪来的参考?
作者: JasonWu    时间: 2019-9-16 13:20
Mr.Lee 发表于 2019-9-10 15:54
LZ是哪来的参考?

Firefly 提供的I2C使用

作者: Mr.Lee    时间: 2019-9-18 09:34
JasonWu 发表于 2019-9-16 13:20
Firefly 提供的I2C使用

参考这个有什么用?
3308倒是有个案例:
http://dev.t-firefly.com/forum.p ... 8%B4%AB%B8%D0%C6%F7




欢迎光临 Firefly开源社区 (https://dev.t-firefly.com/) Powered by Discuz! X3.1