Communicating With Two ESP01(ESP8266) Using Arduino

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 12

  • @rubabmubarrat
    @rubabmubarrat 2 роки тому +6

    you already had 3.3v supply from arduino uno, why did you use regulator?

  • @mohhad491
    @mohhad491 3 роки тому

    Best ESP communication tutorial ever. Thanks so much

  • @youssefyasser1929
    @youssefyasser1929 Рік тому

    Can I do this with esp node mcu 32s and arduino mega with wifif module

  • @islamabdelmoniem783
    @islamabdelmoniem783 2 роки тому

    I want to control two led strips wirelessly, how can i implement a code to do that?, should I put the modifications in the second uploaded code or what ? thank you in advance.

  • @brucesmith379
    @brucesmith379 2 роки тому

    Greetings, great video. I am having an issue that when I perform the initial test, I see the actual characters not ascii character values on the Client serial port. If I load the AND_Client code to the Client Arduino I get nothing. I have updated the ESP8266 firmware but no luck, Any ideas?

  • @hojiawern5293
    @hojiawern5293 2 роки тому

    There's no reaction when I click the reset button. Still connecting...... and fail to upload. What might be the issue. I have triple confirmed the circuitry.

    • @howtoeverything5068
      @howtoeverything5068  2 роки тому

      Late reply, was it resolved?

    • @boitumelogosiame5834
      @boitumelogosiame5834 Рік тому

      @@howtoeverything5068 no I did face the same problem how can I correct it

    • @nimraimtiaz4411
      @nimraimtiaz4411 11 місяців тому

      @@howtoeverything5068 same issue. it says :Failed to connect to ESP8266: Timed out waiting for packet header. what to do?

  • @michelfrance75
    @michelfrance75 2 роки тому

    The 2 ESP8266-01 alone allow communication without going through 2 arduino boards.

    • @lmaoroflcopter
      @lmaoroflcopter Рік тому

      Yes of course, but you have 2 gpio pins on an esp01 compared to the multiple available on an arduino uno.
      If you have an arduino project already and you just want to add communications to it this is a tutorial for that.

  • @youssefmahmoud112
    @youssefmahmoud112 3 роки тому

    Hi