Search Content

Use the search bar above, explore content using the categories below, or log in to find your favorites.

How to Send Your Raspberry Pi Data to Arduino Cloud

How to Send Your Raspberry Pi Data to Arduino Cloud

Raspberry Pi and Arduino Cloud Integration

Raspberry Pi and Arduino Cloud Integration

Raspberry Pi and other Linux-based platforms have become popular in the IoT space due to their versatility and ease of use. However, a common issue is finding an effective way to visualize their data and connect them to visualization platforms.

Connecting your Raspberry Pi to the Arduino Cloud cannot be easier. You only have to follow these steps:

  1. Set up an Arduino Cloud account.
  2. Add your device to the Arduino Cloud as a Manual device.
  3. Create your Thing and add your variables.
  4. Create the code for your Raspberry Pi using your preferred development language and environment.
  5. Create the dashboards for data visualization.

Up Next