Search found 2 matches

by sema11
Thu Jul 18, 2024 12:55 pm
Forum: General Discussion
Topic: While getting the time from the RTC on the ESP32, there are gaps in milliseconds
Replies: 0
Views: 363

While getting the time from the RTC on the ESP32, there are gaps in milliseconds

Hello, I am using a timer interrupt on the ESP32 that triggers every 1ms. However, when I read the millisecond time from the RTC, there are gaps between the millisecond values. Instead of the values increasing sequentially (e.g., 0.001, 0.002, 0.003, etc.), they are jumping (e.g., 0.001, 0.004, 0.00...
by sema11
Mon Mar 18, 2024 7:37 am
Forum: General Discussion
Topic: Data Transfer Using Wi-Fi Direct with ESP32 and Establishing Wi-Fi Direct Connection between ESP32 and Android Phone
Replies: 0
Views: 1349

Data Transfer Using Wi-Fi Direct with ESP32 and Establishing Wi-Fi Direct Connection between ESP32 and Android Phone

Hello! I want to transfer data between two ESP32 devices using Wi-Fi Direct. I couldn't find definitive information about whether ESP32 supports Wi-Fi Direct feature. Below, I am doing data transfer using one slave and one master, but I can't understand if this is Wi-Fi Direct or not. Because accord...