Raspberry Pi, Cubieboard, Banana Pi, BeagleBone, Orange Pi

CHIP computer: I2C bus – AD7415 temperature sensor
CHIP computer contains I2C bus. You can connect a lot of sensors like temperature sensors, magnetometer, accelerometer. The sensors have to contain I2C bus of course. In this article, I…

CHIP computer: USB webcam – take a photo and make a video
We know the CHIP computer, we connected to WiFi, we used UART, we tried WiFi speed connection and USB flashdisc, we measured power consumption during the boot and after boot…

CHIP computer: flashing OS, python, LED and blinking of LED after boot
We flash new OS, install the python and we will blink LED. And how do you know that CHIP computer is ready? The LED will blink. Articles about CHIP computer:…

CHIP computer: speed of USB, WiFi, current consumption and pictures from thermal imager
Another article about CHIP computer. In this article find speed of USB, WiFi, current consumption (during boot and after boot), log from boot pictures from thermal imager. Articles about CHIP…

CHIP computer: first sight and comparison with Raspberry Pi Zero – pizero
How you could see on social networks, I recieved CHIP computer. Very popular kistarter project. But I would like to show comparison between CHIP computer and Raspberry Pi Zero -…

CHIP computer: connection to WiFi, SSH, UART
Hooray. Another article is on the world. How to connect to WiFi, using SSH, using UART and how to connect CHIP computer to display/TV. Articles about CHIP computer: CHIP computer:…

FTP with Raspberry Pi – anonymous and ftp-user
Instalation FTP (vsftpd): sudo apt-get install vsftpd in the file /etc/vsftpd.conf find setting for vsftpd. You can find setting for enable anonymous, allow log in from local users, enable any…

Raspberry Pi – How to control a GPIO from website
Download 2 PHP files and 1 python script If you want to control GPIO through webpage, you have to read this article. I will describe how to control GPIO from…

Samba – Raspberry Pi, Cubieboard, Banana Pi, Linux, Windows, Raspbian, Cubian
I wanted to share storage on my cubieboard through samba. You can use this tutorial for other storage media. For example SD card, HDD, Flash disk or something else. You…

Raspberry Pi – LED Turn On/Off and Blinking
Blinking LED is basis any programming. This is complete code for blinking LED, turn ON or turn OFF LED on GPIO 7. The program is written in python language and…