Posts

Showing posts with the label pico w

Micro Python - Connecting to Wifi

Image
Below is the code for connecting to WIFI with a  Raspberry Pi Pico W  (and then blink an LED). Tested on a  Raspberry Pi Pico W . Micro Python Code:

Micro Python - Blink LED

Image
Below is the code required to blink an LED in micro python. Both wireless and none wireless examples are provided below. Tested on a  Raspberry Pi Pico W . MICRO PYTHON CODE (Wireless):

Micro Python - Calculate speed of sound with temperature and humidity

Image
Below will allow you to create accurate speed of sound calculations taking into consideration temperature and humidity in micro python. Tested on a Raspberry Pi Pico W . The results of the code below is not quite exact, but its pretty close. MICRO PYTHON CODE:

Micro Python - how to change NTP host

Image
To change the default NTP host on Micro python Device must be connected to internet. Tested on Raspberry Pi Pico W . MICRO PYTHON CODE: