Esp32 cam sous linux mint

Arduino : 1.8.19 (Linux), Carte : "ESP32 Wrover Module, Huge APP (3MB No OTA/1MB SPIFFS), QIO, 80MHz, 921600, None, Disabled"

ATTENTION : la bibliothèque Arduino_Uno_WiFi_Dev_Ed_Library prétend être exécutable sur la (ou les) architecture(s) avr et peut être incompatible avec votre carte actuelle qui s'exécute sur esp32.
In file included from /home/gggggggg/Arduino/CameraWebServer_gil_modifi__cam_et_identifiant_wifi3/CameraWebServer_gil_modifi__cam_et_identifiant_wifi3.ino:1:
/home/gggggggg/.arduino15/packages/esp32/hardware/esp32/2.0.15/libraries/WiFi/src/WiFiAP.h:58:5: error: 'IPv6Address' does not name a type; did you mean 'IPAddress'?
IPv6Address softAPIPv6();
^~~~~~~~~~~
IPAddress
In file included from /home/gggggggg/Arduino/CameraWebServer_gil_modifi__cam_et_identifiant_wifi3/CameraWebServer_gil_modifi__cam_et_identifiant_wifi3.ino:6:
/home/gggggggg/.arduino15/packages/esp32/hardware/esp32/2.0.15/libraries/WiFi/src/WiFiSTA.h:94:5: error: 'IPv6Address' does not name a type; did you mean 'IPAddress'?
IPv6Address localIPv6();
^~~~~~~~~~~
IPAddress
exit status 1
Erreur de compilation pour la carte ESP32 Wrover Module

Je pense que tu n'utilises pas la bonne librairie pour ta carte

Arduino Uno WiFi Dev Ed Library
This library allows users to use network features like rest and mqtt. Includes some tools for the ESP8266.
Use this library only with Arduino Uno WiFi Developer Edition.

Compatibility
This library is compatible with the avr architecture so you should be able to use it on the following Arduino boards:

Arduino Micro
Arduino Leonardo
Arduino Mega
Arduino Nano
Arduino Uno
Arduino Yún

``

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.