Source Code Blynk in Android Studio

Anyone can help me to make android appliaction using android studio to read accelerometer and gyrometer form Arduino 101?

especially android studio source code…
Any kind of answer i will read it seriously…
Thank you… :slight_smile:

This is a Blynk forum, not an Android forum :wink:

Just use Blynk, why would you need anything else? :wink:

I want to make an application that can get data form Arduino 101 and then send the data to some cloud server…
i’ve try to use Blynk to get data from my Arduino 101, and i’ve succesfully do it over BLE(Bluetooth Low Energy)…but i can’t send the data to my Cloud server with Blynk…

Any Idea For me?

Does your cloud server support MQTT or Web calls? If it doesn’t I’d look for another cloud service. Blynk can handle all that and send stuff there.

yeesss of course…
i’m using intel Edison with IBM Bluemix too…

How can i handle MQTT server with Blynk?

Are you trying to do all of this over BLE and without a Blynk Server? I don’t think it will work that way.

Perhaps look at merging an ESP with your Arduino101 (not ideal, but workable with care), or some other form of WiFi / Ethernet shield, so that you can then use a Blynk Server (Cloud or Local) and send your data to wherever.

Seems like that Mr @Gunner

Actually i have a duty to make an Arduino 101 to communicate with cloud server…but the challenge is How can i make it possible without a ESP or something like Wifi Shield like that…

Like a Smart watch…hmmm wearable device…
the basic concept is the smart watch connect to the smartphone and then smartphone send the data to Cloud server…

in my case i want to replace the smart watch with an Arduino 101…
Because the smart watch using BLE to communicate with smartphone also…

How about you ?..
i’m so confused about that…

So i think i must make an Android apps (Based on Android Studio) to combine that 2 system…
so i’m just try to find the answer like discuss in the Forum or Community like this…

Thank you…