Pico W Sensor Server - Display Realtime Sensor data over Wi-Fi

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

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

  • @Distanc3
    @Distanc3 2 года назад +2

    Thank you, this is the first example I’ve found that’s given me the tools I needed for my particular project!

  • @eddiezubu
    @eddiezubu Год назад +1

    This tutorial is awesome. Would love to see something similar with an MQ-2 sensor for remote monitoring.

    • @pi3g
      @pi3g  Год назад

      Noted. Thanks @eddiezubu!

  • @ddr5ecc768
    @ddr5ecc768 Год назад

    Thank you so much. It is what I want to share my sensor data on the WiFi.

  • @BenScarboro
    @BenScarboro 2 года назад +2

    Line 65.. Doesn't that mean it'll only EVER flash three times? Otherwise it'll throw the RunTimeException?

    • @pi3g
      @pi3g  2 года назад +2

      You are absolutely right. We changed the code on our GitHub so that the onboard LED indicates the error code correctly.

  • @vaibhavbhasin1221
    @vaibhavbhasin1221 Год назад

    hi what OS are you using ? its not ubuntu or win I think

  • @manfredbogner9799
    @manfredbogner9799 5 месяцев назад

    Sehr. Gut

  • @maks-shop
    @maks-shop Год назад

    Amazing tutorial. Thank you.
    You mentioned sever refreshes every second but I don’t see that anywhere in the code? Thank you.

    • @pi3g
      @pi3g  Год назад

      The refresh rate is coded into the head of the index.html:

  • @Taki7o7
    @Taki7o7 2 года назад +1

    Love your videos :D Any chance you can show how to do WiFi WPS?

    • @pi3g
      @pi3g  2 года назад +1

      Yep -- wireless security is now available with the latest firmware. See: picockpit.com/raspberry-pi/everything-about-the-raspberry-pi-pico-w/#Broadcasting_a_WiFi_network_SoftAP_access_point

  • @luke752010
    @luke752010 2 года назад

    Hi and first of all thanks for your video! Is it also possible to connect to Pico using a Wifi Direct connection ?

    • @pi3g
      @pi3g  Год назад

      Hi @luke752010 - do you mean the Pico W or are you referring to the Pico itself?

    • @luke752010
      @luke752010 Год назад

      @@pi3g I mean Pico W

  • @apanoiu
    @apanoiu 2 года назад

    Not secure. Please show us how to secure the web server

    • @pi3g
      @pi3g  2 года назад

      You might want to check out the MicroPython SSL module docs.micropython.org/en/latest/library/ssl.html

  • @DiazFelix
    @DiazFelix 2 года назад +1

    OMG!
    To do connections with the device switched ON is not the best idea.

    • @pi3g
      @pi3g  2 года назад

      That is true, thanks for pointing it out.

  • @yxhankun
    @yxhankun 2 года назад +1

    The title and the first 10 seconds he did not mention that he is using "Adafruit Industries
    ADXL343 - Triple-Axis Accelerometer" not until 22 seconds later.

    • @pi3g
      @pi3g  2 года назад +2

      The video is not about the sensor, it just serves as an example. You can use any sensor that you have at hand. For Adafruit sensors you just need to copy the corresponding .py library file into the lib folder and adapt the code a little.

  • @Lammy2k
    @Lammy2k 2 года назад +1

    Has anyone tried PicoW + InfluxDB + (Grafana)?

    • @maks-shop
      @maks-shop Год назад

      Yes I did. With uMQTT. Works amazing. I used node red locally and some online service too.