Search found 1 match
- Wed Jan 10, 2024 4:32 pm
- Forum: ESP32 Arduino
- Topic: Issue with ESP-NOW functionality when connecting to WebSocket server in Node.js
- Replies: 0
- Views: 27468
Issue with ESP-NOW functionality when connecting to WebSocket server in Node.js
Hello everyone, I'm currently working on a project where I have a server written in Node.js that utilizes WebSocket functionality. However, when I connect my ESP32 device (running the Arduino code provided below) to this server, the ESP-NOW functionality stops working. #include <Arduino.h> #include ...