- Internet of Things with ESP8266
- Marco Schwartz
- 233字
- 2021-07-14 10:58:53
Installing the Arduino IDE for the ESP8266
Now that we have completely set up the hardware for the ESP8266, we are ready to configure it using the Arduino IDE.
The most basic way to use the ESP8266 module is to use serial commands, as the chip is basically a Wi-Fi/Serial transceiver. However, this is not convenient and this is not what I recommend doing.
What I recommend is simply using the Arduino IDE, which you will need to install on your computer. This makes it very convenient to use the ESP8266 chip, as we will be using the well-known Arduino IDE, so this is the method that we will use in the entire book.
We are now going to configure your ESP8266 chip using the Arduino IDE. This is a great way to use the chip, as you will be able to program it using the well-known Arduino IDE and also re-use several existing Arduino libraries.
If this is not done yet, install the latest version of the Arduino IDE. You can get it from http://www.arduino.cc/en/main/software.
Now, you need to take a follow steps to be able to configure the ESP8266 with the Arduino IDE:
- Start the Arduino IDE and open the Preferences window.
- Enter the following URL into the Additional Board Manager URLs field: http://arduino.esp8266.com/stable/package_esp8266com_index.json
- Open Boards Manager from the Tools | Board menu and install the esp8266 platform as shown here:
- Kibana Essentials
- SQL for Data Analytics
- 基于免疫進化的算法及應(yīng)用研究
- Oracle Exadata專家手冊
- SQL Server從入門到精通(第3版)
- 機器學(xué)習(xí)與R語言實戰(zhàn)
- Arduino家居安全系統(tǒng)構(gòu)建實戰(zhàn)
- Yii Project Blueprints
- Hands-On GUI Programming with C++ and Qt5
- Getting Started with Python and Raspberry Pi
- Angular應(yīng)用程序開發(fā)指南
- 微前端設(shè)計與實現(xiàn)
- R語言實戰(zhàn)(第2版)
- Vue.js 3.x高效前端開發(fā)(視頻教學(xué)版)
- VMware vRealize Orchestrator Essentials