Looking for some help with my wave trigger. I have a Teensy 3.2 and have the wavtrigger uno sketch loaded on it and compiled successfully. I have the rx pin on the wave trigger connected to pin 1 (TX1) on the Teensy. When I compile and upload to the Teensy, it requires a reboot, then it should run the sketch. No matter what tx pin I use on the Teensy, It does not talk to the wave trigger.
Have you looked at the library’s README file and changed the wavTrigger.h file to reflect using a hardware serial port?
I commented out the altsoftserial reference and selected serial 1, and that worked great! Thanks