Arduino ide and arduino ESP8266

Oh Hello:
I recently downloaded the lastest version of Arduino and when Im going to the board manager and write "arduino ESP8266" it cant find anything downloadle

Hi @jdevone. Please follow the official instructions for installing the ESP8266 Arduino boards platform here:

https://github.com/esp8266/arduino#installing-with-boards-manager

If you have any questions or problems while following those, please let us know and we'll help you out.

Hey Bro you nailed it!!! BTW can I upload the mini plotter code on this board?

I'm glad you were able to install it!

You should be able to upload your sketch by doing the following:

  1. Connect your board to your computer with the USB cable.
  2. Select the correct board from the Tools > Board menu in the Arduino IDE.
  3. Select the correct port from the Tools > Port menu in the Arduino IDE.
  4. Select Sketch > Upload from the Arduino IDE menus.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.