Reading Data For C#
Posted: 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.