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

2016-08-30

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…

Celý článek
2016-08-20

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…

Celý článek
2016-07-20

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:…

Celý článek
2016-07-14

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…

Celý článek
2016-07-13

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 -…

Celý článek
2016-07-13

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:…

Celý článek
2015-12-05

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…

Celý článek
2015-12-05

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…

Celý článek
2015-12-05

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…

Celý článek
2015-12-05

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…

Celý článek