Displaying Text from Datalogger shield on OLED SSD1315 (arduino-seeds)?

Hi Seph,

a big plus for posting code as a code-section.
You can do the same with the text in the serial monitor.
Simply click with mouse into the serial monitor
then press

  • Ctrl-A
  • Ctrl-C
    change to a posting
    click on the </>-Button
    then press Ctrl-C

Beeing a beginner and asking here is what this forum is made for.

is a description that is too vague to be understandable.

You made some effort to add a picture. But to be honest this picture does not help
with information.

The most interesting part is the code.
You seem to not yet understand which line does what. But this is crucial!

So please try to describe what do this lines of code do

Serial.print("Writing to test.txt...");
myFile.print("testing 1, 2, 3.");
 Oled.print("BPM: ");

Just try it. Your answer is important to see on what knowledge-level you are.
This is important to be able to adapt the answers to your knowledge-level.

I guess it will not help very much if I write "read in the needed information from the file store it in variables and send it to the OLED"

best regards Stefan

1 Like