Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Android + Arduino + ethernet (TCP/IP)

Status
Not open for further replies.

ynos0104

Newbie level 6
Joined
Sep 12, 2012
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,432
Hi,

For my project study, I am thinking of creating a system that could power on/off a device through the use of Arduino and an android smartphone using TCP/IP connection. Then if I managed to make this work, I will integrate SMS control as well.

So the android smartphone connects to a wireless router through wifi, then the arduino connects through the router through a wired connection, I am thinking through an ethernet shield or wishield to make it wireless as well.

I have read something about google ADK, IOIO or Arduino ADK to connect with Android. Is it really necessary eventhough I will be connecting through TCP/IP :???:? Can I use any arduino board like the UNO or the Duemilanove or breadboard arduino (the one I am planning to build myself)?

Thanks
 

You need to learn ethernet interfacing (most of them using SPI protocol)

Learn TCP/IP protocol . through Tcp/Ip protcol stack control your ON/OFF device by android ,or pc etc .Also you have knowledge about Android application development for sending TCP

Refferance : **broken link removed**

http://www.tuxgraphics.org/electronics/200611/article06111.shtml


Some pic microcontroler has inbuilt ethernet module which may be simple
 

Thanks for the reply.

Does this mean that I don't need to purchase the Google ADK or the Arduino ADK and I can just use my breadboard arduino with the enc28j60. This is important for me as it is hard to get those ADK from my area as I can only get them online so I have to pay for shipment and stuff, and also I'm on a budget constraint.

Also, can you suggest a arduino-based microcontroller I could use for this project as I am also planning to integrate GSM capability if time permits.

Thanks in advance.
 

I now have most of the concepts needed.

I will be creating a breadboard web arduino using ATMEGA chip + ENC. Then I will create a webserver using the available libraries. But I have one concern. I don't want the web application to be open to the public. How can I do authentication with the embedded web server? I believe it can only use HTML. I am thinking of creating an authentication page with login form (username, password, submit).

I still have to learn how to connect Android with the microcontroller... I read something about sockets.
 

I found a code in github regarding webduino with HTML basic authentication. This solved my authentication problem.

I can now build my prototype.
 

hi,

i have the same problem and don't know its solution till now i want to put login page first (username+password) how can i do that i read webdiuno but i
still can't know how ? can u help me
can u get the code of that part.

thanks alot
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top