emflex / emflex-firmware

Firmware for Emflex prototypes
GNU Lesser General Public License v3.0
0 stars 2 forks source link

Monitor GSM status and power it off (or reset) when it does not respond #34

Closed rspolyak closed 7 years ago

rspolyak commented 7 years ago

GSM task expects that GSM module will always respond to AT commands. But there might be many cases when GSM module does not send any reply back. In this case GSM task will not dispatch new commands.

GSM can hang, lost network connection, etc.

rspolyak commented 7 years ago

will be addressed by #51