Paradigm Posted January 28, 2013 Share Posted January 28, 2013 Dear All, I am trying a DIY home automation project. I had a Arduino + Ethernet Shield and a Andriod tablet. I would like to use my tablet to control the dimmer at home and also a ON/OFF light switch I am beginning with Android apps building and would like to know how can I send HTTP query to a webserver host by the Arduino Ethernet Shield? The program will read from the Edit box the IP address and then send HTTP query when a button is pressed http://192.169.1.177/?target=Z1L1status=ON When the progress bar slide from 0 to 100%, as it slide, it will send http://192.169.1.177/?target=Z1D2status=10% Can I know how to write the onclickListener & the onseekBarChangeListener to send the required HTTP query to the Arduino Web server. BTW, anyone had done this with Arduino Ethernet Shield? Is this concept workable? Thanks a lot Quote Link to comment Share on other sites More sharing options...
Paradigm Posted January 28, 2013 Author Share Posted January 28, 2013 BTW, I want the Android to send the HTTP query without launching the web browser. Thanks a lot Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.