The Business doesn’t care about software quality
We don’t need the perfect solution, it doesn’t have to be perfect! We need it fast, can we skip the tests? Is there a quick and dirty solution?
We don’t need the perfect solution, it doesn’t have to be perfect! We need it fast, can we skip the tests? Is there a quick and dirty solution?
Apparently this seems to be an issue with this popular Content Management System, something which should be definitely addressed by the development team looking at the amount of threads in their forum related to this issue. Also, it doesn’t seem to be something new on the scene as many are as old as six years: […]
Installing Docker on a RaspberryPi might seems overkill, but it actually works pretty well, even if installing the tools can be a little messier if you don’t know how to do it and you start searching the Internet for clues. After being intimidated by the many alternatives given to you to overcome the lack of […]
The Nordic nRF24 is a family of silicon integrated radio transceivers operating in the 2.4GHz band, the most popular one being the nRF24L01. This is the core element of some extremely cheap module boards available in online stores like eBay, Aliexpress and Banggood. These boards do not provide WiFi (801.11) or Bluetooth connectivity (both in […]
It’s now time to physically build the sensor devices part of the nRF24 sensor network we are planning to build, so move to your electronics bench and pick some breadboards! From an electronics point of view each sensor node consists of: 1 Arduino (any low-end model will do, I will be using two nano and one pro […]
Let’s move to the 3rd part of the nRF24 walk through series before the excitement cools off, shall we? Now that I have three boards wired and I’m certain only my code can break things up, it is time to create the sensors’ firmware. It should be quite simple: all we need to do is getting the […]
After the big mess I’ve previously posted about I’ve decided to get the opportunity to switch over to a better and more performing setup for my Raspberry Pi, not to mention the addition of multiple backups… The goal I set up was to have mi Pi running off a root filesystem on my external USB hard drive […]
I finally managed to nicely setup my Fonera 2.0N torrent client to work as I expect, even if it was not a very simple task. What I wanted was to use a separate in-progress folder for non completed torrents and a completed folder for… guess what! I found there are two ways to achieve this goal: […]
Yesterday I did something stupid. Ok, that’s not the very first time it happens to me, but I believe this specific time it was something worth sharing. My RaspberryPi did run out of space and all the files I was sharing through the attached 2TB USB hard drive were unreachable. I took the opportunity to […]
NOTE This post has been quite successful, so I decided to publish a complete series on nRF24 transceivers. I’m working on a home automation project and I’m planning to use my Raspberry Pi as central node of a network of cheap nRF24 nodes. First thing is to get the necessary compilation tools, something quite easy to […]