You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/arduino-cloud/03.tutorials/iot-remote-phone-sensors/iot-remote-phone-sensors.md
+7-11Lines changed: 7 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: 'Use Sensordata From Your Phone'
3
-
description: 'Stream sensordata from your phone live to the Arduino IoT Cloud'
2
+
title: 'Use Sensor data From Your Phone'
3
+
description: 'Stream sensor data from your phone live to the Arduino IoT Cloud'
4
4
tags:
5
5
- Arduino IoT Cloud
6
6
- Remote app
@@ -12,13 +12,13 @@ author: 'Jacob Hylén'
12
12
13
13
The Arduino IoT Cloud is a powerful platform that can help you with setting up your own IoT devices within minutes.
14
14
15
-
It just got even more powerful with the addition of a new feature - to let you stream sensordata from your phone to the Arduino IoT Cloud.
15
+
It is now possible to synchronize your phone's sensor data with the cloud, using the Arduino Remote App for [iOS](https://apps.apple.com/us/app/arduino-iot-cloud-remote/id1514358431) and [Android](https://play.google.com/store/apps/details?id=cc.arduino.cloudiot&hl=en&gl=US). Furthermore, this data can also be used to control your Arduino boards, such as mapping a value from a sensor on your phone to an actuator on your Arduino.
16
16
17
17
Your smartphone is absolutely **packed** with sophisticated sensors that constantly measure everything from GPS position, to magnetic fields, acceleration, and so on. But they're difficult for a maker to take advantage of without having extensive knowledge of mobile development.
18
18
19
-
That changes now - as you are able to, with the latest version of the Arduino IoT Cloud Remote app for [Android](https://play.google.com/store/apps/details?id=cc.arduino.cloudiot&hl=en&gl=US) and [iOS](https://apps.apple.com/us/app/arduino-iot-cloud-remote/id1514358431), set up a dashboard in the Arduino IoT Cloud that tracks and displays all your sensordata in a neat dashboard within a minute.
19
+
That is changed by the Arduino IoT Remote app - as you are able to, with the latest version of the app for [Android](https://play.google.com/store/apps/details?id=cc.arduino.cloudiot&hl=en&gl=US) and [iOS](https://apps.apple.com/us/app/arduino-iot-cloud-remote/id1514358431), set up a dashboard in the Arduino IoT Cloud that tracks and displays all your sensor data in a neat dashboard within a minute.
20
20
21
-
The goal with this project is to learn about how you can use your smartphone as a remote, sending sensordata to the Arduino IoT Cloud. You'll also learn how this sensordata can be used by other Things in your Arduino Cloud account, essentially letting you control your IoT devices depending on your variables such as GPS position, compass orientation, or any of the other in the long list of variables the IoT Remote app can stream live to the cloud.
21
+
The goal with this project is to learn about how you can use your smartphone as a remote, sending sensor data to the Arduino IoT Cloud. You'll also learn how this sensor data can be used by other Things in your Arduino Cloud account, essentially letting you control your IoT devices depending on your variables such as GPS position, compass orientation, or any of the other in the long list of variables the IoT Remote app can stream live to the cloud.
22
22
23
23
## Requirements
24
24
To Follow along with this article, you will need the following:
@@ -37,9 +37,9 @@ Once you have the app installed, open it and log into your [Arduino Cloud](https
37
37
38
38
Tap the hamburger-menu in the top left of your screen, if you're using version 1.1 of the app or later you should have two options, press "**Use data from your phone**".
39
39
40
-
At this point, if you expand the section, you can see all the sensors that can be tracked in the Arduino IoT Cloud listed. You'll need to consent to the sensordata being sent to the Arduino IoT Cloud by checking the box, then you're ready to start the automated process of building the dashboard. Tap "**SET YOUR PHONE**" and sit back, relax, while the app takes care of everything else for you.
40
+
At this point, if you expand the section, you can see all the sensors that can be tracked in the Arduino IoT Cloud listed. You'll need to consent to the sensor data being sent to the Arduino IoT Cloud by checking the box, then you're ready to start the automated process of building the dashboard. Tap "**SET YOUR PHONE**" and sit back, relax, while the app takes care of everything else for you.
41
41
42
-
Once done, check out all the sensordata in the dashboard. How neat is that?
42
+
Once done, check out all the sensor data in the dashboard. How neat is that?
43
43
44
44

45
45
@@ -98,9 +98,6 @@ Add the following code in the loop function:
98
98
The full code can be found here:
99
99
```
100
100
/*
101
-
Sketch generated by the Arduino IoT Cloud Thing "PhoneSync"
The following variables are automatically generated and updated when changes are made to the Thing
@@ -166,7 +163,6 @@ void onCompassChange() {
166
163
167
164
Once the sketch is uploaded to your board, wait for it to connect to your network, then open the IoT Remote app on your phone and watch as the Servo follows your phone as you rotate it.
168
165
169
-
170
166
## Conclusion
171
167
With this tutorial, you have learned how to connect your android or iOS smartphone to the Arduino IoT Cloud and send all sorts of sensor data from your device, and how to integrate this sensor data with your other Arduino IoT Cloud Things.
0 commit comments