ESP32 to ESP32 communication over the internet

This page summarizes the projects mentioned and recommended in the original post on /r/esp32

JetBrains - Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. ESP32-to-ESP32

    ESP32 to ESP32 communication example using Arduino framework. Secure, P2P, low latency connection between devices is established. Button connected to the first ESP32 controlls LED connected to second ESP32.

    Hi guys, the youtube video is quite old, but I have just (after two years 😮 ) updated the github repository with the project - https://github.com/DominikN/ESP32-to-ESP32

  2. JetBrains

    Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!

    JetBrains logo
  3. husarnet

    Husarnet is a Peer-to-Peer VPN to connect your laptops, servers and microcontrollers over the Internet with zero configuration.

    You can use the same code to flash multiple ESP32 boards - each ESP32 automatically detects all peers in the same Husarnet VPN network (recently open sourced: https://github.com/husarnet/husarnet ).

  4. AsyncHTTPRequest_Generic

    Discontinued Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP8266 (WiFi or W5x00) and currently STM32 with built-in LAN8742A Ethernet.

    In the updating process after two years the most challenging was writing a custom HTTP client - I found that library https://github.com/khoih-prog/AsyncHTTPRequest_Generic but I couldn't make it building under my PlatformIO based setup.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • GPS on Marauder at a ESP32 Wroom 38 Pin Board

    1 project | /r/flipperzero | 9 Dec 2023
  • Esp32-wroom build

    1 project | /r/flipperzero | 6 Dec 2023
  • Arduino 1.8.19 broken on NixOS 23.11

    1 project | /r/NixOS | 6 Dec 2023
  • ESPHome display lambda issues (st7789v)

    1 project | /r/Esphome | 23 Nov 2023
  • I made a Evil Portal app for the FZ + Wi-Fi dev board

    3 projects | /r/flipperzero | 30 Jun 2023

Did you know that C++ is
the 7th most popular programming language
based on number of references?