jameszah

Results 114 comments of jameszah

How many messages is that - like dozens or hundreds or ????. Are there big bursts of messages? Do you have the serial monitor during this problem?

Arduino serial monitor receives the print statements from the arduino code - used for debugging and information. You have to have the esp32 rx/tx connected to the usb on your...

> 1. Create a macro in Macrodroid that tweets "{system time}" to your twitter account every 2min; > 2. Create a Telegram group or channel comprised of yoursel, your camera...

code to restore wifi after failing https://github.com/jameszah/ESP32-CAM-Video-Telegram/blob/1b059b59dd29961eb4e3e1173db8489a2ce26b5e/ESP32-CAM-Video-Telegram_8.9x.ino#L1133

> I've noticed an interval of 2min is too short for IFTTT, sometimes it wont check for new tweets for 10 min or more, then you receive 5 photos consecutively....

Does it work without the pir? Can you send commend to take a picture and receive it? And a video? In the example does the first picture (20138 bytes) arrive,...

Out of town for a while ... catching up on discussions The pir interrupt starts a task, which sets a variable: https://github.com/jameszah/ESP32-CAM-Video-Telegram/blob/b9df4519c2aba9e8b74cc923e19858b832ec3b13/v9.6/ESP32-CAM-Video-Telegram_9.6/ESP32-CAM-Video-Telegram_9.6.ino#L879 Then in the loop, it checks the variable,...

2. Yes you are right. I was trying to link from gh-pages branch back to main branch, which does not work. I suppose the merit of of the gh-pages branch...

Some updates here: https://github.com/esphome/esp-web-tools/issues/288#issuecomment-1238529180 The four file system may appears not to work anymore.

It was pretty easy. Issues so far: 1. The directory files need to be excluded from download and download zip. 2. Download zip fails with zero size files, so exclude...