Hello Matt, thanks for your help! I just tried with PI4J 1.1 (Sorry, I was busy with school projects :?), It works pretty well, but sometimes I got some weirdness going on : https://verteam.files.wordpress.com/2016/04/img_20160420_182709.jpg https://verteam.files.wordpress.com/2016/04/img_20160420_1...
Hello! No worries, Happy birthday! :D I have to say, you made my day! Your code works with my setup, I've been searching for something like this for weeks! Here is a video of the code running on my display : https://drive.google.com/open?id=0BxgwY-dcqcmzcVRBdkdnSFUzekE Can you explain me how should ...
Thanks for your answer! I changed the script (which looks like this now : http://pastebin.com/cEvNm1jM ) But nothing changed, I still don't have any detached screen on reboot :? It works perfectly without screen, maybe a problem with the environment? I saw some posts saying the crontab line should s...
Thanks for your answers! stderr : This is what I get when printenv runs with contab : http://pastebin.com/xFkLZs7g I can get the java application running without screen, it must be the problem :? scruss : The application use WiringPi and needs to be executed with sudo, do crontab executes commands w...
Hello! I've searched a lot but still didn't find the solution to my problem :cry: I have a Java application which works perfectly on a detached screen when I run the command "screen -S twitter java -jar /home/pi/Twitter\ Bot\ Server.jar" manually. I want it to be executed at reboot. I am using cront...
Thanks Matt! I've never used the diozero library before, I was happy with PI4J :) I installed it but I got the following error : " Error: no device provider factory service found, please configure META-INF/services/com.diozero.internal.spi.NativeDeviceFactoryInterface or set -Dcom.diozero.devicefact...
Hello! I recently bought a LCD display (HD44780 - 1602 - 16x2) and a I2C module that should allow me to save some precious pins on the Pi, it runs with a PCF8574T chip, this one looks like this : https://verteam.files.wordpress.com/2016/04/i2c.jpg I found a lot of Python scripts that worked almost p...