No description
Find a file
2025-11-22 19:33:25 +00:00
hardware Refactored for teensy 4.0, xEvi hardware 2023-08-27 11:52:08 -05:00
NuEVI Removed 2nd breath CC filter 2025-11-21 23:16:23 -06:00
NuEVI-audio Refactored for teensy 4.0, xEvi hardware 2023-08-27 11:52:08 -05:00
simulation Refactored for teensy 4.0, xEvi hardware 2023-08-27 11:52:08 -05:00
TestMPR121 Refactored for teensy 4.0, xEvi hardware 2023-08-27 11:52:08 -05:00
uploadable hex files Binaries for v1.6.0 2023-02-27 13:25:55 +01:00
user guides Refactored for teensy 4.0, xEvi hardware 2023-08-27 11:52:08 -05:00
.gitignore Refactored for teensy 4.0, xEvi hardware 2023-08-27 11:52:08 -05:00
.gitmodules Refactored for teensy 4.0, xEvi hardware 2023-08-27 11:52:08 -05:00
breathTeleplot.json Added breath sensor teleplot layout 2024-08-20 14:48:40 -05:00
LICENSE.md Refactored for teensy 4.0, xEvi hardware 2023-08-27 11:52:08 -05:00
README.md Update README.md 2025-11-22 19:33:25 +00:00

xEVI

Hacked-up version of nuEVI (https://github.com/Trasselfrisyr/NuEVI)

Works with the teensy 4.0/4.1; different control layout; various other features and additions

Will update with more complete information once I get the prototype to something nice

Building xEVI

Arduino project: I use platformIO; Arduino IDE would likely work too.

Libraries

A few libraries need to be added that are not part of the default Arduino install. These can be added directly via the Library Manager in the Arduino IDE:

  • Adafruit MPR121
  • Adafruit GFX
  • Adafruit SSD1306 (version 1.2.9 or above)
  • xEVI also includes on the Filters library by Jonathan Driscoll, but that is no longer an external dependency.