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"

Reading GPS data using Arduino and a U-blox NEO-6M GPS receiver

It is possible to read, and log GPS data, such as time, position, speed, and so on, using an Arduino microcontroller plus an U-blox NEO-6M GPS receiver. For my test, I used an Arduino Ethernet and a U-blox NEO-6M GPS, which I bought on Amazon Japan for 2,580Yen (about 17 Euro), a very cheap price. … Continue reading "Reading GPS data using Arduino and a U-blox NEO-6M GPS receiver"