SIM7600G Shield and Arduino Mega
I have successfully operated the SIM7600G shield with an Arduino UNO, but when I plug it into an Arduino Mega (nothing else attached) I can't get it to respond. I am using softwareserial and the most basic sample program from the WIKI. I am powering the Shield via the USB port from a charger block.
Any advice would be appreciated.
2024-03-11 07:48:51
Okay. I figured it out. So simple in retrospect.
I simply removed the two jumpers on the SIM7600G shield which link TX and RX to D7 and D8 since these are used to set up the SoftwareSerial.
I then connectd TX on the shield to Serial1 RX on the arduino and RX on the shield to Serial 1 TX on the Mega. Changed the program to replace SoftwareSerial with Serial1 and loaded the sketch. Worked first time. Onward!
doug.danley