IoT Cloud Dashboard Serial Logger?

I'm currently working on a project where I am using an Arduino nano 33 IoT and have it synced up to the Arduino IoT Cloud Dashboard. My goal was to use it as a way to remotely log serial data from 5 different nanos and have all the data in one spot.

I signed up for the Maker subscription and it says "3 months data retention" but cannot find out any way to access logged serial data, nor can I even have a serial monitor on the dashboard.

Am I missing something? Or is the dashboard not set up to do what I was hoping to do with it?
If anyone has a different solution for the problem I would also be interested in hearing it.

Please provide a detailed description of what you mean by that.

Are you planning to use the Nano 33 IoT to read serial data from some external source and then send the read data over the Internet to the Arduino IoT Cloud server?

Or are you expecting Arduino IoT Cloud to somehow store the output from things in your sketch like Serial.print("hello world")?

I'm using the Nano 33 IoT to read serial data from an external source, and I want to be able to send and store that data to the Arduino Iot Cloud Server

Ah, there you go. That should work fine.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.