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.
1,581 questions
0
votes
2
answers
5k
views
0.96" OLED and Arduino UNO usage error
I have Arduino UNO with 0.96" OLED display with 128(width)*32(height). It is said that I have to edit Adafruit_SSD1306.h for my 128*32 OLED, okey I did it from 128*64 to 128*32 but I still get the ...
1
vote
2
answers
474
views
I can't scroll Arduino IDE's example & scketch lists down
I have Arduino IDE 1.0.5 in win7 x64. I have so many library units. A pity that I can't scroll down to my other options. Is it Arduino.exe's problem or something else? How can I add triangle to scroll ...
1
vote
1
answer
4k
views
What is arduino_debug.exe for IDE 1.5.6r2?
After installing IDE 1.5.6r2, there are two .exe files, arduino_debug.exe and arduino.exe (which is same name as previously installed IDE 1.0.5).
2
votes
2
answers
2k
views
Now at IDE 1.0.5, should I upgrade to 1.0.6 or 1.5.7 Beta for Pro mini and ATMega2560 use?
Do I need to re-install many libraries (or similar 'house keeping' works)? Is the upgrade straight forward?
Apparently, from Arduino web, one need 1.5 BETA series for use with Due. For Pro Mini, UNO ...
5
votes
1
answer
3k
views
How to enable maximum Dead Code Removal?
I am running out of code and data memory space on ATMega328P.
Code size is big as I used several libraries, but, I only use a few functions of those library.
Apparently, the default IDE is only ...
3
votes
1
answer
305
views
How does Arduino IDE for mac deal with functions in other files
I'm a longtime C programmer. I've also done a little C++, a little Java, and a LOT of Objective-C, but am fairly new to the Arduino platform and it's IDE.
So far all my sketches have had a single ...
15
votes
1
answer
42k
views
Arduino IDE #ifdef
I use my Arduino IDE to either upload my sketch to a Arduino or ATTiny or ATmega328. As you know each device can have a different pinout. Does the Arduino compiler support ifdef, depending on the ...
2
votes
1
answer
1k
views
Why is Arduino STINO upload function not working?
I'm using sublime text for editing and modifying my arduino libraries. Sublime text is pretty pretty, useful and embed a very powerfull plugin system. Someone created an Arduino plugin for it. The ...
-2
votes
1
answer
251
views
How does one build a door motion sensor project with Arduino Uno board to send alerts to an Android Phone? [closed]
What are the materials I will need for the project? We want the project to work like this: When the door is opened, we get an alert to our Android Phone.
What is the circuit structure going to look ...
3
votes
1
answer
1k
views
How to add the -F switch for avrdude in Arduino IDE
So, before starting to learn with something else, I'll give it one last try. The avrdude is complaining that the device signature doesn't match. Whatever, I don't care. To me, what's written on it is ...
0
votes
1
answer
698
views
Arduino IDE has no shortcut in openSUSE
I just installed the Arduino IDE in openSUSE 13.1. I am able to open the application using the run dialogue, so I know it has installed. However, there is no way to open the IDE from any application ...
8
votes
3
answers
6k
views
Manchester Library Won't Compile for Attiny85
I am creating a wireless sensor using an Attiny85. I want to send the data to an arduino uno, so I purchased the 315mhz rf link kit from spark fun. Since the Attiny85 does not have a TX I decided to ...
104
votes
9
answers
272k
views
C++ vs. The Arduino Language?
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 ...
4
votes
4
answers
3k
views
Why does opening the Tools menu take so long?
Every time I open the Tools menu, the IDE freezes for a few seconds. Why is that? It happens on both of my computers, and nothing I do makes a difference in how long it takes. I've tried restarting ...
44
votes
4
answers
51k
views
Why does starting the serial monitor restart the sketch?
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 ...
94
votes
22
answers
19k
views
What are the other IDEs for Arduino?
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++...