Site icon Renzo Mischianti

Problem using E220 library

Hello, I am trying to use the E220 library for my LoRa E220-400T30D module, but when I use the "get_config" code, I get the error: "no response from device! (check wiring) 12 save mode returned not recognized! 11". I have checked the wiring numerous times and powered the LoRa module with an external power source, sharing the ground connections. When I change the LoRa_E220 configuration from e220ttl(&Serial2, 18, 21, 19) to LoRa_E220 e220ttl(&Serial, 18, 21, 19), the code works. But why is this happening? I want to use Serial2 for this project, but I don’t understand why it works with Serial and not with Serial2. I have also tried using pull-up resistors and still get the same result. Please help.
Exit mobile version