Skip to content

A set of resources for Microcontrollers such as Arduino, ESP8266 and/or more

Notifications You must be signed in to change notification settings

joaovcoelho/microcontrollers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Microcontrollers

This repository is a set of resources and information for Microcontrollers such as Arduino, ESP8266 and/or more.


First steps

  • 1 - Download and install the proper Arduino IDE for your computer by their official website, which you can find by clicking here;
  • 2 - Insert the ESP board manager at your Arduino IDE: at the Arduino IDE, open file>preferences and paste "https://arduino.esp8266.com/stable/package_esp8266com_index.json" inside of "Additional Boards [...]" and press OK at the window;
  • 3 - Open up "tools>board>boards manager", type in esp8266 and install;
  • 4 - For inserting libraries, you can go to "tools>Manage libraries" and search for some, or you can add the previously downloaded library file by opening "sketch>include library>add .ZIP" and finding your file (or manually at Arduino's Library destination).

Bonus: Video with the steps above



Reference for adding the ESP8266 board at Arduino's IDE

https://github.com/esp8266/Arduino


This repository was created by: https://github.com/joaovcoelho

About

A set of resources for Microcontrollers such as Arduino, ESP8266 and/or more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages