arduino-audio-tools/examples/examples-stream/streams-url_raw-serial
2023-04-29 07:06:41 +02:00
..
README.md rename classes with Print to Output 2023-04-29 07:06:41 +02:00
streams-url_raw-serial.ino rename classes with Print to Output 2023-04-29 07:06:41 +02:00

Display RAW Stream

Sometimes it is handy to check out the data on the screen with the help of the Arduino Serial Monitor and Serial Plotter. We read the raw binary data from an URLStream.

As output stream we use a CsvOutput: this class transforms the data into CSV and prints the result to Serial. Finally we can use the Arduino Serial Plotter to view the result as chart:

serial-plotter