1
Good morning. I’m in the new here and I’m also starting with Arduino. How do I pass the data collected in Arduino via wifi to a mobile with Android? Wanted to create an application (Apk). It is possible?
1
Good morning. I’m in the new here and I’m also starting with Arduino. How do I pass the data collected in Arduino via wifi to a mobile with Android? Wanted to create an application (Apk). It is possible?
Browser other questions tagged android
You are not signed in. Login or sign up in order to post.
How are you using Arduino to connect to a network ? Are you using an ethernet ? Shield or wifi ? In any case, managing a direct connection to the phone will probably not work very well, I advise using a message queue service (asynchronous processing) in the style of google GCM.
– Jorge Lustosa
I want to play a video through the network. The Archive would be connected to the wifi network of the house, and send the video by mobile. Understood?
– Hamilton Assunção