ESP8266 IoT APK

No rating yet

Remote Management of Arduino by ESP8266 Module... [readmore]


⇣ Download APK (2.11 MB)

This is an original APK file direct fetch from google play. It is safe to download and free of any virus.

Version 1.0.5
Update
Size 2.11 MB
Category Tools
Developer DanySoftware
Downloads ↓ 100
⇣ Download APK (2.11 MB)

This is an original APK file direct fetch from google play. It is safe to download and free of any virus.

File Infos

License type Free
Version 1.0.5
Size 2.11 MB (2216096)
Filename it.danysoftware.esp8266controller_5_2216096.apk
Requirement 4.0 and up
Type app
Category Tools
Package name: it.danysoftware.esp8266controller
Slogan: Remote Management of Arduino by ESP8266 Module

APK Permissions


‣ android.permission.CHANGE_WIFI_STATE
‣ android.permission.WRITE_EXTERNAL_STORAGE
‣ android.permission.READ_EXTERNAL_STORAGE
‣ android.permission.get_tasks
‣ android.permission.KILL_BACKGROUND_PROCESSES
‣ android.permission.WAKE_LOCK
‣ android.permission.READ_PHONE_STATE
‣ android.permission.GET_ACCOUNTS
‣ com.android.vending.CHECK_LICENSE
‣ com.android.vending.BILLING
‣ android.permission.INTERNET
‣ android.permission.ACCESS_WIFI_STATE
‣ android.permission.ACCESS_NETWORK_STATE
‣ android.permission.ACCESS_COARSE_LOCATION
‣ android.permission.ACCESS_FINE_LOCATION


APK used Features


‣ android.hardware.location
‣ android.hardware.location.gps
‣ android.hardware.location.network
‣ android.hardware.wifi
‣ android.hardware.touchscreen

Screenshots (6 images)

ESP8266 IoT screenshot 1 ESP8266 IoT screenshot 2 ESP8266 IoT screenshot 3 ESP8266 IoT screenshot 4 ESP8266 IoT screenshot 5 ESP8266 IoT screenshot 6

About ESP8266 IoT APK

ESP8266 IoT poster
ESP8266 IoT APK version 1.0.5 poster

Latest update [menu]


Add Banner

Description [menu]


Application for Remote Arduino Management via ESP8266 Module.

From this App you can download the Esp8266.bin file and to program the module.

We add a sample of Arduino code that communicates with the Esp8266. Obviously this is a base from which to start new experiments

**************************************************************************************
String Msg = "";

void setup()
{
Serial.begin(115200);
}

void loop()
{
int c;

while ((c = Serial.read()) > '\n') Msg += (char) c;
if (c == '\n')
{
if (Msg.substring(0, 1).equals("$"))
{
Msg.remove(0, 1);

Serial.print("#");
Serial.println(Msg);

}

Msg = "";
}
}
************************************************************************

How to install ESP8266 IoT APK for Android [menu]


Download ESP8266 IoT APK file (it.danysoftware.esp8266controller_5_2216096.apk) from SameAPK.com, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (it.danysoftware.esp8266controller_5_2216096.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

How to install ESP8266 IoT APK on Windows 7/8/10 or MAC PC? [menu]


Download ESP8266 IoT APK file(it.danysoftware.esp8266controller_5_2216096.apk) from SameAPK.com to your PC (ex: /Users/xxx/Downloads/(it.danysoftware.esp8266controller_5_2216096.apk)), then follow these steps:

Using Emulator:

  • Download And Install one Emulator Softwares (Ex: Bluestacks, GenyMotion, NoxPlayer)
  • Simple install APK on PC by drag and drop file it.danysoftware.esp8266controller_5_2216096.apk on Emulator screen

ESP8266 IoT APK Pros & Cons [menu]


Pros
  • This app is safe, it's not require high risk permissions
  • Compatible with 32 bit device (most Emulator using 32bit arch CPU)
  • Compatible with 64-bit device (some android device and current Bluestacks)

Cons
Everything is good.


Similar applications [menu]


New Apps



Comments

No comment Yet.