Simple Arduino Serial Communication
Reviewed by Unknown on
23:40
Rating: 4.5
Simple Arduino Serial Communication
Oleh Unknown
This Tutorial is progressive and will be updated from time to time. The goal is to start from a very basic form of Arduino Serial communication, and progressively add or improve components so that we can ultimately transmit data from one computer to another using an XBee.Please note: I am not an ex
Labels:
addition,
AnalogRead,
Arduino,
ArduinoBasics,
best arduino blog,
code,
comma,
communication,
constrain,
delimiters,
double,
echo,
floats,
map,
precision,
Serial,
Serial Monitor,
USB
Reading from a Text File and Sending to Arduino
Reviewed by Unknown on
20:09
Rating: 4.5
Reading from a Text File and Sending to Arduino
Oleh Unknown

The following tutorial will demonstrate how to Read values from a Text file (.txt, .csv) to blink 1 of 9 LEDs attached to an Arduino. It uses the combination of an Arduino and Processing program to process the file. The Processing program will read the text file in real time, only se
Labels:
Arduino,
ArduinoBasics,
best arduino blog,
Blink,
code,
comma,
CSV,
delimitted,
file,
LED,
Processing,
project,
Read,
Serial,
text,
Values
Reading a text or CSV file using the Processing language
Reviewed by Unknown on
22:06
Rating: 4.5
Reading a text or CSV file using the Processing language
Oleh Unknown

In a previous post, I showed you how to export data to a text file. Now I will show you how to import it back into your Processing program. This will come in handy later on.This is what my data looks like in the text file: There are many ways to imp
Labels:
ArduinoBasics,
ArrayList,
best arduino blog,
comma,
CSV,
delimitted,
file,
How to,
import,
Processing,
project,
Read,
splitTokens,
text