About 393,000 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. ESP32-S3 onboard RGB LED - Programming - Arduino Forum

    Dec 9, 2023 · Hi. Does someone know how to control onboard RGB LED on ESP32-S3?

  3. Port wird nicht erkannt ESP32 - Deutsch - Arduino Forum

    Apr 7, 2025 · Hallo Zusammen, ich versuche gerade mich mit dem ESP32 DEV KIT V2 ESP32-WROOM-32 anzufreunden, leider bekomme ich den COM Port nicht angezeigt und somit …

  4. Serieller Monitor zeigt nichts an. Code funktioniert - Arduino Forum

    May 21, 2025 · Hallo zusammen, ich habe einen ESP32-C3 super mini und versuche ihn mit der Arduino IDE zum Laufen zu bekommen. Ich habe davor mit Micropython gearbeitet und es hat …

  5. Serial Monitor zeigt keine Ausgaben an - Arduino Forum

    Oct 3, 2024 · Hallo, am Arduino-Tool ist ein "ESP32-S3 wroom freenove" angeschlossen. Wenn das folgende simple sketch erstellt wird, werden nur wirre Ausgaben ausgegeben: Sketch: …

  6. arduino uno - How do I resolve "avrdude: stk500_recv (): …

    avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00 When I plug this in, I do see a power light. There are no cables whatsoever connected other than the USB. I have another …

  7. arduino uno - What is an ICSP pin? - Arduino Stack Exchange

    Jun 30, 2017 · A typical Arduino ICSP header has six pins, arranged 2x3. The article Connecting the Programmer: In-Circuit Serial Programming (ICSP) at Sparkfun describes some of the …

  8. Sensorwert auslesen und Aktion auslösen - Arduino Forum

    Dec 6, 2024 · Hallo Zusammen, ich bin neu hier im Forum und habe erst vor kurzem mit der Programmierung von Arduino angefangen. Folgendes Problem habe ich. ich möchte ein …

  9. Arduino und DAB - Deutsch - Arduino Forum

    Dec 9, 2024 · Hallo, ich möchte einen DAB/DAB+/FM Empfänger bauen, der nachher in einRadiogehäuse eingebaut werden soll. dazu habe ich das DABShield gefunden leider gibt …

  10. using enums in functions - Arduino Stack Exchange

    Apr 19, 2016 · Given the following enums enum RelayState { RELAY_OFF = HIGH, RELAY_ON = LOW }; enum class CrossingZoneState: uint8_t { CROSSINGZONE_CLEAR = 0, // no train …