Arduino with ESP8266-01 AT Command Send Data to Web Browser

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 มิ.ย. 2019
  • Basic AT Command Module Wifi using serial communication ESP8266-01 with Arduino
    This test is Arduino in default / reset mode
    Programming Standalone esp8266 • ESP8266 LED Blink and...

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

  • @MrStranG-MrStranG
    @MrStranG-MrStranG 2 ปีที่แล้ว +1

    Tq so much for this procedure

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

    Thank you Michael for the tutorial. Is there some extra code to control the GPI/O from serial AT+command and trough the web server???

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

    I have a cuestion, why if disconnect and after connect the esp8266 not run server port, maybe some solutions?
    Please help me

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

    Help for anyone who does:
    AT+CWJAP="ssid","password"
    then gets
    WIFI CONNECTED
    +CWJAP:1
    FAIL
    WIFI DISCONNECT
    Fix this by:
    Run line AT+CWLAP again
    And then run line AT+CWJAP="ssid","password"
    This should make the wifi remain connected to the esp-8266/esp01

  • @alperendagistan2846
    @alperendagistan2846 3 หลายเดือนก่อน

    Hi,
    Thanks for video but how can i read a data from server with AT commands on terminal? It can be also read data that i write? BUT How?

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

    i follow all the process but im still getting “error” and “fail”. what to do?

  • @quockhanhdang598
    @quockhanhdang598 3 ปีที่แล้ว

    I type AT+CIPSEND=0,30 is error, what should I do?

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

    can you send sensor data using this?

  • @pjmelect
    @pjmelect 4 ปีที่แล้ว +1

    I can’t get it working either, I can connect to my ESP8266 with my computer but when I do ipconfig/all it shows the default gateway as being blank. What am I doing wrong?

    • @michaelssimarmata1773
      @michaelssimarmata1773  4 ปีที่แล้ว

      AT command is working or not?
      Working , try esp to mode 3 sir
      command AT+CWMODE = 3 , mode 3 = to make esp mode station and mode AP
      AT command esp at the end of this video
      th-cam.com/video/01dp3n_RZZA/w-d-xo.html

    • @pjmelect
      @pjmelect 4 ปีที่แล้ว

      I couldn’t get it working on my Windows 10 laptop because the default gateway was blank. I then tried with a Windows 7 computer and this time it worked in that I could connect and get data from the laptop. I then tried to send data from the ESP8266 to the laptop and I got an error from the AT+SIPSEND=0,16 command. I tried many times resetting and reissuing the commands, and eventually for no reason that I could determine it worked. I think that the whole thing is a bit flaky and unreliable, but I will keep on trying.

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

    The intrusive music makes me want to die.

  • @silvanopratama783
    @silvanopratama783 3 ปีที่แล้ว

    How to fix AT+CIPCLOSE Fail?

  • @conradstanley1027
    @conradstanley1027 3 ปีที่แล้ว +1

    This is so maddening. I am sure I connected all the wires as shown but I can't use serial monitor to send commands. Please help. I love the video but like the other hundred or so I am still stuck.

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

      did you set the serial monitor to 9600 baud rate? if not then have you fully updated arduino ide?

  • @ayrinanwar9738
    @ayrinanwar9738 4 ปีที่แล้ว

    We don't have to install the generic esp8266 board?please help

    • @michaelssimarmata1773
      @michaelssimarmata1773  4 ปีที่แล้ว

      No sir, just testing at command successfully from pc the esp8266

  • @samanqaydi
    @samanqaydi 3 ปีที่แล้ว +1

    How can I send AT commands through my code?

    • @ugoprogeny2613
      @ugoprogeny2613 3 ปีที่แล้ว +1

      The Wifi model is connected to the Arduinos serial. So to send an AT command, simply type: Serial.Writeln("AT")

  • @haziqu7268
    @haziqu7268 4 ปีที่แล้ว

    Hi bro,i follow all your steps but it says
    Load ox4010f000, len 1384, room 16
    Tail 8

    • @michaelssimarmata1773
      @michaelssimarmata1773  4 ปีที่แล้ว +1

      Cek the connection sir, or next step Trying update firmware sir, available in other video

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

    AT command not responding i have uploaded blank sketch to arduino uno Am getting No output , also do we need to select esp-01 module as we need AT commands for Esp-01 board

    • @terrencebarrett4343
      @terrencebarrett4343 3 ปีที่แล้ว

      i realize I am kinda off topic but does anyone know of a good place to watch new series online ?

    • @dorianjeffrey7294
      @dorianjeffrey7294 3 ปีที่แล้ว

      @Terrence Barrett i use FlixZone. You can find it on google =)

    • @richardduke392
      @richardduke392 3 ปีที่แล้ว

      @Dorian Jeffrey yup, have been watching on FlixZone for since march myself :)

    • @terrencebarrett4343
      @terrencebarrett4343 3 ปีที่แล้ว

      @Dorian Jeffrey thank you, signed up and it seems like a nice service :) I appreciate it!

    • @dorianjeffrey7294
      @dorianjeffrey7294 3 ปีที่แล้ว

      @Terrence Barrett no problem :D

  • @Elite_Engineer
    @Elite_Engineer 2 ปีที่แล้ว +1

    Sir when I type AT in serial monitor nothing shows up. What to do

  • @Kii_0024
    @Kii_0024 3 ปีที่แล้ว

    Sir, when I'm trying AT, it doesn't respond on arduino. How i'm doing now??

    • @Kii_0024
      @Kii_0024 3 ปีที่แล้ว

      I mean in serial monitor

    • @Drakanx
      @Drakanx 3 ปีที่แล้ว

      you need to update or write firmware, into esp-01

  • @haziqu7268
    @haziqu7268 4 ปีที่แล้ว +1

    When i type AT,nothing happens

    • @michaelssimarmata1773
      @michaelssimarmata1773  4 ปีที่แล้ว +1

      Something wrong sir, firmware or connection

    • @fadhlurrohmanfaqih480
      @fadhlurrohmanfaqih480 3 ปีที่แล้ว

      @@michaelssimarmata1773 me too, i just follow all ur step one by one

    • @GameOn-po4bi
      @GameOn-po4bi 3 ปีที่แล้ว

      @@fadhlurrohmanfaqih480 Maybe your tx rx pin bro, try to recheck and re place it

  • @carlitoespinosa5449
    @carlitoespinosa5449 4 ปีที่แล้ว

    your esp isnt getting power

  • @livelife9353
    @livelife9353 4 ปีที่แล้ว

    bro it is not working :(

    • @michaelssimarmata1773
      @michaelssimarmata1773  4 ปีที่แล้ว

      if you may know which part sir?

    • @livelife9353
      @livelife9353 4 ปีที่แล้ว

      @@michaelssimarmata1773 when i write AT command then press it doesn't show OK reply

    • @michaelssimarmata1773
      @michaelssimarmata1773  4 ปีที่แล้ว

      That's the problem with the arduino connection to the esp After the connection is correct, Arduino is reset first