ESPNowCam is an open-source library for ESP32 camera boards that relies on the ESP-NOW protocol for efficient point-to-point, one-to-many, or many-to-one video or data transmission. ESP32 microcontrollers already support WiFi or Bluetooth connectivity, but the ESP-NOW offers an alternative in scenarios where low latency is required and/or access to a router is not feasible or practical. That’s why we’ve previously seen ESPNOW used in ESP32 drones. As its name implies, the ESPNowCam project leverages the ESP_NOW wireless protocol for ESP32 video cameras, but can also be used for data transmission. ESPNowCam highlights: Transmission modes One transmitter to multiple receivers using the internal ESPNow broadcasting feature (1:N mode) Peer-to-peer (P2P) connections utilizing MAC address targeting (1:1 mode) Multi-sender mode with one receiver (N:1 mode) No need for IPs, routers, or credentials The project was first released in January 2024, but I’ve only noticed it, and it had several iterations since then. […]