Andruino Free Application icon

Andruino Free 1.9.4.4

2 MB / 10+ Downloads / Rating 4.2 - 21 reviews


See previous versions

Andruino Free, developed and published by Leonardo Javier Russo, has released its latest version, 1.9.4.4, on 2017-12-17. This app falls under the Productivity category on the Google Play Store and has achieved over 1000 installs. It currently holds an overall rating of 4.2, based on 21 reviews.

Andruino Free APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: ar.com.lrusso.andruino.free

Updated: 7 years ago

Developer Name: Leonardo Javier Russo

Category: Productivity

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Andruino Free on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.2
Total 21 reviews

Reviews

4 ★, on 2015-09-10
I hv connected my Xperia v, initially it was working thn it stops to work. what should i do.. ?? I will. e very helpful if u just figure it out.... :-(

1 ★, on 2015-09-19
Doesnt do arduino nano clone to s4

5 ★, on 2015-08-13
Great app

5 ★, on 2013-12-12
Do you plan to release the android source so other developers can build off of your work?

1 ★, on 2013-10-04
Unable to connect to HC-05. Sorry.

Previous Versions

Andruino Free 1.9.4.4
2017-12-17 / 2 MB / Android 4.0+

About this app

Now you can use this Arduino USB SERIAL Communicator and connect to your Andruino board! NO ROOT REQUIRED. All you only need is an Android device with USB Host support.

-- THIS FREE VERSION HAS ADS IN ORDER TO SUPPORT DEVELOPMENT --

-----------------------------------------------------
Example SERIAL:
-----------------------------------------------------
void setup()
{
Serial.begin(9600);
Serial.println("Hello from Arduino!");
}

void loop()
{
int incomingByte = 0;
delay(500);
String content = "";
char character;

while(Serial.available())
{
character = Serial.read();
content.concat(character);
}

if (content != "")
{
Serial.println("Received data: " + content);
}
}

New features

Bug fixes and performance improvements.

App Permissions

Allows applications to open network sockets.
Allows applications to access information about networks.