About 75 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. What are the 5V and VIN pins for? - Arduino Stack Exchange

    38 No. You can draw power from the 5v and VIN pins on the arduino. VIN is the completely unaltered input power before the regulator (it will be useless if regulated 5v is supplied directly). Outputting …

  5. Arduino IDE 2.3.3 is now available - IDE 2.x - Arduino Forum

    Sep 26, 2024 · Arduino IDE loads the data from the configuration files on startup. If the user edits the configuration files while Arduino IDE is running, those changes won't take effect.

  6. How do I print multiple variables in a string? - Arduino Stack Exchange

    Say I have some variables that I want to print out to the terminal, what's the easiest way to print them in a string? Currently I do something like this: Serial.print("Var 1:");Serial.println(var...

  7. IF with AND and OR fuctions - Syntax & Programs - Arduino Forum

    Dec 2, 2010 · With my BASIC language programmed controllers I can use AND and OR. example: IF (VAL > 100 AND VAL < 140) THEN ... How can I solve this with the if function in the Arduino? Thanks. 😉

  8. How can I create multiple running threads? - Arduino Stack Exchange

    Jul 9, 2019 · Is there a way I can have multiple parts of the program running together without doing multiple things in the same code block? One thread waiting for an external device while also blinking …

  9. ESP8266 NodeMCU board USB driver and Windows 10 - Arduino Forum

    Apr 1, 2021 · Hi all, I solved my problem by changing the connecting cable from normal USB micro to USB-micro-B cable of cellphones - maybe cellphone USB micro cables have data transfer function …

  10. How do you use SPI on an Arduino? - Arduino Stack Exchange

    Sep 26, 2015 · With reference to the Arduino Uno, Mega2560, Leonardo and similar boards: How does SPI work? How fast is SPI? How do I connect between a master and a slave? How do I make an SPI …