|
16 | 16 | * [Features](#features)
|
17 | 17 | * [Currently Supported Boards](#currently-supported-boards)
|
18 | 18 | * [Changelog](#changelog)
|
| 19 | + * [Releases v1.4.0](#releases-v140) |
19 | 20 | * [Releases v1.3.0](#releases-v130)
|
20 | 21 | * [Releases v1.2.0](#releases-v120)
|
21 | 22 | * [Releases v1.1.0](#releases-v110)
|
@@ -131,6 +132,11 @@ This [**ESP_AT_Lib** library](https://github.com/khoih-prog/ESP_AT_Lib) currentl
|
131 | 132 |
|
132 | 133 | ### Changelog
|
133 | 134 |
|
| 135 | +### Releases v1.4.0 |
| 136 | + |
| 137 | +1. Add support to Adafruit nRF52 core v0.22.0+ |
| 138 | +2. Add support to Raytac MDBT50Q_RX Dongle |
| 139 | + |
134 | 140 | ### Releases v1.3.0
|
135 | 141 |
|
136 | 142 | 1. Add support to RP2040-based **Nano_RP2040_Connect** boards using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed).
|
@@ -160,17 +166,17 @@ This [**ESP_AT_Lib** library](https://github.com/khoih-prog/ESP_AT_Lib) currentl
|
160 | 166 |
|
161 | 167 | ### Prerequisites
|
162 | 168 |
|
163 |
| - 1. [`Arduino IDE 1.8.13+` for Arduino](https://www.arduino.cc/en/Main/Software) |
| 169 | + 1. [`Arduino IDE 1.8.15+` for Arduino](https://www.arduino.cc/en/Main/Software) |
164 | 170 | 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)
|
165 | 171 | 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)
|
166 |
| - 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 |
| 172 | + 4. [`Teensy core 1.54+`](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 |
167 | 173 | 5. [`Arduino SAM DUE core v1.6.12+`](https://github.com/arduino/ArduinoCore-sam) for SAM DUE ARM Cortex-M3 boards.
|
168 | 174 | 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)
|
169 | 175 | 7. [`Adafruit SAMD core 1.7.2+`](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)
|
170 | 176 | 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/)
|
171 |
| - 9. [`Adafruit nRF52 v0.22.1+`](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) |
172 |
| -10. [`Earle Philhower's arduino-pico core v1.6.2+`](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) |
173 |
| -11. [`Arduino mbed_rp2040 core 2.1.0+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino (Use Arduino Board Manager) RP2040-based boards, such as RASPBERRY_PI_PICO. [](https://github.com/arduino/ArduinoCore-mbed/releases/latest) |
| 177 | + 9. [`Adafruit nRF52 v0.24.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) |
| 178 | +10. [`Earle Philhower's arduino-pico core v1.9.4+`](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) |
| 179 | +11. [`Arduino mbed_rp2040 core 2.4.1+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino (Use Arduino Board Manager) RP2040-based boards, such as RASPBERRY_PI_PICO. [](https://github.com/arduino/ArduinoCore-mbed/releases/latest) |
174 | 180 | 12. [`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.
|
175 | 181 | 13. [`AT version_2.1.0.0_dev`](AT_Firmwares/AT_version_2.1.0.0_dev.zip) for ESP32-AT shields.
|
176 | 182 | 14. `AT version_1.1.4` for WIS600-01S and W600-AT WiFi shields.
|
@@ -276,16 +282,16 @@ Another way to install is to:
|
276 | 282 |
|
277 | 283 | #### 1. For Adafruit nRF52840 and nRF52832 boards
|
278 | 284 |
|
279 |
| -**To be able to compile, run and automatically detect and display BOARD_NAME on nRF52840/nRF52832 boards**, you have to copy the whole [nRF52 0.22.0](Packages_Patches/adafruit/hardware/nrf52/0.22.0) directory into Adafruit nRF52 directory (~/.arduino15/packages/adafruit/hardware/nrf52/0.22.0). |
| 285 | +**To be able to compile, run and automatically detect and display BOARD_NAME on nRF52840/nRF52832 boards**, you have to copy the whole [nRF52 0.24.0](Packages_Patches/adafruit/hardware/nrf52/0.24.0) directory into Adafruit nRF52 directory (~/.arduino15/packages/adafruit/hardware/nrf52/0.24.0). |
280 | 286 |
|
281 |
| -Supposing the Adafruit nRF52 version is 0.22.0. These files must be copied into the directory: |
282 |
| -- `~/.arduino15/packages/adafruit/hardware/nrf52/0.22.0/platform.txt` |
283 |
| -- `~/.arduino15/packages/adafruit/hardware/nrf52/0.22.0/boards.txt` |
284 |
| -- `~/.arduino15/packages/adafruit/hardware/nrf52/0.22.0/variants/NINA_B302_ublox/variant.h` |
285 |
| -- `~/.arduino15/packages/adafruit/hardware/nrf52/0.22.0/variants/NINA_B302_ublox/variant.cpp` |
286 |
| -- `~/.arduino15/packages/adafruit/hardware/nrf52/0.22.0/variants/NINA_B112_ublox/variant.h` |
287 |
| -- `~/.arduino15/packages/adafruit/hardware/nrf52/0.22.0/variants/NINA_B112_ublox/variant.cpp` |
288 |
| -- **`~/.arduino15/packages/adafruit/hardware/nrf52/0.22.0/cores/nRF5/Udp.h`** |
| 287 | +Supposing the Adafruit nRF52 version is 0.24.0. These files must be copied into the directory: |
| 288 | +- `~/.arduino15/packages/adafruit/hardware/nrf52/0.24.0/platform.txt` |
| 289 | +- `~/.arduino15/packages/adafruit/hardware/nrf52/0.24.0/boards.txt` |
| 290 | +- `~/.arduino15/packages/adafruit/hardware/nrf52/0.24.0/variants/NINA_B302_ublox/variant.h` |
| 291 | +- `~/.arduino15/packages/adafruit/hardware/nrf52/0.24.0/variants/NINA_B302_ublox/variant.cpp` |
| 292 | +- `~/.arduino15/packages/adafruit/hardware/nrf52/0.24.0/variants/NINA_B112_ublox/variant.h` |
| 293 | +- `~/.arduino15/packages/adafruit/hardware/nrf52/0.24.0/variants/NINA_B112_ublox/variant.cpp` |
| 294 | +- **`~/.arduino15/packages/adafruit/hardware/nrf52/0.24.0/cores/nRF5/Udp.h`** |
289 | 295 |
|
290 | 296 | Whenever a new version is installed, remember to copy these files into the new version directory. For example, new version is x.yy.z
|
291 | 297 | These files must be copied into the directory:
|
@@ -1012,7 +1018,7 @@ This is the terminal output when running [HTTPGET](examples/HTTPGET) example on
|
1012 | 1018 |
|
1013 | 1019 | ```
|
1014 | 1020 | Start HTTPGET on RASPBERRY_PI_PICO
|
1015 |
| -ESP_AT_Lib v1.3.0 |
| 1021 | +ESP_AT_Lib v1.4.0 |
1016 | 1022 | FW Version:AT+GMR
|
1017 | 1023 | AT version:1.7.4.0(May 11 2020 19:13:04)
|
1018 | 1024 | SDK version:3.0.4(9532ceb)
|
@@ -1075,7 +1081,7 @@ This is the terminal output when running [HTTPGET](examples/HTTPGET) example on
|
1075 | 1081 |
|
1076 | 1082 | ```
|
1077 | 1083 | Start HTTPGET on MBED RASPBERRY_PI_PICO
|
1078 |
| -ESP_AT_Lib v1.3.0 |
| 1084 | +ESP_AT_Lib v1.4.0 |
1079 | 1085 | FW Version:AT version:1.7.4.0(May 11 2020 19:13:04)
|
1080 | 1086 | SDK version:3.0.4(9532ceb)
|
1081 | 1087 | compile time:May 27 2020 10:12:17
|
@@ -1167,6 +1173,11 @@ Sometimes, the library will only work if you update the `ESP8266/ESP32-AT shield
|
1167 | 1173 |
|
1168 | 1174 | ### Releases
|
1169 | 1175 |
|
| 1176 | +### Releases v1.4.0 |
| 1177 | + |
| 1178 | +1. Add support to Adafruit nRF52 core v0.22.0+ |
| 1179 | +2. Add support to Raytac MDBT50Q_RX Dongle |
| 1180 | + |
1170 | 1181 | ### Releases v1.3.0
|
1171 | 1182 |
|
1172 | 1183 | 1. Add support to RP2040-based **Nano_RP2040_Connect** boards using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed).
|
@@ -1219,6 +1230,8 @@ Submit issues to: [ESP_AT_Lib issues](https://github.com/khoih-prog/ESP_AT_Lib/i
|
1219 | 1230 | 10. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO boards** using [Earle Philhower's arduino-pico core](https://github.com/earlephilhower/arduino-pico)
|
1220 | 1231 | 11. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO boards** using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed)
|
1221 | 1232 | 12. Add support to RP2040-based boards, such as **Nano_RP2040_Connect** using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed).
|
| 1233 | +13. Add support to Adafruit nRF52 core v0.22.0+ |
| 1234 | + |
1222 | 1235 |
|
1223 | 1236 | ---
|
1224 | 1237 | ---
|
|
0 commit comments