thomasfla / Linux-ESPNOW

An attempt at implementing a direct link between a linux station and an ESP module using ESPNOW protocol for real time robot control
BSD 2-Clause "Simplified" License
178 stars 28 forks source link

Compatibility between standard wifi and linuxesp ? #8

Closed joelcollet closed 4 weeks ago

joelcollet commented 4 weeks ago

Hi

i'am very interested in this linux esp code for driving equatorial mount for astronomy. However i have a question: Can this protocol be used on the same wifi card than the one used for standard network (i mean having the wifi connected to an access point AND communicate with esp device too) or should it be a dedicated card for only espnow?

Regards Joël

thomasfla commented 4 weeks ago

Hi,

You would need to dedicate a Wi-Fi interface to the espnow in monitor mode, I don't see an easy way to use the same interface for both, unfortunately.

Best, T.

joelcollet commented 4 weeks ago

Hi Thomas

Ok, thanks for the info. Regards Joël