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.
Search found 2 matches
- Tue Apr 23, 2024 6:12 pm
- Forum: General Discussion
- Topic: Reading Data For C#
- Replies: 2
- Views: 1170
Re: Reading Data For C#
- 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...