#define FONA_RX 2
#define FONA_TX 3
#define FONA_RST 4
and change them to:
#define FONA_RX 9
#define FONA_TX 8
#define FONA_RST 4
#define FONA_RI 7
Once uploaded to your Arduino, open up the serial console at 115200 baud speed to
begin the tester sketch
©Adafruit Industries
Page 40 of 58