RFIDer: tool to get data from a rfid reader

For a home automation project i had to connect a rdif reader (this one) to a Raspberry Pi 3 and then have the system execute a program each time a token is read by the reader:RFIDer is the tool i developed to do this job. RFIDer sources (GPLv3 license) are available, but you can also find precompiled binaries  for some platform. Once compiled …

Manage D-Link DCS-960L motion detection using a RaspberryPi

Installing and configuring a surveillance camera is becoming an operation very easy and very common, strong technical skills are not required anymore. The question is: can we control a “home camera”  with our RaspberryPi ? The short answer is: YES ! I’ll show how to use the RaspberryPi to control, using jus the linux shell, a D-Link DCS-960L .

How to delete Gradle cache files

If, like me, you are having troubles compiling projects (also Android Studio ones) after having upgraded Gradle you can try to delete cache files. I’m assuming you are working on a Linux box and that your Android projects are saved inside  ~/AndroidStudioProjects/ How to delete general caches:

How to delete Android Studio caches:

I …

Linux – suspend Thunderbird when screensaver is active

If you have configured many Thunderbird’s mail filters and you don’t want them to be applied when you are away from your computer, maybe because (like me) you want to have all the messages in the standard Inbox when you are reading them on the smartphone, you could try to suspend Thunderbird when screensaver is active.   A …

Android icons creation tool

Are you developing an Android application and have you to convert an image to a set of icons ? Do you want to avoid as much as possible repetitive manual operations ? Here you can find a tool to convert a single image to the set of icons needed by Android for various device screen …