Posts

Showing posts from March, 2020

Raspberry LCD displays

Image
There are many displays for Raspberry Pi  and  following some of the manufacturers instructions isn't always so easy. But there are scripts available which will make it very simple. As an example, in this post, I will install the LCD touch display from Joy-IT RB-TFT3.2-V2. The size is 3,2" with a resolution of 320 x 240, has a touch display and comes with 3 buttons.

Homebridge update installation on RPi

Image
Updated 2023-10-27 ! ! The latest information on Homebridge update is found here !   Start updating the Homebridge(HB) installation , after You logged on to the  RPi, with; sudo apt update &&  sudo apt full-upgrade  -y If You are using HOOBS or Homebridge with UX their updates can be done via respective GUI interface. HB also have a function to update Node.js . In other words, the info below is more like "nice to know".