- 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:
- Python程序設計教程(第2版)
- SpringMVC+MyBatis快速開發與項目實戰
- Programming ArcGIS 10.1 with Python Cookbook
- SQL語言從入門到精通
- SSM輕量級框架應用實戰
- GeoServer Beginner's Guide(Second Edition)
- JavaScript入門經典
- 移動界面(Web/App)Photoshop UI設計十全大補
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- D3.js By Example
- 用戶體驗可視化指南
- INSTANT Yii 1.1 Application Development Starter
- Regression Analysis with Python
- C++語言程序設計
- SSH框架企業級應用實戰