Comments on: Raspberry Pi Pico W: Asynchronous Web Server (MicroPython) https://randomnerdtutorials.com/raspberry-pi-pico-w-asynchronous-web-server-micropython/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 16 Dec 2024 16:13:07 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Rukbat https://randomnerdtutorials.com/raspberry-pi-pico-w-asynchronous-web-server-micropython/#comment-984984 Thu, 21 Nov 2024 18:16:22 +0000 https://randomnerdtutorials.com/?p=149479#comment-984984 In reply to Raimund Maier.

The server requires a web browser to communicate with it, so run any (graphical) web browser on the client Pico W. (The client is running only 1 task – a web browser.)

]]>
By: Sara Santos https://randomnerdtutorials.com/raspberry-pi-pico-w-asynchronous-web-server-micropython/#comment-982910 Wed, 13 Nov 2024 11:15:11 +0000 https://randomnerdtutorials.com/?p=149479#comment-982910 In reply to dan m.

Hi.
Thanks for your comment.
At the moment, we don’t have any web server tutorials for the Pico using Arduino IDE.
Regards,
Sara

]]>
By: dan m https://randomnerdtutorials.com/raspberry-pi-pico-w-asynchronous-web-server-micropython/#comment-982665 Tue, 12 Nov 2024 17:40:10 +0000 https://randomnerdtutorials.com/?p=149479#comment-982665 In reply to dan m.

I should clarify, sockTerm uses a dedicated standalone ESP32, and interfaces to my various projects via Serial. So I can use it anyplace you might use an FTDI module, except the data is sent wirelessly.

]]>
By: dan m https://randomnerdtutorials.com/raspberry-pi-pico-w-asynchronous-web-server-micropython/#comment-982664 Tue, 12 Nov 2024 17:36:20 +0000 https://randomnerdtutorials.com/?p=149479#comment-982664 Hi Sarah and Rui. Thanks once again for all the great tutorials. I’ve purchased 2 or 3 of your online books and used several of your ESP32 webserver tutorials to launch my projects. :-).

The ESP32 websockets tutorial was especially useful, as I used it to write sockTerm, which is basically a WiFi Terminal that I can plug into any of my projects and immediately control them just like using the Arduino IDE Terminal!!

I have just ordered a couple of Pico-Ws to play with, but I don’t do Python. It would be nice if you could write an async webserver tutorial for the Pico-W, in “C”. Thanks.

]]>
By: JMH https://randomnerdtutorials.com/raspberry-pi-pico-w-asynchronous-web-server-micropython/#comment-954888 Sun, 08 Sep 2024 10:10:02 +0000 https://randomnerdtutorials.com/?p=149479#comment-954888 Hi Sara and Rui,

It seems there is an error on the schematic : the blue wire is not at the right place…

]]>
By: Matt https://randomnerdtutorials.com/raspberry-pi-pico-w-asynchronous-web-server-micropython/#comment-952552 Fri, 30 Aug 2024 04:30:53 +0000 https://randomnerdtutorials.com/?p=149479#comment-952552 Thank you so much for this! I have been going crazy trying to solve almost exactly this problem for the past couple days. I had basically given up before I tried one more google search and found this. I have never used asyncio before, but I have used Threading (which I’ve found is problematic on the Pico) I read all the asyncio stuff but was having a hard time understanding it and getting it to work. This is a great example.

]]>
By: Raimund Maier https://randomnerdtutorials.com/raspberry-pi-pico-w-asynchronous-web-server-micropython/#comment-933969 Thu, 04 Jul 2024 12:14:01 +0000 https://randomnerdtutorials.com/?p=149479#comment-933969 Hi, thanks for the server example, it works fine. But how could I communicate through a second Pico W as a client to the server, only wit html commands, without a HTML page? Is this possible. Do you have an example code for the asnycio module?
I only find examples to communicate between two Pico W boards with a socket command, but there the server cannot do something more than wait for commands.
Thanks in advance
Ray

]]>