About 20,300 results
Open links in new tab
  1. Arduino IDE 2.3.6 is now available - IDE 2.x - Arduino Forum

    Apr 9, 2025 · The auto-update feature was broken in Arduino IDE 2.3.5. Arduino IDE 2.3.5 will not notify the user of an updated version, even if the user manually triggers an update check. This …

  2. Port is not detected in Arduino IDE for esp32

    Mar 15, 2025 · I am not able to connect and upload code in my esp32 as my PC is not detecting any ports, i have tried downloading and installing the drivers which are availlable online but still …

  3. WT32-ETH01 module - General Guidance - Arduino Forum

    Jan 30, 2025 · hello After various attempts with libraries, I returned to the original one, by lowering the core below 3, it finally compiled successfully. After uploading to the chip and restarting, …

  4. Arduino 的debug 调试以及相关问题 - 中文 (Chinese) - Arduino …

    Dec 29, 2017 · 写在前面 很长一段时间以来,Arduino的开发基本都是在Arduino-IDE下完成(即官方开发工具),其优点就不再详述了,缺点显而易见,无法进行调试,当然对于简单的程序, …

  5. Compilation error: exit status 1 - 中文 (Chinese) - Arduino Forum

    Jun 16, 2024 · 运行IDE自带的Blink程序,点击验证就报了这个错误。

  6. Arduino IDE 2.3.2 is now available - IDE 2.x - Arduino Forum

    Feb 20, 2024 · This is a minimal bugfix patch release. If you are upgrading from Arduino IDE 2.2.1, please also check the more significant changelog for the 2.3.0 release:

  7. Arduino IDE 2.3.4 is now available - IDE 2.x - Arduino Forum

    Dec 5, 2024 · Deprecation notice: Upcoming cessation of support for Linux distros using glibc 2.28 Recent changes in the framework used to produce automated release of Arduino IDE …

  8. WT32-ETH01 board not working with Arduino IDE 2.0

    Mar 18, 2022 · After that, I installed the board "ESP32 by Espressif Systems (Version 2.0.2)" with the Boards Manager and installed libraries (such as WebServer_WT32_ETH01 or …

  9. Arduino nano 168PA stuck in upload

    Feb 23, 2025 · I use those cheap NANO clones all the time. I have NEVER specified a programmer. Try all the processor options, and make sure windows sees your board by …

  10. Try...Catch - Programming - Arduino Forum

    Aug 25, 2013 · That's probably because that is (or looks like) Java, and the Arduno is programmed in C++.