Bit error analyzer for testing cables used as I2C buses
Developed for the work on "An Investigation Into The Limits Of The Physical I2C Bus Length"
- Copy the
bea-commonfolder to your Arduino library folder or add a symlink in your Arduino library folder to thebea-commonfolder. On Linux, this can be done usingln -s /path/to/bea-common bea-commonwhen run from the Arduino library folder. If you are unsure where it is, open the Arduino IDE and go toFile->Preferences. It is thelibrariesfolder under the "Sketchbook location" folder. - Build
bea-masterand/orbea-slavein the Arduino IDE by clicking "Verify".