Can I send data to Arduino Cloud wirelessly?

Hi, I am thinking about how to send the data from an ultrasonic distance sensor to Arduino Cloud to show data on Arduino Cloud dashboard wirelessly(no wire btw the computer and the sensor). What module should I use thx!

I moved your question to the IOT cloud category as it feels it's more relavant there.


to your question that's the basic principle of IOT. you have a device composed of sensors and a microcontroller connected to the cloud and the microcontroller reads the sensors' values and report that to the cloud thanks to the Internet connection.

➜ to know which devices are supported by the Arduino cloud, look at the documentation and the devices section

they state

Currently, the following device types are supported:

  • Wi-Fi® with encryption through on-board crypto chip
  • Wi-Fi® through ESP32 with user credentials
  • LoRaWAN®
  • Ethernet
  • Cellular (GSM / NB-IoT)
  • Manual (Python, MicroPython, JavaScript)

and say also

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