W5100s EVB PICO Ethernet

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ต.ค. 2024
  • Testing the Wiznet W5100s-EVB-PICO RP2040 development board using C++ Visual Studio Code and the CMake Files.

ความคิดเห็น • 11

  • @timeloupe
    @timeloupe 9 หลายเดือนก่อน

    Hello, do you have any example of pi pico acting as an HTTPS server with TLS/SSL capability ?

  • @gautombose4172
    @gautombose4172 2 ปีที่แล้ว

    Extremely helpful Tutorial video. Just wish the text on the (black VSCode) screen was a bit clearer. Perhaps a lager FONT will be helpful.

  • @legendneverdie3435
    @legendneverdie3435 10 หลายเดือนก่อน

    I know it's old but simply connecting it to the ethernet with an ethernet cable will not connect the Pico to internet?

  • @jarikkoshik3392
    @jarikkoshik3392 ปีที่แล้ว

    Could you help, how connect and raspberry pico w with this module, do you have documentation? In my country not enough charge and 12v1mAmper is very big for paverbank ... enough for 4 h.

  • @noddynod4434
    @noddynod4434 2 ปีที่แล้ว

    Is it possible to control servo motors via this ethernet cable for a ethernet cable robot project?

    • @dj1encore
      @dj1encore  2 ปีที่แล้ว

      We are now running Modbus TCP on the device. We are using it as a remote monitoring device, with Modbus you can control, monitor and connect a lot of devices.

    • @superliegebeest544
      @superliegebeest544 2 ปีที่แล้ว

      This is perfect. I want to make a webshop that is connected to my own build vending machine, so u buy a beer or cigarette online (hosted on a pi) than it sends the oke to the.pico over ethernet and that starts the relay yo drop the product and than the conveyer drops it in the exit hole.

  • @ratnaditya11
    @ratnaditya11 ปีที่แล้ว

    I am at nmake step :(

  • @dj1encore
    @dj1encore  2 ปีที่แล้ว +3

    Board link github.com/Wiznet/RP2040-HAT-C/blob/main/getting_started.md

    • @dancluj
      @dancluj ปีที่แล้ว

      I would like to see a modbus TCP example using W5100s EVB PICO Ethernet.

    • @dj1encore
      @dj1encore  ปีที่แล้ว

      @@dancluj this is easy if you use Alex’s repository. It basically works out the box.