You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comet@orangepizero2:~/.comet $ cat config.yaml
--- # The I2C config file
i2c:
smb: i2c-3 # set bus i2c-1
smb_detect: 0..3 # list of monitored smb bus by i2cdetect
eeprom:
ic: '24c01'
slaveaddr: 0x50
writestrobe: 26 # hold pin low to write to eeprom
parameter
sub-parameter
description
example value
smb:
name of active i2c in /dev
i2c-1
smb_detect:
list of monitored i2c neworks used by command i2c_ecomet_detect
0..1
eeprom:
eeprom section
ic:
24x00 series of eeprom chip name
'24c01'
slaveaddr:
address of eeprom chip in hex
0x50
writestrobe:
GPIO pin number used as CS (chip select) signal for eeprom IC
26
Note: Currently only one eeprom chip could be added.
When trying to run test.py or a specific hdc1080_i2c_test.py I get the following error:
Cannot seem to find information about the config.yaml and what SMD information is needed.
Hope you find time to help me with this issue/bug.
Best regards,
Tim.
The text was updated successfully, but these errors were encountered: