ESP8266 UDP Send & Receive Example (Step by Step Arduino Guide)

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

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

  • @ioancretu7816
    @ioancretu7816 2 หลายเดือนก่อน

    Hi very good explain . Please let me know how i can send 2 or more same time from sender and receiver show it ?
    I want send from ESP32 2 messages 1 message with char and another one send temperature .
    How i can receive with ESP8266 ?
    Thank you .😮‍💨😮‍💨

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

    Thank you so much but I would like to make project that , Iwill connect nma0183 serial data by cable to esp 8266 then send it as UDP signal by wifi to read on pc (I have program accept udp package) without internet.Iwant to remove cables.
    Could you help me how to do that?I don't know how to write any code.

  • @carlosa2843
    @carlosa2843 6 หลายเดือนก่อน

    ¿Como podría hacerle para enviar por UDP siendo el ESP8266 un Access Point?

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

    for anyone else having issues -- udp.write(reply) doesn't work. instead try udp.print(reply)

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

      Thanks for the tip, print should work fine for sending text. What error are you getting when using write? I tested this code recently but forgot if I needed to make any changes, maybe check the most recent code on the blog post: siytek.com/esp8266-udp-send-receive/