Tuesday, September 8, 2015

Prepare jSSC - download and add library to NetBeans, and create project using it.

jSSC (Java Simple Serial Connector) is a library for working with serial ports from Java. jSSC support Win32(Win98-Win8), Win64, Linux(x86, x86-64, ARM), Solaris(x86, x86-64), Mac OS X 10.5 and higher(x86, x86-64, PPC, PPC64)

link: https://code.google.com/p/java-simple-serial-connector/

Here show how to download and add library to NetBeans, and create NetBeans project using jSSC library. Next post will show a javaFX example to communicate with Arduino Uno via USB Serial.

Prepare jSSC - java serial port communication library - Download and add library to NetBeans


Prepare jSSC - Create NetBeans project using jSSC library



Example of using Java + jSSC:
- Example of using jSSC, communicate between JavaFX and Arduino Uno via USB Serial port
- JavaFX + jSSC - read byte from Arduino Uno, read from Analog Input
JavaFX + jSSC - read byte from Arduino Uno, display in LineChart
Bi-direction communication between Arduino and PC using Java + jSSC
Java + JavaFX + jSSC run on Raspberry Pi, control Arduino Uno
Java/JavaFX/jSSC control Arduino + 8x8 LED Matrix
- Raspberry Pi control Arduino + 8x8 LED Matrix, using Java/JavaFX/jSSC

Monday, September 7, 2015

Install Arduino Software (IDE) on Windows 10



To install Arduino Software (IDE) on Windows 10, visit https://www.arduino.cc/en/Main/Software to download and run Windows Installer.

This video show the steps:




Due to any reason, you cannot install the Arduino driver on Windows, you can try to update the driver manually in your Device Manager.

Saturday, August 29, 2015

Minimum Arduino Zero compatible board with OLED & LED

This video show how to made a minimum Arduino Zero compatible board consisting of Atmel SAMD21G18A, LEDs, and OLED display!

Details can be found at https://hackaday.io/project/7355-minimum-zero-compatible-sam-d21g18-board