Reading Data For C#

BeratK
Posts: 2
Joined: Mon Apr 22, 2024 5:24 pm

Reading Data For C#

Postby BeratK » Mon Apr 22, 2024 5:41 pm

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. :geek:

MicroController
Posts: 1702
Joined: Mon Oct 17, 2022 7:38 pm
Location: Europe, Germany

Re: Reading Data For C#

Postby MicroController » Tue Apr 23, 2024 7:32 am

Is esp now good for communication?
Rather not. ESP-NOW basically only works between ESP chips, not between an ESP and a PC.
You probably want to use normal WiFi and send data via either UDP or TCP, or use MQTT for example.

BeratK
Posts: 2
Joined: Mon Apr 22, 2024 5:24 pm

Re: Reading Data For C#

Postby BeratK » Tue Apr 23, 2024 6:12 pm

MicroController wrote:
Tue Apr 23, 2024 7:32 am
Is esp now good for communication?
Rather not. ESP-NOW basically only works between ESP chips, not between an ESP and a PC.
You probably want to use normal WiFi and send data via either UDP or TCP, or use MQTT for example.
I will search more, thanks.

Who is online

Users browsing this forum: TRUEcabbage and 74 guests