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-common
folder to your Arduino library folder or add a symlink in your Arduino library folder to thebea-common
folder. On Linux, this can be done usingln -s /path/to/bea-common bea-common
when run from the Arduino library folder. If you are unsure where it is, open the Arduino IDE and go toFile->Preferences
. It is thelibraries
folder under the "Sketchbook location" folder. - Build
bea-master
and/orbea-slave
in the Arduino IDE by clicking "Verify".