Search found 4 matches

by cubbieco
Mon Sep 05, 2022 1:50 am
Forum: Raspberry Pi microcontroller boards
Topic: Setting hostname on Pico W
Replies: 12
Views: 44138

Re: Setting hostname on Pico W

Thank you for your reply. I'll just be patient then. :D
by cubbieco
Sun Sep 04, 2022 11:46 pm
Forum: Raspberry Pi microcontroller boards
Topic: Setting hostname on Pico W
Replies: 12
Views: 44138

Re: Setting hostname on Pico W

I've successfully compiled Micropython for the Pico W so I have things set up right. How do I do the compile flag to use the drivers/cyw43 version so I can set the hostname? It might not compile yet but I'd like to try.

Thanks
by cubbieco
Fri Aug 05, 2022 11:56 pm
Forum: Raspberry Pi microcontroller boards
Topic: Setting hostname on Pico W
Replies: 12
Views: 44138

Re: Setting hostname on Pico W

The pull request has been closed which I think means it is merged in. I downloaded the latest build v1.19.1-240-g9dfabcd6d (2022-08-05) .uf2 and I've tried setting the hostname: sta_if.config("hostname") Traceback (most recent call last): File "<stdin>", line 1, in <module> ValueError: unknown confi...
by cubbieco
Sat Sep 11, 2021 1:58 pm
Forum: General Discussion and Questions
Topic: When is UART.write finished?
Replies: 1
Views: 1235

When is UART.write finished?

I'm working with a max485 board on a Raspberry Pi Pico. I'm fairly new to python. Anyway I'm really wondering if there is any way to tell when the uart.write is finished? I've been searching all over and I'm not finding anything that I understand (one example redid the UART class but I didn't unders...