How to run a C++ TCP/IP server on Raspberry Pi

This guide will explain how to create a TCP/IP Server on Raspberry Pi 3 B, running Raspbian (or Raspbian Lite). The source code file is written in C/C++ language. The source code is very simple and short. The code below is available on this website, and uses Linux sockets to create a TCP/IP server on … Continue reading "How to run a C++ TCP/IP server on Raspberry Pi"

Library for Arduino and MPU-6050 communication

As you probably already know from my project "Fuelino", I have been using a cheap and easy-to-use IMU (Inertial Measurement Unit) called MPU-6050. This board mounts a cheap integrated circuit capable of acquiring acceleration and gyroscope (and temperature) signals with 16 bits resolution. Such raw data can be read from the main microcontroller unit (for … Continue reading "Library for Arduino and MPU-6050 communication"

How to connect Arduino and Raspberry Pi using USB and C++

Recently, I wanted to connect my Fuelino Proto3 to the Raspberry Pi 3 (with Raspbian Jessie Lite) which I bought some weeks ago. The Pi has a very interesting feature: same as for a normal PC, it has USB ports which can be used to both communicate and power any device. In order to connect … Continue reading "How to connect Arduino and Raspberry Pi using USB and C++"

Raspberry Pi 3: Raspbian Jessie Lite installation and configuration

This guide will show you how to install and configure a Raspbian Jessie Lite OS, on your Raspberry Pi, in less than 5 minutes. If you are looking for a cheap computer, which absorbs low power, and is even easy to configure, you should absolutely go for a Raspberry Pi 3 Model B. I bought … Continue reading "Raspberry Pi 3: Raspbian Jessie Lite installation and configuration"

How to make Raspberry Pi 3 with Raspbian Jessie read only

Today, I prepared a PDF guide which explains how to make your Raspberry Pi 3 with Raspbian Jessie be read only. First of all, I am not the one who create the procedure: I followed the steps of this thread in the Raspberry Pi forum. Since, in the forum, there was no screenshot, I decided … Continue reading "How to make Raspberry Pi 3 with Raspbian Jessie read only"