You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The modem hardware reset is not working with the GPIO approach, causing the following error in this library
('Module boot message not found in requisite time - aborting', '')
I managed to replace the reset_hardware method with another method to reset the modem via an AT command that is turning the flight mode on and off (as far as I understood):
AT+CFUN=0 then AT+CFUN=1
This will return the messages that the library expects
However, the hardware reset via GPIO would still be preferred. I tried with PINs 4 and 7 and neither worked. I am using the GPRS hat here with Raspberry Pi 3B
To Re-produce
Initialize the library on Rpi 3 - serial_port /dev/ttyS0
The text was updated successfully, but these errors were encountered:
Bug Description
The modem hardware reset is not working with the GPIO approach, causing the following error in this library
I managed to replace the
reset_hardware
method with another method to reset the modem via an AT command that is turning the flight mode on and off (as far as I understood):This will return the messages that the library expects
However, the hardware reset via GPIO would still be preferred. I tried with PINs 4 and 7 and neither worked. I am using the GPRS hat here with Raspberry Pi 3B
To Re-produce
Initialize the library on Rpi 3 - serial_port
/dev/ttyS0
The text was updated successfully, but these errors were encountered: