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++"

Increase data reliability using checksum check

In this article, I want to give you an example of how it can be easy to implement a simple checksum check when transfering data from Arduino 101 from and to any other device. First of all, let's think about the importance of checksum check. When data is transfered from a source to a destination … Continue reading "Increase data reliability using checksum check"