|
16 | 16 | * [Features](#features) |
17 | 17 | * [Currently Supported Boards](#currently-supported-boards) |
18 | 18 | * [Changelog](#changelog) |
19 | | - * [Releases v1.1.0](#release-v110) |
20 | | - * [Releases v1.0.0](#release-v100) |
| 19 | + * [Releases v1.1.0](#releases-v110) |
| 20 | + * [Releases v1.0.0](#releases-v100) |
21 | 21 | * [Prerequisites](#prerequisites) |
22 | 22 | * [Important Notes about AT Firmwares](#important-notes-about-at-firmwares) |
23 | 23 | * [1. Firmwares tested OK with ESP8266 AT shields](#1-firmwares-tested-ok-with-esp8266-at-shields) |
|
42 | 42 | * [HOWTO Get started](#howto-get-started) |
43 | 43 | * [API List](#api-list) |
44 | 44 | * [Hardware Connection](#hardware-connection) |
45 | | - * [MEGA, SAM DUE(#mega-sam-due) |
| 45 | + * [MEGA, SAM DUE](#mega-sam-due) |
46 | 46 | * [Attention](#attention) |
47 | 47 | * [Examples](#examples) |
48 | 48 | * [ 1. ConnectWiFi](examples/ConnectWiFi) |
|
54 | 54 | * [ 7. UDPClientMultiple](examples/UDPClientMultiple) |
55 | 55 | * [Example TCPServer](#example-tcpserver) |
56 | 56 | * [Debug Terminal Output Samples](#debug-terminal-output-samples) |
57 | | -1. HTTPGET on RASPBERRY_PI_PICO with ESP8266-AT shield |
58 | 57 | * [1. HTTPGET on RASPBERRY_PI_PICO with ESP8266-AT shield](#1-httpget-on-raspberry_pi_pico-with-esp8266-at-shield) |
59 | 58 | * [Debug](#debug) |
60 | 59 | * [Troubleshooting](#troubleshooting) |
@@ -115,9 +114,9 @@ This [**ESP_AT_Lib** library](https://github.com/khoih-prog/ESP_AT_Lib) currentl |
115 | 114 | - Generic Flight Controllers |
116 | 115 | - Midatronics boards |
117 | 116 |
|
118 | | -7. RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040. |
| 117 | +7. RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**. |
119 | 118 |
|
120 | | -8. SIPEED_MAIX_DUINO boards |
| 119 | +8. **SIPEED_MAIX_DUINO** boards |
121 | 120 |
|
122 | 121 |
|
123 | 122 | --- |
@@ -146,16 +145,17 @@ This [**ESP_AT_Lib** library](https://github.com/khoih-prog/ESP_AT_Lib) currentl |
146 | 145 |
|
147 | 146 | 1. [`Arduino IDE 1.8.13+` for Arduino](https://www.arduino.cc/en/Main/Software) |
148 | 147 | 2. [`Arduino AVR core 1.8.3+`](https://github.com/arduino/ArduinoCore-avr) for Arduino (Use Arduino Board Manager) for AVR boards. [](https://github.com/arduino/ArduinoCore-avr/releases/latest) |
149 | | - 3. [`Arduino Core for STM32 v1.9.0+`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32F/L/H/G/WB/MP1 boards (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8, etc.). [](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest) |
| 148 | + 3. [`Arduino Core for STM32 v2.0.0+`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32F/L/H/G/WB/MP1 boards (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8, etc.). [](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest) |
150 | 149 | 4. [`Teensy core 1.53+`](https://www.pjrc.com/teensy/td_download.html) for Teensy (4.1, 4.0, 3.6, 3.5, 3,2, 3.1, 3.0, LC) boards |
151 | 150 | 5. [`Arduino SAM DUE core v1.6.12+`](https://github.com/arduino/ArduinoCore-sam) for SAM DUE ARM Cortex-M3 boards. |
152 | 151 | 6. [`Arduino SAMD core 1.8.11+`](https://github.com/arduino/ArduinoCore-samd) for SAMD ARM Cortex-M0+ boards. [](https://github.com/arduino/ArduinoCore-samd/releases/latest) |
153 | | - 7. [`Adafruit SAMD core 1.6.5+`](https://github.com/adafruit/ArduinoCore-samd) for SAMD ARM Cortex-M0+ and M4 boards (Nano 33 IoT, etc.). [](https://github.com/adafruit/ArduinoCore-samd/releases/latest) |
| 152 | + 7. [`Adafruit SAMD core 1.6.8+`](https://github.com/adafruit/ArduinoCore-samd) for SAMD ARM Cortex-M0+ and M4 boards (Nano 33 IoT, etc.). [](https://github.com/adafruit/ArduinoCore-samd/releases/latest) |
154 | 153 | 8. [`Seeeduino SAMD core 1.8.1+`](https://github.com/Seeed-Studio/ArduinoCore-samd) for SAMD21/SAMD51 boards (XIAO M0, Wio Terminal, etc.). [](https://github.com/Seeed-Studio/ArduinoCore-samd/releases/latest/) |
155 | 154 | 9. [`Adafruit nRF52 v0.21.0+`](https://github.com/adafruit/Adafruit_nRF52_Arduino) for nRF52 boards such as Adafruit NRF52840_FEATHER, NRF52832_FEATHER, NRF52840_FEATHER_SENSE, NRF52840_ITSYBITSY, NRF52840_CIRCUITPLAY, NRF52840_CLUE, NRF52840_METRO, NRF52840_PCA10056, PARTICLE_XENON, **NINA_B302_ublox**, etc. [](https://github.com/adafruit/Adafruit_nRF52_Arduino/releases/latest) |
156 | | -10. [`Ai-Thinker AT Firmware v1.5.4`](AT_Firmwares/At_firmware_bin1.54.zip) or [`AT Firmware v1.7.4.0`](AT_Firmwares/AT_Firmware_bin_1.7.4.0.zip) for ESP8266-AT shields. |
157 | | -11. [`AT version_2.1.0.0_dev`](AT_Firmwares/AT_version_2.1.0.0_dev.zip) for ESP32-AT shields. |
158 | | -12. `AT version_1.1.4` for WIS600-01S and W600-AT WiFi shields. |
| 155 | +10. [`Earle Philhower's arduino-pico core v1.2.1+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest) |
| 156 | +11. [`Ai-Thinker AT Firmware v1.5.4`](AT_Firmwares/At_firmware_bin1.54.zip) or [`AT Firmware v1.7.4.0`](AT_Firmwares/AT_Firmware_bin_1.7.4.0.zip) for ESP8266-AT shields. |
| 157 | +12. [`AT version_2.1.0.0_dev`](AT_Firmwares/AT_version_2.1.0.0_dev.zip) for ESP32-AT shields. |
| 158 | +13. `AT version_1.1.4` for WIS600-01S and W600-AT WiFi shields. |
159 | 159 |
|
160 | 160 | --- |
161 | 161 |
|
@@ -247,7 +247,7 @@ Another way to install is to: |
247 | 247 |
|
248 | 248 | 1. Install [VS Code](https://code.visualstudio.com/) |
249 | 249 | 2. Install [PlatformIO](https://platformio.org/platformio-ide) |
250 | | -3. Install [**ESP_AT_Lib** library](https://platformio.org/lib/show/7511/ESP_AT_Lib) by using [Library Manager](https://platformio.org/lib/show/7511/ESP_AT_Lib/installation). Search for **ESP_AT_Lib** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22) |
| 250 | +3. Install [**ESP_AT_Lib** library](https://platformio.org/lib/show/7511/ESP_AT_Lib) or [**Updated ESP_AT_Lib** library](https://platformio.org/lib/show/12143/ESP_AT_Lib) by using [Library Manager](https://platformio.org/lib/show/7511/ESP_AT_Lib/installation). Search for **ESP_AT_Lib** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22) |
251 | 251 | 4. Use included [platformio.ini](platformio/platformio.ini) file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at [Project Configuration File](https://docs.platformio.org/page/projectconf.html) |
252 | 252 |
|
253 | 253 | --- |
|
0 commit comments