Serial.print in void setup

It is most likely an issue of time.

When working inside Create there can sometimes be a delay between when the board connects to the Serial port (via the Create Agent) and the socket connection being established across the browser window (Monitor) and the Agent itself.

Try extend that delay in setup to 5000 or 7000 milliseconds and let me know if it helps :slight_smile:
(Implementing some form of timeout would also work)