Python Forum
raspberry pi - connection - wireless - tkinter - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: raspberry pi - connection - wireless - tkinter (/thread-32628.html)



tkinter raspberry pi connection wireless - Nick_tkinter - Feb-22-2021

Hello.Is there any way to connect my laptop to a raspberry pi wirelessly by pressing a button from an app (tkinter) and then if I m connected(to raspberry pi) to start my app and by pressing some buttons, open led or do other things?
I need to control my app from my laptop and raspberry pi to do the job.
Or I need vnc?

Am I clear?
I need some advices.


RE: tkinter raspberry pi connection wireless - deanhystad - Feb-22-2021

How is this a tkinter question?

Can you do any of the things you describe from Python?


raspberry pi - connection - wireless - tkinter - Nick_tkinter - Feb-22-2021

Hello.Is there any way to connect my laptop to a raspberry pi wirelessly by pressing a button from an app (tkinter) and then if I m connected(to raspberry pi) to start my app and by pressing some buttons, open led or do other things?
I need to control my app from my laptop and raspberry pi to do the job.
Or I need vnc?

Am I clear?
I need some advices.