Relative Content

Tag Archive for esp32micropython

Upload ESP32 Cam photo to PHP

I want to store captured images to my php website, I am using the following code and I have tried different variations and solutions nothing seems to work I have also looked over the internet for over 3 days looking for a solution and I found nothing.

MicroPython typical sleep times in while loops for ESP32-S3

another question from my side. This time it is a little more hardware related. I asked myself why the sleep times within while loops in many examples are set to 0.1s. For me this is quite a long time. Typically the task runtimes in ECUs I work with are 1ms, 2ms, 5ms and so on….
As the ESP has a 32-bit CPU running with 240MHz this should be also possible I think. Is this about power consumption or cooling or misused as debouncing? I don’t get the point why many applications are running so “slow”. Do you have an answer?
Thanks a lot !

ESP32 / WROOM – Micropython Ver. 1.22 issue

i have a working ESP32 project, the project started 2022, with Micropython Ver1.18. the project fetches the web to get the current location and the correct time and the correct time zone according to the location. (code listed below)