About 323,000 results
Open links in new tab
  1. Arduino Forum

    Making embedded systems accessible to all

  2. Ardunio IDE 1.8.19 errors - IDE 1.x - Arduino Forum

    Oct 28, 2024 · Although Windows 10 has been specified as the minimum officially supported version from the start of the Arduino IDE 2.x version series, earlier versions did have incidental …

  3. Latest topics - Arduino Forum

    1 day ago · Making embedded systems accessible to all

  4. Pin names to pin numbers - Programming - Arduino Forum

    Aug 21, 2020 · The Arduino core already carries out a translation internally, so that pin designations (which you call pin numbers, labeled on the Arduino board) are mapped to …

  5. Round Function - Programming - Arduino Forum

    Jan 12, 2012 · I like to develop my formulae in a spreadsheet, before moving it into code. I often use round() in my spreadsheet work, and copied a formula using that to Arduino, not realizing …

  6. Arduino IDE 2.1 "Error exit status 1" How to debug

    Jun 3, 2023 · I'm stating to use the latest version and I'm confused. I just don't understand how to debug or understand the problem using the compiler output. What should I look for? Martin …

  7. Newbie Q: How to control 12v motor from ardunio board?

    Jan 22, 2024 · And from the picture looks like each motor only has two wires (VCC and GND). I'm wondering How to control 12v motor from ardunio board (5V)?

  8. Arduino - WebSocket | Arduino Tutorial - Programming - Arduino …

    Jul 16, 2024 · Arduino - WebSocket | Arduino Tutorial Learn what is the WebSocket and how to create a WebSocket server on Arduino to smoothly monitor/control things via web. We will …

  9. Beginners: using the switch - case statement - Arduino Forum

    Oct 27, 2020 · The switch - case statement is a powerful construct that is often under-used by beginners. Basically it allows you to perform tests on a value (or range of values) and make …

  10. Read ECU Using Ardunio Via OBD2 - Arduino Forum

    Nov 25, 2022 · Hi. I'm currently working on an automotive project the goals is quite simple, Reading information like RPM, Coolant Temp and etc from the ECU/ECM. many people has …