Running a sample sketch on Raspberry Pi

Hi,
I followed the step-by-step instructions to set up my Raspberry Pi device - it set up successfully. I created a very simple sketch:

void setup() {
  Console.println("This is the SETUP function");
}

void loop() {
  Console.println("This is the LOOP function");
  delay(1000);
}

The sketch compiled and uploaded and I see it in the sketches folder on my Pi: located at /home/pi/sketches.

BUT: I am unable to see output from the sketch anywhere.
I can't seem to get the file to run via the raspberry Pi terminal & the sketch interface in the could says "running" for the sketch on the board, but if running - where should I be seeing its output?

Thanks.

Try CloudSerial instead of Console. The output should appear in the IDE Editor console pane. As far as I can tell there are no docs or examples from Arduino.cc for the Pi. I am holding off using or recommending this until there is support.

https://forum.arduino.cc/index.php?topic=534977.msg3649605#msg3649605

https://forum.arduino.cc/index.php?topic=539419.0

Hi Newbe,
in this tutorial you will find the solution. For me works fine, very clear!!. click this

Have fun!

We change the formtter of lbp9200 to arduino or rasberry pi ..any suggestion? datasheet of formatter... to study huhu for our thesis