How to Host a HTTP Webpage on a Pico | Raspberry Pi Pico Workshop: Chapter 5.3

Поделиться
HTML-код
  • Опубликовано: 11 фев 2025

Комментарии • 14

  • @cluso9985
    @cluso9985 7 месяцев назад

    Excellent video Jaryd. Right to the point with simple explanations. Just what I was looking for.

  • @ricardoalexandreguedes4095
    @ricardoalexandreguedes4095 3 месяца назад

    Verry nice video, thanks .

  • @AlexBraunton
    @AlexBraunton 8 месяцев назад +2

    Jaryd when are we going to see you creating wild and dangerous projects again on your channel? This was a great video and very informative. Thank you

    • @JarydGiesen
      @JarydGiesen 8 месяцев назад +1

      Soon™

    • @Core-Electronics
      @Core-Electronics  8 месяцев назад +3

      Jaryd who let you out of the content cave?

    • @Unrealdanrath
      @Unrealdanrath 7 месяцев назад

      Give the people what they want, we want a chocolate trebuchet

  • @tengugully8730
    @tengugully8730 2 месяца назад +1

    great video. i tried the code out of the box using firmware 1.24 - hooking up to my local wifi worked a treat. however setting the pico w up as a access point has been a PITA. I could get the pico w to be recognised as an ap but it would not accept the password. did some googling and there seems to have been a change form 1.23 to 1.24 with the ap settings? the only way i could get it to work was in def ap_setup(): to add
    ap.active(False)
    time.sleep(0.1)
    ap.active(True)
    ap.config(essid=ssid, security=0)
    which gives me an open network - not ideal but hey it works! need to do some more digging but if there are any suggestions out there that would be great. greetings from across the ditch!

    • @Core-Electronics
      @Core-Electronics  2 месяца назад +1

      Hey from the other side! If you do find something let us know, we like to keep on top of these things and will update it. Will investigate and see what we can find!

  • @FILMCREWProductions1
    @FILMCREWProductions1 2 месяца назад

    Hey fellow Raspberry Pi nerds! Can someone tell me how I would set this up so it had a host name instead of an IP address when entering into the search bar of the browser?

  • @nemesis851_
    @nemesis851_ 3 месяца назад

    I doubt I'll GET a reply before I try this TODAY()
    Going to see IF I can both CONNECT the Pico W to a WLAN
    and at the same TIME() have it become a W_AP for devices close to it

    • @Core-Electronics
      @Core-Electronics  3 месяца назад +1

      I don't think we have ever tried this, my guess is that it wont be possible to share the wireless resources like that, but if you can then let us know, we are interested!

    • @nemesis851_
      @nemesis851_ 3 месяца назад

      @@Core-Electronics RUclips deleted my comment twice. So an abbreviated comment
      I found errors in the website code, changed some things, to be closer to the video, and got PICO W to do both at the same time
      Even got the WAP to be other than 4.1

  • @nemesis851_
    @nemesis851_ 3 месяца назад

    Also, side question.
    I can't understand why Thonny keeps opening 70% off screen
    Not centre of either screen, or its position where I last closed it
    Only happens with Thonny

    • @Core-Electronics
      @Core-Electronics  3 месяца назад +1

      That is an extremely strange issue, maybe a fresh reinstall? Can't say we have encountered many people with that issue sorry.