- 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:
- Docker進階與實戰
- HTML5 Mobile Development Cookbook
- Animate CC二維動畫設計與制作(微課版)
- 你必須知道的204個Visual C++開發問題
- C++ 從入門到項目實踐(超值版)
- 碼上行動:用ChatGPT學會Python編程
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- Android驅動開發權威指南
- Julia 1.0 Programming Complete Reference Guide
- 零基礎學C語言第2版
- uni-app跨平臺開發與應用從入門到實踐
- Mastering HTML5 Forms
- Python 3 Object:oriented Programming(Second Edition)
- 寫給大家看的Midjourney設計書
- Visual C++程序設計與項目實踐