Hi all,
I'm a beekeeper ( and a newbie in arduino programming) and for knowing what is appening in my hive, I have buld a remote monitoring system. Data collected by arduino and sensors are sent to a MySql data base by using the official GSM shield.
The first model built few monthes ago works perfectly. So I tried to build another one in using the same code and I'm facing to a problem. No problem for the compilation phase, but when the sketch is running, the sleep mode dosen't work if GSM commands are activ. If GSM commands are commented, the sleep mode workd perfectly. I'm looking for a solution for several weeks but unfortunately nothing found up to now.
So I have two questions:
-
- What can block the sleep mode ?
-
- Is anyone already eard conflic between GSM commands from gsm.h library and sleep mode.
By advance, thank you and sorry for my english but it's not my mother langage.