Search found 2 matches

by BeratK
Tue Apr 23, 2024 6:12 pm
Forum: General Discussion
Topic: Reading Data For C#
Replies: 2
Views: 1170

Re: Reading Data For C#

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.
by BeratK
Mon Apr 22, 2024 5:41 pm
Forum: General Discussion
Topic: Reading Data For C#
Replies: 2
Views: 1170

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