Reliable data transmission with an Arduino

; Date: Thu Jul 05 2018

Tags: Arduino

Communicating data is important - your Arduino might be used as a sensor, or to control some hardware, and therefore needs to either send data to another computer, or to receive commands from another computer. The core necessity is sending and receiving data. This video is an in-depth look at how to implement NRZ (Non-Return-To-Zero) data communications using a single pin on the Arduino. Also in the video is a look at connecting a certain LCD panel to an Arduino.

Reliable data transmission

Part 0 (?) of a mini-series on error detection and correction.

About the Author(s)

(davidherron.com) David Herron : David Herron is a writer and software engineer focusing on the wise use of technology. He is especially interested in clean energy technologies like solar power, wind power, and electric cars. David worked for nearly 30 years in Silicon Valley on software ranging from electronic mail systems, to video streaming, to the Java programming language, and has published several books on Node.js programming and electric vehicles.