Hi everyone, I’m designing a custom GPRS module board with esp32 and I’ve chosen the EC200U GPRS module, I want to know the basic pin mapping and operational modes of […]
Hi everyone, I have a problem with the string function indexOf() that I don’t understand. My board with the ESP32 module is connected via RS485 (on UART1) to another board. […]
hello everyone i am following the book: INTERNET OF THINGS PROJECT WITH ESP32 BY: AGUS KURNIAWAN I am facing a problem in setting up esp-idf in vs code can someone […]
is it possible to send the HTML page from a Web Server in async mode upon initial client request? tried that and all i get in the browser is the […]
when using ESP-NOW If I want to enable long-range transmission I have to enable it for the receiver as well?
Hey guys while sending sensor data from an ESP32-Pico to an MQTT broker,And combining multiple sensor readings into a single MQTT message, the payload size exceeds the broker’s limit. As […]
I found this code for connecting the bluetooth #include “BluetoothSerial.h” BluetoothSerial SerialBT; bool isConnected = false; void setup() { Serial.begin(115200); SerialBT.begin(“ESP32_BT”); // Bluetooth device name Serial.println(“The device started, now you […]
I am trying to connect esp32 as a VPN client . Anybody has done that before?
Hi all, I have an ESP32 receiving information from another ESP32 equipped with sensors. Below is the code for the receiving ESP: “`C++ #include #include const char* ssid = “XXXX”; […]