How to code ESP8266 NodeMCU - Setup using Arduino IDE - writing your 1st LED Hello World Program

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

КОМЕНТАРІ • 4

  • @MarkKevinBilslandMarchesan
    @MarkKevinBilslandMarchesan 7 місяців тому +1

    Thank you very much for this video. This was the first circuit I've ever made and I'm about to try something more complicated!

  • @rakeshroshan4119
    @rakeshroshan4119 Рік тому +5

    aap naruto dekhti hain?

  • @maxwolfgamingyt2700
    @maxwolfgamingyt2700 Рік тому +1

    How we will configure that which Esp we are using and what else we can do with this Tool....

    • @ProgrammingEpitome
      @ProgrammingEpitome  Рік тому +3

      If you are asking how to find out the firmware version of ESP you are using, then connect your ESP to your system and in the arduino IDE open up the serial monitor. Type AT+GMR in the serial monitor and hit send. You will get a response with the AT Version number and the SDK Version number.
      But if you are asking how to find the board version if it is v0.9 or 1.0, it must be written on the product card when you buy it, it is also written on the board itself. furthermore their sizes are different too you can recognise from that.
      I found this link for you it may help you understand it more. frightanic.com/iot/comparison-of-esp8266-nodemcu-development-boards/
      You can do a lot more with this tool from home automation, mobile controlled robot to your own personal assistant! You can control the curtain blinds in your room, lights, AC temperature control and what not!