Home Page

AALamp Ardudroid 1.0 - Google Play


The App download link is detected as malware and was removed.
We recommend you try one of the related apps from below.


About AALamp Ardudroid

AALamp is an app made to turn on or off your lamp switch through arduino board by Bluetooth. How to use:

AALamp is an app made to turn on or off your lamp switch through arduino board by Bluetooth.

How to use:

Arduino Code:

void setup()
{
pinMode(13, OUTPUT);
Serial.begin(9600);
}

void loop()
{
int n;
n = Serial.read();

if(n == '1')
{
digitalWrite(13, HIGH);
}
if(n == '0')
{
digitalWrite(13,LOW);
}
}

AAlamp Config

1 -> Enable your Bluetooth;
2 -> Configure what do you wish to send by Bluetooth:
2.1 -> Options > Config:
2.2 -> Write in 'Turn ON' : 1
2.3 -> Write in 'Turn OFF' : 0
3 -> Home > Start;
4 -> Choose one device and click;
5 -> Touch on screen for turn on and turn off;"




Previous Versions

Here you can find the changelog of AALamp Ardudroid since it was posted on our website on 2013-08-23 02:19:34. The latest version is 1.0 and it was updated on 2024-04-23 11:02:48. See below the changes in each version.

AALamp Ardudroid version 1.0
Updated At: 2012-07-08
AALamp Ardudroid version 1.0
Updated At: 2012-07-08
Changes: Several fixes and updates


Related Apps

Here you can find apps that are similar with AALamp Ardudroid.



Disclaimer

Official Google Play Link


We do not host AALamp Ardudroid on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Google and passed their terms and conditions to be listed there. We recommend caution when installing it.

The Google Play link for AALamp Ardudroid is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  5.0/5     1
Downloads: 52
Updated At: 2024-04-23 11:02:48
Publisher: Benhur Quintino de Souza
Operating System: Android 2.1 And Up
License Type: Free Trial