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

I havent found an example of LCD or other sensors, what peripherals can JArduino support ? And further, what kind of boards can it support?

Hi, I'm using maven to import the JArduino into a Java project and I have used this dependency from maven central. https://mvnrepository.com/artifact/org.sintef.jarduino/org.sintef.jarduino.core/0.1.6 Intellij, the IDE that I am using is...

I've run the firmware example in Arduino on my uno board. I've created the default project with the jars and libraries preconfigured in eclipse I edited the blink example to...

Hey there I want to use Jarduino with an Arduino Mega because i need more digital output pin but if i enter PIN_33 Output for example there is an error...

i download the sample and import to eclipse,but its not work ,can not found JArduino class

I was wondering whether and, if so, how, JArduino handles the different pinouts for different arduino models. answers on this in past issues didn't seem conclusive. the rather rigid definition...

Hi, I am trying to incorporate JArduino into Eclipse on Ubuntu 14.04. I have successfully compiled and uploaded JArduino firmware onto my board. However upload running the Blink.java example I...

Can you tell me how I can import the JArduino library to an eclipse project?

I am tring to run the Blink example: ``` import org.sintef.jarduino.*; public class Blink extends JArduino { public Blink(String port) { super(port); } @Override protected void setup() { // initialize...

I'm trying to get JArduino to work but I'm having trouble running the examples. I apologize for not being able to figure this out on my own. /*background: --I have...