Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 
                    i2c_over_vga [2018/05/18 13:59] admin [Links]  | 
                
                    i2c_over_vga [2020/10/26 16:30] (current) admin  | 
            ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| ---- | ---- | ||
| ==== Workaround ==== | ==== Workaround ==== | ||
| - | The workaround for Arch Linux:\\ | + | A workaround for Arch Linux:\\ | 
| + | |||
| Add the I2C kernel module:\\ | Add the I2C kernel module:\\ | ||
| $ sudo modprobe i2c-dev | $ sudo modprobe i2c-dev | ||
| Check your I2C devices:\\ | Check your I2C devices:\\ | ||
| $ ls /dev/ | $ ls /dev/ | ||
| + | You should find somthing like:  **i2c-0  | ||
| Install the I2C tools:\\ | Install the I2C tools:\\ | ||
| $ sudo pacman -S i2c-tools | $ sudo pacman -S i2c-tools | ||
| + | or on Debian:\\ | ||
| + | $ sudo apt-get install -y i2c-tools | ||
| Find your device:\\ | Find your device:\\ | ||
| $ i2cdetect -l | $ i2cdetect -l | ||
| The result could look like:\\ | The result could look like:\\ | ||
|     i2c-1	unknown  |     i2c-1	unknown  | ||
| - | + | Looking for an I2C device | |
| - | + | $ sudo i2cdetect -y 1 | |
| - | + | It should tell you the address of your I2C device.\\ | |
| - | + | Now you can comunicate to your devices with these commands:\\ | |
| - | $ i2cset | + | $ i2cget | 
| - | 4 i2cdump | + | $ i2cset | 
| + | $ i2cdump | ||
| ==== Links ==== | ==== Links ==== | ||
| - |   * [[https:// | ||
|   * [[http:// |   * [[http:// | ||
|   * [[http:// |   * [[http:// | ||
| + |   * [[https:// | ||
| + |   * [[http:// | ||
|   * [[http:// |   * [[http:// | ||
|   * [[http:// |   * [[http:// | ||
| ---- | ---- | ||
| + | ==== License ==== | ||
| + | |||
| + | This manuals is made by **Wolfgang Spahn** 2018-20.\\ | ||
| + | It is licensed under a [[http:// | ||
| + | |||
| + | < | ||
| + | <a rel=" | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | |||