Rob58329
Rob58329
I have found that on the ESP32, I often need to finish each sentance with a SPACE (or a full-stop, or a comma) for example ` "sam->Say(out, "Hello ");` and...
re. 0KB recordings and pictures. Just in case others find this thread with a similar issue, I had this 0KB recordings issue for a different reason when running motioneye on...
Re. ArduinoIDE: (1) I note that you are trying to use the EEPROM before you have done an "EEPROM.begin(EEPROM_SIZE);" (2) I often get ESP32 "rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)" crashes when doing...
See https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800/issues/87
Also see https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800/issues/87. (Adding anything between the lipo and the T-Call-SIM800 is problematic as it drops the current available to the IP5305 which is running on it's limits anyway.)
See https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800/issues/87
Also see https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800/issues/87 (470uF capacitor)
See https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800/issues/87
In case it's helpfull to anyone: (1) OpenWeatherMap has always returned gmtOffset in seconds, and this is what Watchy requires/expects, so the original line: `gmtOffset = int(responseObject["timezone"]);` is correct. (2)...
see https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800/issues/87