Editing Text Files on Raspberry Pi remotely with Atom

Install atom on your Debian / Ubuntu laptop / PC: Download atom-amd64.deb from the Atom releases page. Run sudo dpkg –install atom-amd64.deb on the downloaded package. Launch Atom using the installed atom command. On atom go to Edit -> Preferences -> Install -> look for remote-atom, click Install Run remote-atom…

Linux distro desktop environment review on HP Spectre 12 X2 tablet laptop

We were excited to test the following Linux distros on HP Spectre 12 X2, and see what work well out of the box. So far only the 64-bit versions of Linux work on this machine. Ubuntu 16.04 Unity: Boot up: Yes Touch screen support: Worked well Detachable keyboard: Worked well…

HP Spectre X2 2 in 1 table laptop unboxed

The HP Spectre X2 computer is a great machine to run Linux on. The one we tested has the following spec: m7 processor 8GB RAM 512GB disk space USB-C Battery expectation 8-10 hours   You can find the following in the box: 1. Spectre 2. Detachable keyboard 3. Power adapter…

TinyDB – The simplest no SQL python database for Raspberry Pi

So your Python program needs to remember the variables you set for your electronics. One way is to use text file, but organising data in text files are cumbersome. You need structure like json. With TinyDB you can control what goes in and out. It basically stores database schema in…

Control serial infrared camera VC0706 with UART, Raspberry Pi and Python 3

So you bought a serial infrared camera from Adafruit running VC0706 chip, you want to know how to use it? 1. ssh into your Pi: ssh pi@192.168.1.111 (address of your Pi) then enter your usename and password. 2. Prepare your Raspberry Pi GPIO UART serial pins. Turn them off as…

« Previous PageNext Page »