Reading Data For C#
Reading Data For C#
I'm working by a team. We are building a robot that working by it self. It's basicly for carrying weights in factory. It is scanning QR codes on the floor and going to destination by following lines on the ground. I need to collect data from temperature, speed, weight etc. sensors and send to laptop via esp32. Then I need to make a GUI on C#. The problem is we don't know how to send, recieve and use the data on C#. Is esp now good for communication? If yes, how I can use the data on C#? I couldn't find sources. I hope you guys can help me. Thanks in advance.
-
- Posts: 1702
- Joined: Mon Oct 17, 2022 7:38 pm
- Location: Europe, Germany
Re: Reading Data For C#
Rather not. ESP-NOW basically only works between ESP chips, not between an ESP and a PC.Is esp now good for communication?
You probably want to use normal WiFi and send data via either UDP or TCP, or use MQTT for example.
Re: Reading Data For C#
I will search more, thanks.MicroController wrote: ↑Tue Apr 23, 2024 7:32 amRather not. ESP-NOW basically only works between ESP chips, not between an ESP and a PC.Is esp now good for communication?
You probably want to use normal WiFi and send data via either UDP or TCP, or use MQTT for example.
Who is online
Users browsing this forum: TRUEcabbage and 74 guests