Questions tagged [jarduino]

A Java API which gives access to the functions of the Arduino board.

A Java API which gives access to the functions of the Arduino board. It works by communicating the commands executed on the Java API to the Arduino board in real-time. It is not a Java virtual machine for Arduino: the Java programs are not running on the Arduino board.

6 questions
20
votes
3 answers

Control an Arduino with Java

I am looking to turn an LED on and off with a Java program. I did the project in C# in roughly 5 minutes, but it seems to be somewhat more challenging in Java. I had the Arduino wait for a 1 or 0 to be written to the COM port and would change the…
Dandrews
  • 598
  • 2
  • 9
  • 17
19
votes
5 answers

Java based Microcontrollers?

I have been looking into micro-controllers and was wondering if the majority of them are C/C++ based? I am quite proficient in java and want to ask you guys if anyone knows of a good cost efficient, java-based micro-controller I could look into.…
user2855405
  • 495
  • 2
  • 7
  • 20
0
votes
2 answers

How to cure 'UnsatisfiedLinkError' - no rxtxSerial in java.library.path - in JArduino?

package NClang.tinycompile; import org.sintef.jarduino.DigitalPin; import org.sintef.jarduino.DigitalState; import org.sintef.jarduino.JArduino; import org.sintef.jarduino.PinMode; import org.sintef.jarduino.comm.Serial4JArduino; public class…
0
votes
0 answers

Arduino Java Serial Port gnu.io.NoSuchPortException

I am using serial port JAVA to Arduino.. But i get this error when i run the program.What is the my fault i am going to add Serial.dll and paralel.dll on this way C:\Program Files\Java\jre1.8.0_66\bin but i dont know where is my fault.. Load RxTx…
Ahmad Akanci
  • 33
  • 1
  • 1
  • 5
0
votes
1 answer

Jarduino library not working

I am writing a little arduino program that needs the arduino to be controlled from a java program on my computer. I want to use the Jarduino library (https://github.com/SINTEF-9012/JArduino/wiki/2-Minute-Tutorial) and have followed the install…
-1
votes
1 answer

Arduino Serial Communication from Java

I can't serial the port JAVA to Arduino .. I Get this error Load RxTx Windows 10 java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path thrown while loading gnu.io.RXTXCommDriver Exception in thread "main"…
Ahmad Akanci
  • 33
  • 1
  • 1
  • 5