I2C AHT10
Open
- Dominant language
- No language data
- Stars
- 82
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
I forgot to mention this is on the BTT MMB CAN board.
I have this board functioning as 'MMU' via USB. I will eventually move to CAN.
I can not get this to connect.
```
[temperature_sensor MMU_Temp]
sensor_type: AHT10
i2c_mcu: mmu
i2c_software_scl_pin: mmu: PB3
i2c_software_sda_pin: mmu: PB4
i2c_address: 56
i2c_speed: 100000
aht10_report_time: 30
```
This just gives me this:
```
MCU 'mmu' shutdown: soft_i2c NACK
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.