Hi, I've got a Teensy 3.2 and HopeRF95W plus a GPS sensor.
I've been using the example code from the wiki and can successfully send one message, but after that the sketch reports that the radio is stuck in OP_TXRXPEND, so do_send() doesn't ever send a second message.
I've got round it for now by resetting the radio at the end of loop(), but that's a proper bodge and I'd like to actually solve the problem! Grateful for any ideas?