CH376S USB Read/Write module
Reviewed by Unknown on
21:07
Rating: 4.5
CH376S USB Read/Write module
Oleh Unknown
Have you ever wondered if there was a way to store and retrieve data from a USB stick with an Arduino UNO? Most people choose SD cards to store their project data, but you may be surprised there IS a way! IC Station have a nice little module which allows y
Labels:
Arduino,
ArduinoBasics,
best arduino blog,
CH376S,
communication,
data,
IC Station,
module,
project,
Read,
Serial,
Serial Monitor,
storage,
UNO,
USB,
USB disk,
USB stick,
Write
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