How to connect ESPnow to C#

YigalB 1 Reputation point
2021-01-13T10:50:58.357+00:00

ESPnow is a protocol to connect one Espressif device to another over WiFi , such as ESP32 or ESP8266, WEMOS etc. the advantage is that it is not relying on local WiFi network, so no need to select a WiFi Network and register to it with a password.

I have several small devices based on ESP8266 (and ESP32), which are supposed to send information t a laptop that is running a C# program, which collects the data, display it accordingly, and send back some instructions to the ESP devices. Later on the C# program will send the data to the Azure cloud.

The problem I am facing: I would like this environment to work at different locations, some without local WiFi at all. I didn't find a solution how to make the C# program to communicate with the ESP devices directly.

Any idea how can this be done?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,307 questions
.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
28 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Abdulhakim M. Elrhumi 351 Reputation points
    2021-01-17T17:57:15.91+00:00