Page 1 of 1

Can esp32-C3 do Wifi AND esp-now at the same time

Posted: Thu Oct 17, 2024 7:10 am
by brebisson
Hello,

Can an esp32 have at the SAME time a wifi connection (AP or client) and some other local connection (like esp-now, BT or some other ESP to ESP wifi connection)?

My project is a 2 part thing.

Part 1 has an esp32 driving 2 stepper motors.
Part 2 has an esp32 driving a screen and buttons (UI).

I want part 1 and part 2 to "talk together" wirelesly.
I also want to be able to use wifi on part 1 in order to control it from a computer...

What would be the best way to handle that?

Thanks,
Cyrille