micro-python

micropython

Examples for pico W esp32 esp8266

05 08 2023
This is a full webserver example, what can handle post and get requests, within extracting the requeststring from client in key-value Params. In addition you have to send a dummy key-value pair, because the last parameter will not be evaluated.

06 08 2023
I have added a Parameter called on in function connect_to_wlan for connecting, reconnecting and disconnecting to wlan.

13 08 2023
Created a website (scan.html) containing the scanresult of infrastructure network stations and the own connection data, like serveraddress, netmask and routeraddress. The function connect_to_wlan scan also incidentally the enviroment of possible network stations. The indexfile displays the voltages, coming from the three adc channels, attached on pin26-pin28 (raspberry pico W).

14 08 2023
Create a website mcu.html, to access the GPIO Pins for writing and reading a one or zero level and also the GPIO0-Pin, where the builtin LED of raspberry pico W is connected, can be accessed, too. Only the range between Pin0-Pin28 and the “LED”-string is allowed. Also it would be conceivable to change the input type textbox in the HTML-Sourcecode in a Listbox with fixed listitems.