إضافة esp32 في arduino-ide

عندما تفتح Arduino IDE، حدد Tools > Board، ستجد أن Arduino IDE يحتوي فقط على لوحات Arduino AVR ولا يحتوي على esp32.

../../_images/install_the_esp32_plugin-1.png

لذا، نحتاج إلى تثبيت لوحة ESP32 في Arduino IDE. اتبع الخطوات التالية:

1. افتح الملف > التفضيلات

../../_images/install_the_esp32_plugin-2.png

2. أضف عنوان URL لإدارة لوحة التطوير.

../../_images/install_the_esp32_plugin-3.png

3. انسخ عنوان URL الموجود في المربع السفلي وأضفه إلى "عناوين URL الخاصة بمدير المجالس الإضافية".

http://arduino.esp8266.com/stable/package_esp8266com_index.json https://www.arduino.me/package_esp32_index.json

../../_images/install_the_esp32_plugin-4.png

4. بعد إضافة عنوان URL، انقر فوق "موافق".

../../_images/install_the_esp32_plugin-5.png
../../_images/install_the_esp32_plugin-6.png

5. انقر فوق أدوات > اللوحة > مدير اللوحات.

../../_images/install_the_esp32_plugin-7.png

6. ابحث عن "ESP32" في شريط البحث الخاص بـ BOARDS MANAGER وقم بتثبيته.

../../_images/install_the_esp32_plugin-8.png

7. إذا ظهرت الشاشة التالية، يرجى الانتظار حتى اكتمال التثبيت ثم قم بإيقاف تشغيل Arduino IDE.

../../_images/install_the_esp32_plugin-9.png

8. افتح Arduino IDE مرة أخرى وحدد Tools > Board. سترى لوحة esp32 تظهر.

../../_images/install_the_esp32_plugin-10.png