Python Forum
Python_Windows_Wifi/access point
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python_Windows_Wifi/access point
#1
Hello ,
It's my first day with this comunity , Smile Smile
I have a project that I'm working on it and now I'm in a phase where I need to make things more complicated Angel
My task is about sending messages from sensor to PC via Microcontroller and then I have script that runs from PC to recieve values and copy them into file . the sending requires IP adress provided from PC and it need to be connected to Internet or a specific access point .

So I was wondering if there is away to connect my PC to wifi using Python ?


Any suggestion are welcome Idea

Thank you and have a nice day

Best Resgards ,

Samerou
Reply
#2
Hi Samerou,
Classical approach is to use Wifi microcontroller (here ESP32 or 8266) as a web server
and exchange data with a navigator thru html.
Here are some links :
https://randomnerdtutorials.com/low-powe...more-78800
https://randomnerdtutorials.com/esp32-es...more-76664
https://randomnerdtutorials.com/esp32-we...more-69087
Rui Santos sells micropython esp32/8266 micropython excellent course :
https://randomnerdtutorials.com/micropyt...d-esp8266/
Good luck,
Alain
Reply
#3
(Mar-31-2019, 07:28 PM)niala38 Wrote: Hi Samerou,
Classical approach is to use Wifi microcontroller (here ESP32 or 8266) as a web server
and exchange data with a navigator thru html.
Here are some links :
https://randomnerdtutorials.com/low-powe...more-78800
https://randomnerdtutorials.com/esp32-es...more-76664
https://randomnerdtutorials.com/esp32-we...more-69087
Rui Santos sells micropython esp32/8266 micropython excellent course :
https://randomnerdtutorials.com/micropyt...d-esp8266/
Good luck,
Alain

Hi Alain , thank you for your answer ,
I'm trying to connect PC to Wifi not the microcontroller to Wifi , it's look like the same but it's a different approach I think "Micropython" Smile

Here what I'm looking for is a way to make my PC to connect a given Wifi name

Hope you this clarify my needs Big Grin
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Soft Access Point & Socket Data Streaming groger57 1 2,516 Aug-01-2019, 02:53 PM
Last Post: groger57

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020