A free and open source IDE (Integrated Development Environment) for programming in a variety of languages. Supports Arduino programming via plug-ins.

learn more… | top users | synonyms

1
vote
0answers
19 views

How to use the eclipse arduino scope?

i am quite new to the arduino stuff. Got the Arduino IDE installed side by side with Ecplise. Using Eclipse with the Arduino plugin is working well for me, including the SerialMonitor. I am just ...
0
votes
0answers
18 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 ...
1
vote
0answers
21 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 ...
0
votes
0answers
26 views

can arduino eclipse plugin v2.2 use 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 a night build version?
3
votes
1answer
141 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
92 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
235 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
2k 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 ...