Embedded Web UI Explained | How to create a Web UI LED toggle switch | (STM32 with Ethernet)

Поділитися
Вставка
  • Опубліковано 8 січ 2025

КОМЕНТАРІ • 10

  • @chrisgoddard9236
    @chrisgoddard9236 7 місяців тому +1

    Great video. Very helpful. Would it be possible to make quite a specific tutorial video covering the same end result, but on an RP2040 with a W5500 using FreeRTOS?

    • @mongoose-networking-library
      @mongoose-networking-library  7 місяців тому

      How about just adding RP2040 + W5500 to the mongoose.ws/wizard/ ? The basic principles would stay absolutely the same as already outlined in the video, but the wizard would make a ready-to-go project ready?

    • @chrisgoddard9236
      @chrisgoddard9236 7 місяців тому +1

      ​@@mongoose-networking-libraryThat would certainly help. I guess my broader request is for a tutorial that covers using Mongoose in FreeRTOS, what may or may not be the gotchas and pitfalls. It doesn't have to be a web server example. It just happens that my platform of choice is RP2040 + W5500. If there is already a tutorial that covers this, my apologies.

    • @mongoose-networking-library
      @mongoose-networking-library  7 місяців тому

      @@chrisgoddard9236 For sure! Actually, using Mongoose in FreeRTOS and in bare metal is absolutely identical. Just run event loop in a separate task, and that's it! The only gotcha is the task's stack size - give it 8k and you're good. Take a look at mongoose.ws/documentation/tutorials/rp2040/pico-w5500/. What environment do you use, RPI C SDK, Arduino or something else?

    • @chrisgoddard9236
      @chrisgoddard9236 7 місяців тому

      @@mongoose-networking-library Thanks. I'm using PICO-SDK (In VSCode if that makes a difference!) C++ projects with a few C libraries for good measure.

  • @mohanprasath1212
    @mohanprasath1212 2 місяці тому +1

    Could you please explain aws iot via stm32 ethernet using mangoose library?. Please share some documents for that.

  • @shef7777
    @shef7777 4 місяці тому

    Design Toolbox no show in Wizard.