update readme
parent
1e22640cdf
commit
78ed136785
12
README.md
12
README.md
|
|
@ -3,15 +3,15 @@
|
||||||
This repository includes source code and firmware releases for the **ESP32-cam** module programmed in the **Arduino IDE**. Currently, several versions of boards built on **ESP32/ESP32S3** processors with a camera chip are supported. You can find a list of supported boards below. Additionally, for each supported board, there is a guide on how to upload the firmware, how to compile code for it, some basic information and a list of known issues for this particular board.
|
This repository includes source code and firmware releases for the **ESP32-cam** module programmed in the **Arduino IDE**. Currently, several versions of boards built on **ESP32/ESP32S3** processors with a camera chip are supported. You can find a list of supported boards below. Additionally, for each supported board, there is a guide on how to upload the firmware, how to compile code for it, some basic information and a list of known issues for this particular board.
|
||||||
|
|
||||||
This project uses other libraries. It is necessary to install them in the Arduino IDE:
|
This project uses other libraries. It is necessary to install them in the Arduino IDE:
|
||||||
- App [Arduino IDE 2.3.2](https://www.arduino.cc/en/software)
|
- App [Arduino IDE 2.3.3](https://www.arduino.cc/en/software)
|
||||||
- MCU support [arduino-ESP32 3.0.2](https://github.com/espressif/arduino-esp32)
|
- MCU support [arduino-ESP32 3.0.7](https://github.com/espressif/arduino-esp32)
|
||||||
- ~~Library [ESPAsyncWebSrv 1.2.7](https://github.com/dvarrel/ESPAsyncWebSrv)~~ To version **1.0.3-rc1**
|
- ~~Library [ESPAsyncWebSrv 1.2.7](https://github.com/dvarrel/ESPAsyncWebSrv)~~ To version **1.0.3-rc1**
|
||||||
- ~~Library [AsyncTCP 1.1.4](https://github.com/dvarrel/AsyncTCP)~~ To version **1.0.3-rc1**
|
- ~~Library [AsyncTCP 1.1.4](https://github.com/dvarrel/AsyncTCP)~~ To version **1.0.3-rc1**
|
||||||
- Library [AsyncTCP 3.1.4](https://github.com/mathieucarbou/AsyncTCP)
|
- Library [AsyncTCP 3.2.14](https://github.com/mathieucarbou/AsyncTCP)
|
||||||
- Library [ESPAsyncWebServer 3.0.6](https://github.com/mathieucarbou/ESPAsyncWebServer)
|
- Library [ESPAsyncWebServer 3.3.22](https://github.com/mathieucarbou/ESPAsyncWebServer)
|
||||||
- Library [ArduinoJson 7.1.0](https://github.com/bblanchon/ArduinoJson)
|
- Library [ArduinoJson 7.2.1](https://github.com/bblanchon/ArduinoJson)
|
||||||
- Library [UniqueID 1.3.0](https://github.com/ricaun/ArduinoUniqueID)
|
- Library [UniqueID 1.3.0](https://github.com/ricaun/ArduinoUniqueID)
|
||||||
- Library [DHTnew 0.4.20](https://github.com/RobTillaart/DHTNew)
|
- Library [DHTnew 0.4.21](https://github.com/RobTillaart/DHTNew)
|
||||||
|
|
||||||
What we need for functionality:
|
What we need for functionality:
|
||||||
- Supported versions of boards built on **ESP32/ESP32-S3** processors with a camera [here](#supported_boards)
|
- Supported versions of boards built on **ESP32/ESP32-S3** processors with a camera [here](#supported_boards)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue