JArduino icon indicating copy to clipboard operation
JArduino copied to clipboard

Program your Arduino in Java

Results 30 JArduino issues
Sort by recently updated
recently updated
newest added

``` JArduinoFirmware.pde:19:20: fatal error: EEPROM.h: No such file or directory compilation terminated. ``` - Arduino IDE 1.6.5 (Same on 1.6.6) - Arduino Due Programming Port - `JArduino-0.1.7b.zip\jarduino.core\src\main\arduino\JArduino` from [JArduino-0.1.7b](https://github.com/SINTEF-9012/JArduino/releases/tag/0.1.7b) in...

Hi i have got some problems.. i downloaded the JArduino file and installed all. the blink example and the others work. My problem is I want to connect the blink...

It seems JArduino does not support the Arduino Leonardo (which deals with serial connection in a slightly different way than the good old Arduino Uno).

Bug

If you try to change the com port while running the advanced gui you only get the port that you are currently using in the list of available ports.

Core API
Samples

Hi, I have a peculiar problem in using JArduino to blink an LED. Below is the detailed description. I downloaded the JArduino-0.1.7 distribution, copied the JArduino folder (located in the...

It would be great to be able to record a sequence of actions (basic imperative programs, somehow) directly on the Arduino board. Then, we would have an autonomous, yet remotely...

Feature Request

If you open a instance of the Advanced GUI and select Emulator from the com port list, and after that goes into the menu to change the com port again,...

Bug

If you do several analogReads, there are no way to distinguish wich analog port the reading came from. This should be possible to distinguish, because then it would be possible...

Feature Request
Core API

The byte messages range from -127 to 127 and should be 0 - 255. Fix fix fix

Core API
Bug

At jarduino.serial, the following dependency : ``` org.kevoree.extra org.kevoree.extra.osgi.rxtx 2.2.0 ``` Cannot be resolved. I have tried maven version 3.6.3 and the latest 3.9.+ The error I get is: error:...