第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

AM2320 傳感器:CRC 不匹配,來(lái)自傳感器的 CRC(0)

AM2320 傳感器:CRC 不匹配,來(lái)自傳感器的 CRC(0)

注意:代碼是在 windows 10 中交叉編譯的。代碼:package mainimport (    "fmt"    "io"    "log"    "net/http"    aosong "github.com/d2r2/go-aosong"    i2c "github.com/d2r2/go-i2c")const i2CAddress = 0x5cconst i2CBus = 1// Server structtype Server struct {    Sensor *aosong.Sensor    I2C    *i2c.I2C}func main() {        var err error    s := Server{Sensor: aosong.NewSensor(aosong.AM2320)}    s.I2C, err = i2c.NewI2C(i2CAddress, i2CBus)    if err != nil {        log.Printf(err.Error())    }    fmt.Println(s.Sensor.ReadRelativeHumidityAndTemperature(s.I2C))    defer s.I2C.Close()}調(diào)試信息:2019-02-12T10:29:19.692 [     i2c] DEBUG  Write 3 hex bytes: [030004]2019-02-12T10:29:19.697 [     i2c] DEBUG  Read 8 hex bytes: [0304012500d92045]2019-02-12T10:29:19.698 [     i2c] DEBUG  Read 8 hex bytes: [0000000000000000]CRCs doesn't match: CRC from sensor(0) != calculated CRC(6912).知道為什么來(lái)自傳感器的 CRC 為 0 嗎?我能夠使用 python 腳本讀取具有相同地址的同一總線(xiàn)上的傳感器。
查看完整描述

1 回答

?
翻翻過(guò)去那場(chǎng)雪

TA貢獻(xiàn)2065條經(jīng)驗(yàn) 獲得超14個(gè)贊

庫(kù)本身似乎有問(wèn)題,它進(jìn)行了兩次讀取,但由于未發(fā)送讀取代碼,因此值變?yōu)?0,如日志中所示:


2019-02-12T10:29:19.692 [? ? ?i2c] DEBUG? Write 3 hex bytes: [030004]

2019-02-12T10:29:19.697 [? ? ?i2c] DEBUG? Read 8 hex bytes: [0304012500d92045] (first read that was ignored)

2019-02-12T10:29:19.698 [? ? ?i2c] DEBUG? Read 8 hex bytes: [0000000000000000] (second one that came a 0)

CRCs doesn't match: CRC from sensor(0) != calculated CRC(6912)

查看完整回答
反對(duì) 回復(fù) 2023-06-05
  • 1 回答
  • 0 關(guān)注
  • 183 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)