Wake on Lan with Uno R4 Wifi

Hi, i'm trying to wake up an device connected to my lan with my arduino uno r4 wifi, but all i could find is how to do it with an esp device. Is it possible to do with the r4 wifi, and if how?

You'd need to program the ESP on board. Might be easier if you get a ES32-only board instead of the R4

Thank you. I just found an HTIT-WB32 at my desk (never used it before), could i use this for the wake on lan?

Probably. GitHub - a7md0/WakeOnLan: Wake On LAN Library (ESP8266 & ESP32)

Thank you

Hello,
did you make it work? do you have a complete code example, please? i am not able to wake on lan an r4 win ESP32 S3 integrated.

any help will be apreciated.
Thanks

No, sorry. I didn't try it.

Bello zwieblum!
Could you please help with this? How we can do this? I used the github oke, and I can connect the board to wifi, but i cannot make it works with WoL :frowning:

Probably 'cause there is no WOL with WiFi as you would expect it to be on ethernet. You can send WOL to any device from ESP32. But you will only be able to wake up an ESP32 if you selected the correct power saving mode. Anyway, you could check IDFs documentation for that.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.