Relative Content

Tag Archive for esp32

Open threads on esp32-c6 , max range with line of sight

Has anyone tried to create a openthreads network using ESP32 and tested the max range (distance between a end device and router)in case of line of sight.
I will request you to share your experience when the number of end nodes go above 128.

Open threads on esp32-c6 , max range with line of sight

Has anyone tried to create a openthreads network using ESP32 and tested the max range (distance between a end device and router)in case of line of sight.
I will request you to share your experience when the number of end nodes go above 128.

Is it possible to read my ESP32 OTA partition application image size at runtime

I am developing (because I couldn’t find an IDF example app) an application where my ROOT_MESH will download and update itself with an OTA image from an HTTPS server (from working example), and then proceed to read the current working OTA partition and send it in fragments of 1024 bytes across the WIFI mesh network using esp_mesh_send.

missing esptool.py

First time setting up ESP32 board (Windows 11 , with cp210x drivers installed)

missing esptool.py

First time setting up ESP32 board (Windows 11 , with cp210x drivers installed)

What has gone missing from my Arduino ESP32 configuration

I have errors when I compile my program after a forced shutdown.
Unfortunately I am new to the Arduino platform and I am struggling!
I have loaded a sample timer program and get the same result as my code.
When I compile the code the following error occurs.
error: too many arguments to function ‘hw_timer_t* timerBegin(uint32_t)’
18 | Timer0_Cfg = timerBegin(0, 80, true);
| ~~~~~~~~~~^~~~~~~~~~~~~

Traffic Light Control System Using ESP32 and Ultrasonic Sensors Based on Vehicle Proximity

3 esp32 and 3 ultrasonic sensors are used. If one direction is green the rest two directions should be red for certain period of time based on vehicle proximity and the cycle continues. I’ve used various codes for my conditions but none of them worked properly.I expect a program in c/c++ such that i could run that program in arduino IDE and satisfy my conditions.