A free and open source IDE (Integrated Development Environment) for programming in a variety of languages. Supports Arduino programming via plug-ins.
0
votes
2answers
37 views
Undefined reference in Eclipse of .h and .cpp files
I'm trying to create a linked list for use on the Arduino, in the Eclipse IDE with the Arduino/Sloeber plugin. The linked list is written in a .h and .cpp file, and included locally in the project.
...
0
votes
4answers
59 views
Where is Arduino.h on a Mac? Can I download a copy if missing?
I have installed the IDE on a Mac. It works great. I want to use Eclipse as an editor only. Some files I have include "Arduino.h". Where is this file? I cannot find it.
If it is built in to the tools ...
0
votes
1answer
83 views
Eclipse C++ Ide for Arduino 2.0 and eeprom.h (no such file or directory)
I am using a Pro Mini and the Arduino Eclipse plugin. I have a project that is close to 1,000 lines of code and I am using things such as analogRead() and the u8g display library. Now I am at the ...
-1
votes
1answer
50 views
Including string class in Eclipse Neon
Probably basic question but when I type include in class of my arduino project I get only error. How do I properly include this string class?
1
vote
2answers
2k views
Can the Arduino Eclipse plugin use the Arduino IDE's libraries?
In Arduino Eclipse (v3, nightly build) I have not been able to load 'foreign' libraries, those written by me or someone else, so they are not among the available choices in the include-library dialogs....
4
votes
2answers
538 views
RGBW LED strip: which components are required?
I'm brand new to this community, and in electronics as well.
I'm a software developer and I want to start a new journey with a project in mind: I want to control a 5 meters addressable LED strip for ...
0
votes
2answers
230 views
Eclipse add library
I am completely lost here, I have no idea what I am doing wrong. I am using Eclipse Mars using the Eclipse C++ Arduino extension. I am also using the COSA library, this is where the problem comes in. ...
1
vote
1answer
73 views
Arduino using LCD
I am building a project that is using A12864ZW 128X64 LCD, the question I have is should there be anything in the circuit to prevent damage to the Arduino Mega or the LCD? I am using this example here ...
3
votes
2answers
196 views
One workspace, two IDEs - Possible?
How can I create a workspace & projects so that either the Arduino IDE or the EclipseArduino IDE may be used to develop the project, interchangeably?
I have both IDEs installed and working but in ...
0
votes
2answers
138 views
Arduino Due uploading error using Eclipse plugin “avrdude: stk500_recv(): programmer is not responding”
I have a Arduino Due that I'm trying to upload a sketch to. I follow the tutorial http://playground.arduino.cc/Code/Eclipse to get the board running with the Eclipse plugin.
However uploading the ...
2
votes
4answers
949 views
How to use the eclipse arduino scope?
I am quite new to the Arduino stuff. I have got the Arduino IDE installed side by side with Eclipse. I am using Eclipse with the Arduino plugin, which is working well for me, including the ...
0
votes
1answer
606 views
How can I add additional boards to Eclipse with the Arduino add-on with only a URL, not a zip file
I want to add the following boards:
https://redbearlab.github.io/arduino/package_redbearlab_index.json
Which I can add in the Arduino IDE by going to File -> Preferences -> Additional Boards Manager ...
2
votes
1answer
231 views
Arduino in Eclipse IDE: How to add SPI library (core library already added)?
I want to use eclipse for arduino programming, so I followed the guides to set up a static project for the arduino core library. Then I added the library file (.a) and the .h and .cpp files to my new ...
1
vote
1answer
68 views
Can the Arduino Eclipse plugin v2.2 be used with Arduino 1.5.8?
It keeps giving me this warning:
You are using a version of the Arduino IDE that is newer than available at the release of this plugin.`
Does this means I need to use a night build?
3
votes
1answer
787 views
Using an Arduino board to program an AVR
I think the arduino board is awesome.
Though I'm not interested in the library and IDE at all...
Is there a way, to use an AVR 328p, as you normally would, on an arduino board?
I like how arduino's ...
0
votes
1answer
142 views
Trouble reading from multiple analog ports
So I'm trying to read 4 different analog values and store each one to a variable. I imagine doing this by first initializing the ADC registers and each time it enters the ADC ISR checking which port ...
2
votes
1answer
374 views
MCU Type ATmega16U2 not avaliable in Eclipse AVR Plugin
I am following this guide. Now I want to create the Create the "ArduinoCore library". But when I am creating a new project, I can not select ATmega16U2 as MCU type.
But my Arduino Due R3-E and UNO ...
1
vote
1answer
3k views
How to compile code for the Arduino Due?
I have set up Eclipse to compile for the Arduino Due using all the tools shipped with the Arduino IDE 1.5.6-r2. It compiles without errors, but when uploaded, the Arduino does nothing, and isn't ...