mhamidjamil / TTGO_TCall

This project uses TTGO T-Call module to deal with calls and messages, monitor its surroundings and alert user via call or message if any environmental changes detected by ultrasound sensor.
https://github.com/mhamidjamil/TTGO_TCall
MIT License
5 stars 2 forks source link

sending whatsapp message break the code flow #134

Open wasey-rao opened 12 months ago

wasey-rao commented 12 months ago

Describe the bug When user send message it cause the issue #103 and today i realize on LCD the error code 1855 is showing up too, which is related to thingSpeak too, so i thing @mhamidjamil you should handover the thingspeak control to orangePi.

To Reproduce Send whatsapp message and see the error.

Expected behavior Whatsapp message should be send without any error and also update the thingSpeak value with out effecting other fields.

Screenshots Here is the Screenshot 2023-11-13 172814 of that error

Additional context As our temperature and humidity is uploading on ThingsBoard Server so i thing we should now discontinue our journey with thingSpeak, we have to use local DB with orange-pi like SQL or other for better practice and reliability.

mhamidjamil commented 12 months ago

I'm already working of making library for complex functionalities for ESP32-S3 project as soon as it complete I'll transfer this flow to SQL or any other DB, but i think we should keep uploading temperature and humidity on thingSpeak and in parallel we will also include SQL for better practice.