Remote Monitor Arduino with iPhone via 3G/4G/Wifi

details

3_Remote Monitor

This project describes how to set up Arduion to use app.
In the app it is possible to name the sensors and the measurements can be updated just once or continuously with 10 second interval.

Download the app : http://www.appstore.com/MeasViewLite

Arduino source code :
Remote.ino
Local.ino

The Arduino code you’ll need is attached. There is few things you must change in the code to get it work with your router and sensors.
In the very beginning you can define the input ports you want to use

int sensorPin1 = A0; //<— you can change the channel if you prefer to use another channel
int sensorPin2 = A1; //<— you can change the channel if you prefer to use another channel

Test result is as follows.
1_Remote Monitor
2_Remote Monitor

For more infomation :
http://www.raywenderlich.com/5492/working-with-json-in-ios-5
or
http://www.instructables.com/id/Remote-Monitor-Arduino-with-iPhone-via-3G4GWifi/?ALLSTEPS
– Instructables of author :http://www.instructables.com/id/Remote-Monitor-Arduino-with-iPhone-via-3G4GWifi/?ALLSTEPS

tags: approval success

3_Remote Monitor

This project describes how to set up Arduion to use app.
In the app it is possible to name the sensors and the measurements can be updated just once or continuously with 10 second interval.

Download the app : http://www.appstore.com/MeasViewLite

Arduino source code :
Remote.ino
Local.ino

The Arduino code you’ll need is attached. There is few things you must change in the code to get it work with your router and sensors.
In the very beginning you can define the input ports you want to use

int sensorPin1 = A0; //<— you can change the channel if you prefer to use another channel
int sensorPin2 = A1; //<— you can change the channel if you prefer to use another channel

Test result is as follows.
1_Remote Monitor
2_Remote Monitor

For more infomation :
http://www.raywenderlich.com/5492/working-with-json-in-ios-5
or
http://www.instructables.com/id/Remote-Monitor-Arduino-with-iPhone-via-3G4GWifi/?ALLSTEPS
– Instructables of author :http://www.instructables.com/id/Remote-Monitor-Arduino-with-iPhone-via-3G4GWifi/?ALLSTEPS

tags: approval success

COMMENTS

Please Login to comment
  Subscribe  
Notify of