Wi-Fi on the Raspberry Pi Pico, ESP32 and Arduino in MicroPython (shorter version)

Поділитися
Вставка
  • Опубліковано 26 сер 2024

КОМЕНТАРІ • 18

  • @Robert-dj9uw
    @Robert-dj9uw Рік тому +2

    Black on white is much easier to see and read in bright environments. Please consider using that format for your screens in the next videos. Like the content.

  • @YTbxg
    @YTbxg Рік тому +2

    The best walk through I have seen on using the pico wifi. Thanks for your excellent videos. Looking forward to your next instalment

  • @DesigninMind1
    @DesigninMind1 11 місяців тому

    Thank you for the straight forward example . Using her method.
    Looking forward to Rest_api version .

    • @BytesNBits
      @BytesNBits  11 місяців тому

      Thanks. The video is all on the channel. Have Fun!

  • @jyvben1520
    @jyvben1520 Рік тому +1

    textfile **token**, great idea, and then **token1**, **token2** for image name, light bulb on image, light bulb off image,
    or just change background colour thru changing name of css file or html body bgcolor parameter...
    Iimage or coloured square.

    • @BytesNBits
      @BytesNBits  Рік тому

      You can start to get really creative with this process. Keep an eye out for the next in this series where we'll build a full web API on the Pico. We can then start to do some proper dashboard and control coding without having to go through the page refresh stage.

  • @aranyagupta8588
    @aranyagupta8588 28 днів тому

    How to connect to a WPA Enterprise Wi-Fi / EDUROM Wi-Fi ?

    • @BytesNBits
      @BytesNBits  28 днів тому

      You'd need to check the documentation and driver code to see what it's compatible with.

  • @umutkayacan7659
    @umutkayacan7659 Рік тому +2

    Shorter version?

    • @BytesNBits
      @BytesNBits  Рік тому +3

      A bit shorter. I'm never sure if people can take the full long versions so I thought I'd try a quicker one to see if people prefer it.

    • @DesigninMind1
      @DesigninMind1 11 місяців тому +1

      Tbh long version sailed by as I absorb it all. Well at least I fully understood how simple this is. I was considering using QRCode and a mobile to get information from the pico project out. This is definitely preferd easier and two way . Will still be using QRCodd but for simpler links .

  • @PotatoImaginator
    @PotatoImaginator Рік тому

    i should get a Raspberry Pi Board

  • @owenbevans6062
    @owenbevans6062 Рік тому

    Blutooth is more important, implement it so I can connect earphones, keyboards and mice! The wifi on Pico isn't near as useful!

    • @BytesNBits
      @BytesNBits  Рік тому +1

      You'd need to add an external BlueTooth module, or swap to a ESP32.

    • @owenbevans6062
      @owenbevans6062 Рік тому

      @@BytesNBits The bluetooth module is already built into the Pico W. Theoredicaly software is all thats keeping it from being useful. I've seen some examples that almost work in the last few months. Thanks for responding.