Search found 7 matches

by Strimis10
Fri Aug 05, 2022 5:43 am
Forum: General Discussion and Questions
Topic: Micropython WoL
Replies: 14
Views: 6400

Re: Micropython WoL

@Strimis10, Mind sharing how you got MicroPython on an ESP01? I am trying to do it, but after flashing, I can seem to connect to the REPL? Any help would be appreciated! Thanks. @Jibun no kage ah yes, I also had a lot of trouble trying to get the firmware to work, first make sure your esp01 has 1mb...
by Strimis10
Tue Jul 12, 2022 9:27 pm
Forum: General Discussion and Questions
Topic: Micropython WoL
Replies: 14
Views: 6400

Re: Micropython WoL

Okay, sorry. I fixed it, after you helped me with the broadcast thing all I had to do was to send the packet to the broadcast ip, I had a hard time figuring out what my broadcast ip was but I found this really good video on YouTube explaining how to get it: https://www.youtube.com/watch?v=1pZNjRZLNq...
by Strimis10
Tue Jul 12, 2022 3:42 pm
Forum: General Discussion and Questions
Topic: Micropython WoL
Replies: 14
Views: 6400

Re: Micropython WoL

sorry, but how?, just copy paste it into the file?
by Strimis10
Mon Jul 11, 2022 6:09 pm
Forum: General Discussion and Questions
Topic: Micropython WoL
Replies: 14
Views: 6400

Re: Micropython WoL

what was I supposed to do?
by Strimis10
Mon Jul 11, 2022 3:54 pm
Forum: General Discussion and Questions
Topic: Micropython WoL
Replies: 14
Views: 6400

Re: Micropython WoL

Okay, so I did that and the script completes but it prints "Warning: lwip.setsockopt() not implemented". I can see the packet in wireshark if I send it to my pc but it won't start the server
by Strimis10
Mon Jul 11, 2022 7:59 am
Forum: General Discussion and Questions
Topic: Micropython WoL
Replies: 14
Views: 6400

Re: Micropython WoL

I don't really understand, what I should do with that? should I replace "socket.SO_BROADCAST" with "SOF_BROADCAST = const(0x20)"?
by Strimis10
Sun Jul 10, 2022 6:27 pm
Forum: General Discussion and Questions
Topic: Micropython WoL
Replies: 14
Views: 6400

Micropython WoL

Hello hello, I'm in the middle of this project where I use an esp01 running micropython (1MB version) to host a website on my local network so that I can send WoL packages to my file server. I have the code working on my pc (python 3.7). So because I was too lazy to figure out how to build a magic p...