Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/documentation/io-examples/i2c/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ i2c-11 i2c 107d508200.i2c I2C adapter
i2c-12 i2c 107d508280.i2c I2C adapter
```

If you are not seeinging i2c-1, then you might have missed a few steps in [The First Boot](../../../prepare/first-boot.md).
The specific line needed to enable i2c is:
```shell
root@rp5:~# raspi-config nonint do_i2c 0
```


Command line tool to immediately scan the standard addresses on I2C bus 1 (i2c-1)
```
root@rp5:~# i2cdetect -y 1
Expand Down