Raspberry Pi Zero W access point with Internet connection through PC

This guide will explain how to transform your Raspberry Pi Zero W into a Wi-Fi Access Point. Some parts of this guide are taken from the Raspberry Pi official website. For the complete guide, please check the full downloadable PDF file here: Raspberry Pi Zero W Access Point Guide. A PC connects to Raspberry Pi … Continue reading "Raspberry Pi Zero W access point with Internet connection through PC"

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"

Flashing Arduino with avrdude using Raspberry Pi shell

Recently, I found a method to flash a "hex" file into Arduino Nano, by using "avrdude" running on a Raspberry Pi. In my case, I have an Arduino Nano connected, via USB, to a Raspberry Pi 3 B. The Raspberry Pi is connected to my home network using an Ethernet cable. I am developing the … Continue reading "Flashing Arduino with avrdude using Raspberry Pi shell"

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"