A free and open source IDE (Integrated Development Environment) for programming in a variety of languages. Supports Arduino programming via plug-ins.
Questions tagged [eclipse]
23 questions
5
votes
2 answers
Can the Arduino Eclipse plugin use the libraries installed by the Arduino IDE?
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.
I've tried adding them to a project as well as…
JRobert
- 15,407
- 3
- 24
- 51
5
votes
2 answers
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 separate workspaces.
I need:
One workspace that…
JRobert
- 15,407
- 3
- 24
- 51
4
votes
2 answers
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 my living-room.
I need all the components for this…
Darkendorf
- 141
- 5
3
votes
1 answer
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 can be programmed through serial, can get powered…
aaa
- 2,715
- 2
- 25
- 40
3
votes
1 answer
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 SMD R3 both use ATmega16U2.
What shall I do O_o???…
newandlost
- 223
- 1
- 4
3
votes
1 answer
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 project in the settings.
So far, so good.
But now…
Fabio
- 135
- 6
2
votes
2 answers
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.
However, when building, I get the error undefined…
davidhood2
- 123
- 1
- 6
2
votes
4 answers
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 SerialMonitor.
If you're using Eclipse with the Arduino…
nouseforname
- 131
- 1
- 3
2
votes
1 answer
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 recognized on the computer. It then has to be reset…
Friend of Kim
- 1,543
- 3
- 16
- 16
1
vote
0 answers
Cannot import library file from ESP32 sdk library in "Eclipse C++ IDE for Arduino" project
I have successfully installed "Eclipse C++ IDE for Arduino" and the Plugin works fine. Now I installed a custom board (ESP32) by adding package_index.json URL in windows>prefrences>C/C++>Arduino. The board installed and also work fine.
The only…
Dani
- 41
- 5
1
vote
0 answers
Eclipse "CDT Core Builder" error
I installed an Eclipse Version: 2018-12 (4.10.0) for Arduino.
I’ve got an CDT Core Builder error when I try to compile.
I’ve searched but cannot fix the problem.
IlgarSky
- 11
- 3
1
vote
1 answer
How to interface OV5640 to Arduino Mega using Embedded C?
I am trying to interface a OV5640 camera module to Arduino Mega 2560 in Eclipse IDE using C language . However I am not able to figure out the registers that need to be initialised , for the camera to start capturing pictures .
There are Arduino…
Boudhayan Dev
- 55
- 1
- 8
1
vote
4 answers
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 can I download a copy of this file(s)?
BillyBag2
- 217
- 3
- 7
1
vote
1 answer
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 for a start.
I think I damaged one LCD with the…
Andy Braham
- 468
- 1
- 8
- 17
1
vote
1 answer
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?
Wang
- 111
- 2