Book Image

Arduino Electronics Blueprints

Book Image

Arduino Electronics Blueprints

Overview of this book

Table of Contents (17 chapters)
Arduino Electronics Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Building a serial-based Simple Chat device


The serial-based Simple Chat device uses a hardwired interface communication method of sending text message data. The USB cable provides a transmit wire that carries the binary equivalent character data code (ASCII) from a desktop PC or notebook computer to the Arduino Uno. The Arduino Uno code will convert the ASCII code into the appropriate binary data capable of displaying the text message onto the LCD.

Building the serial-based Simple Chat device is quite simple and requires only a few off-the-shelf electronic components. As discussed earlier, building the Simple Chat device is aided by using a block diagram. The prototype serial-based Simple Chat device using a solderless breadboard and a few off-the-shelf electronic components is shown here. As an additional reference, the circuit schematic diagram is also provided:

Prototype serial-based Simple Chat device

Circuit schematic diagram of Prototype serial-based Simple Chat device is shown as follows...