Show Posts
|
|
Pages: 1 ... 3 4 [5] 6 7 ... 12
|
|
64
|
Using Arduino / Networking, Protocols, and Devices / Control your arduino from the cloud with android as shield via mobile 3G network
|
on: December 22, 2012, 04:10:15 am
|
Hello.I make many projects for control arduino from web browser with ethernet card,from gsm with sms and cellphone and now with android smartphone or tablet (IOWebBt apk) work as GPRS/3G shield without ethernet card.User (Client web browser)<--->Cloud (web server)<--->Android+bluetooth+Internet connection(3G or wi/fi)<---->Arduino + bluetooth+Sensors<--->Blink led on/off,control servo motors,robots,cars,boats....anything you want.I work for transfer pictures,video,location and others values from android sensors.Look my new site http://www.power7.net for more informations.
|
|
|
|
|
75
|
Topics / Home Automation and Networked Objects / Re: Control arduino from your webserver with java mobile phone...as GPRS shield
|
on: October 24, 2012, 11:08:48 pm
|
|
Software: I use for java2me HttpConnection interface and CommConnection interface.For arduino code you must use serial and AT commands. Hardware: Connect arduino serial Tx,Rx with mobile phone cable...example with old sony ericson k700.For new phones example SE W995 you must use usb shield... Read Google : Arduino serial connect usb mobile phone...Another option is connect with bluetooth...working on these and i will have the solution (java and arduino code) soon.Thanks.
|
|
|
|
|