Subject of the issue
I have a custom circuit with a SARA R500S module and an Atmega32u4 processor.
The code compiles well and uploads correctly to the processor, but in the Serial monitor, at the beginning I have the message "Atmega32u4 and SARA R500S not enough memory for _saraRXBuffer" and I can't communicate with the SARA module.
I have tried a Serial Passthrough code, and the M-Center, and everything works correctly.
Your workbench
- Atmega32u4 + Sara R500S
- Arduino Ide 1.8.15
Steps to reproduce
- Using any sample code from the library,
- enabling the line mySARA.enableDebugging();