Breathing Light LED on Raspberry Pi using Java

  • 20 February 2018
  • ADM

Breathing Light LED on Raspberry Pi using Java. The light intensity will start from zero and gradually will increase up to maximum and then will decrease back to zero.


Flowing LED on RaspberryPi using Java

  • 23 March 2017
  • ADM

Flowing LED on RaspberryPi using Java. In this article will make a flowing LED strip flowing in both directions using Java.


Blinking LED on Raspberry Pi using Java

  • 21 March 2017
  • ADM

How to make a LED blinking on Raspberry Pi using Java. Simple sample code using pi4j library.


log4j.properties basic examples

  • 09 February 2017
  • ADM

log4j.properties basic examples. Output to the console and to the file.


How to get input from Java Console

  • 04 February 2020
  • ADM

How to get input from Java Console. Examples using System.console, Scanner and BufferedReader + InputStreamReader.


Client Server Socket example in Java

  • 13 January 2017
  • ADM

Client Server Socket example in Java. Client example reading the input from the console. Simple echo server example.