Skip to main content

Questions tagged [arduino-ide]

This is for questions about the official IDE. The open-source IDE makes it easy to write code and upload it to any Arduino board. It runs on Windows, macOS and Linux.

94 votes
22 answers
19k views

The basic Arduino IDE lacks a lot of the sophistication present in other IDEs such as code completion, code collapsing, folder organisation, etc. Are there other IDEs that allow programming in C or C++...
DLJ's user avatar
  • 1,149
10 votes
1 answer
11k views

I would like to know what is the procedure for adding a custom board to the Arduino IDE? My custom board is similar to the Arduino Zero. Instead of using the ATSAMD21G18, my board is based around the ...
sa_leinad's user avatar
  • 3,218
2 votes
1 answer
506 views

I want to use 2nd servo only when 1st is in up state by asking user whether he wants to fire or not.(code in bold is not working ) #include <Servo.h> Servo myservo; Servo trigervo; ...
Aditya Raj's user avatar
104 votes
9 answers
272k views

What are the advantages of each language when using the Arduino? I'm thinking this is a good general question, but I'll add a bit about why I'm asking if anyone wants to give me a tip. I'm ...
Friend of Kim's user avatar
44 votes
4 answers
51k views

If I upload any sketch that sends serial data, I immediately see the TX/RX LEDs flash once the sketch is uploaded. If I then start the serial monitor, the sketch appears to restart. A bare minimum ...
Cybergibbons's user avatar
  • 5,430
0 votes
1 answer
5k views

i'm having an odd problem where despite having the correct port selected 3 times i'm still getting an error as shown below: message: Arduino: 1.8.9 (Windows 10), Board: "Adafruit Feather M0, ...
yanagibashi's user avatar
1 vote
1 answer
3k views

I plugged in the Arduino Uno and the ESP8266 following this schema: When I enter "AT" in the serial monitor, I get an "OK". I can also connect to my wifi using typical ESP8266 commands. What doesn't ...
Test Test's user avatar
1 vote
1 answer
2k views

I'm working with an Arduino Mega 2560 and am getting the following error at compile time: avrdude: verification error, first mismatch in byte 0x0000 0x14! = 0x25 avrdude: verification error; ...
Eduardo Cardoso's user avatar
5 votes
3 answers
34k views

How to convert the char array to Byte array? I tried every method but it doesn't work. char CardNumber[8] = "B763AB23"; // Length is 8, basically it's in Hex // B7 63 ...
RS System's user avatar
5 votes
2 answers
88k views

For some weird reason, the following code doesn't compile. I get a "stray '\302' in program" error around volatile unsigned int encoderPos = 0;, and I have no idea what the issue is. I've been trying ...
user2950509's user avatar
19 votes
5 answers
80k views

What does this error means? I can't solve it in any way. warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
Facorazza's user avatar
  • 439
16 votes
2 answers
10k views

I'm trying to organise a very complicated project and I want to put all the actual code in a folder named src (source), but I want to keep the main .ino file as main.ino (it will also be in src). Then ...
Dat Ha's user avatar
  • 2,943
11 votes
4 answers
182k views

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 ...
rozzy's user avatar
  • 213
10 votes
4 answers
61k views

I bought an Arduino-compatible Freaduino board atmega8 (I selected the board type as Arduino ng or older atmega8). I installed the Arduino IDE on Mac OS X and the FTDI drivers. But my serial port ...
Rajath's user avatar
  • 225
9 votes
3 answers
14k views

Short version: I have a program that connects my ESP8266 to WIFI so I can control a relay connected to it over the internet or a button. I also have a sensor for my door. This software works ...
JanG's user avatar
  • 193

15 30 50 per page
1
2 3 4 5
8