Connect ESP32/ESP8266 & C# .NET Core Using MQTT - Easy Tutorial

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

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

  • @codingwithbrett
    @codingwithbrett  8 หลายเดือนก่อน

    Here's how to receive sensor data from a microcontroller over MQTT: th-cam.com/video/a5kw3DOh8iY/w-d-xo.html

  • @kurtiswilkins1042
    @kurtiswilkins1042 9 หลายเดือนก่อน +1

    This a great video! Could you go into how to send messages down to the esp32 and up to turn a light on and off?

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

      Thanks - I'm still working on this but the next one will be on how to send sensor data from the ESP32 to the PC. After that I'll do one in the other direction.

    • @Alejandro-ko3mf
      @Alejandro-ko3mf 5 หลายเดือนก่อน

      @@codingwithbrett can you help me to send messages to the esp32 from the server? I am struggling with this one

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

    Is it possibile to control ESP32 via Windows forms?

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

      Yes. You could send commands via the serial cable. Alternatively use MQTT over wifi.

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

      @@codingwithbrett I wanted to do it with MQTT and windows forms, but as shown in the video, but it doesn't work. Could u do a tutorial please?