Device is offline

I'm going through the setup, Arduino User Profile steps.
Provisioning the board seems to work. It names the board, waits for it to become available and then goes to a page showing the board's details, but it says "Offline", and on the templates page it says it's "unavailable"

I've unplugged everything, restarted the computer, deleted the device, and re "provisioned it".

The only thing I haven't tried from the webpage is "upgrading" my plan. Do I need to do that for the board to be online?

What are you talking about, what board any more details, are you driving Mac, *nix, Wintel? Show screen grabs of everything and paste into code tags.

Hi @johntidewater.

This is expected. It will only go into an "Online" state after you upload an Arduino Cloud IoT Thing sketch to the board. That sketch contains the code that connects the board to the Arduino Cloud server through your Wi-Fi router and Internet connection.

I'm not sure I understood correctly what you mean by this. Please provide a more detailed description of what you mean by this in a reply on this forum thread to help us to understand it.

Where exactly do you see this "unavailable"? Please post the full and exact text that is the context around the "unavailable" indicator.

No. You can use the board with the "Free" Arduino Cloud plan. As you would expect, there are some limitations to the "Free" plan when compared to the higher tier plans (see the comparison table here for details), but the "Free" plan gives you everything you need to make projects that use all the standard features of Arduino Cloud.

Are you using a Mac? There are currently issues with using a Mac.

Thanks for the reply. when I go to this page: https://app.arduino.cc/templates/plug-make-getting-started

On the upper right there's a div with the title: "Features usage for this template"
The first row in that div is: 1 Thing | 0 available

I'm assuming the "Thing" is the Uno 4 board, and that it needs to be available to proceed.

The tooltip for the "dimmed" "Use Template" button is: "Not enough resources
You don't have enough resources to apply this template"

I'm on windows 11.

Sorry, I don't know anything about those kits.

Thanks for the clarification. The "Free" plan allows you to create one Arduino Cloud IoT Thing. When you use the template, a new Thing is created. So if you previously created a Thing then you can't use the template because that would require the creation of a second Thing, which exceeds the limit of your plan.

The obvious solution would be to upgrade your plan to one that provides more things. However, assuming you don't need the existing Thing, the alternative solution would be to delete the existing Thing. After that, you will be able to create a new Thing while staying within the limits of the "Free" plan.

I'll provide instructions you can follow to do that:


:warning: These instructions will permanently delete the existing Thing. If this is a valuable project that you need, you should not delete the Thing.


  1. If you are not already, log in to your Arduino account:
    https://login.arduino.cc/login
  2. Click the following link to open the list of your Arduino Cloud Things in the web browser:
    https://app.arduino.cc/things
  3. You should see a Thing listed on that page. Hover the mouse pointer over the Thing's row in the list.
    A icon will appear at the right side of the row.
  4. Click the icon.
    A menu will open.
  5. Select "Delete" from the menu.
    The "Delete thing" dialog will open.
  6. Click the "YES, DELETE" button in the dialog.
    The dialog will close and the Thing will no longer appear on the Things page.

After that, try using the template again. This time it should allow you to create the new Thing via the template.

That worked.

Thank you.

You are welcome. I'm glad it is working now.

Regards,
Per

Do you know what the known issues are with the Mac? I have been trying to use the kit but having a tough time having the projects open consistently.

Are you talking about the CreateAgent issue? If so it's now fixed, uninstall 1.6 and install 1.6.1

Can you give us more details about the issues you are experiencing?