About 93 results
Open links in new tab
  1. Arduino Forum

    Making embedded systems accessible to all

  2. Arduino Stack Exchange

    Q&A for developers of open-source hardware and software that is compatible with Arduino

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

    Dec 5, 2024 · A bug was introduced in Arduino IDE 2.3.3 that caused operations such as downloading Boards Manager package index files to hang if performed while Serial Monitor or Serial Plotter is open.

  4. avrdude ser_open() can't set com-state - arduino uno

    When trying to upload the blink sketch to my (unofficial) Arduino Uno, I get the following error: avrdude ser_open () can't set com-state for "\\.\COM3" I have programmed this Arduino before using ...

  5. Latest Español topics - Arduino Forum

    Mar 18, 2026 · Este es el foro General. Aquí deben postearse los temas cuando no se haya determinado correctamente la categoría que le corresponde a su consulta. Habitualmente queda …

  6. How can I get a unique ID for all my Arduino boards?

    Arduino Robot (that must be 2 Leonardo equivalent boards) In the future, I may also build my own boards (Uno equivalent but barebones, without FTDI), hence if an approach also supports these that …

  7. Latest Development Tools topics - Arduino Forum

    Apr 27, 2026 · Discussion about software tools used for development and deployment of Arduino projects.

  8. How to organize my Arduino projects' structure for easy source control?

    Arduino-Makefile (suggested by @adnues answer): this a more advanced project, based on Unix Makefile, that aims to be easily reusable by all Arduino projects; it is documented as working on Mac, …

  9. Arduino IDE 2.2.1 is now available - IDE 2.x - Arduino Forum

    Sep 1, 2023 · This is a minimal bugfix patch release. If you are upgrading from Arduino IDE 2.1.1, please also check the more significant changelog for the 2.2.0 release:

  10. How do I split an incoming string? - Arduino Stack Exchange

    1 Here is Arduino method to split a String as answer to the question "How to split a string in substring?" declared as a duplicate of the present question. The objective of the solution is to parse a series of …