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"

How to read, log, and visualize GPS data using Arduino

In the previous article, I explained how to use your Arduino to read GPS data from a u-blox 6 GPS, and visualize it on the PC using serial communication. In this article, I will show you how to log the GPS data on an SD card, inside Arduino Ethernet, and then export it to your … Continue reading "How to read, log, and visualize GPS data using Arduino"