AALamp Ardudroid

AALamp Ardudroid$0.93

Rated 1.00/5 (1) —  Free Android application by Benhur Quintino de Souza

About AALamp Ardudroid

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;"

How to Download / Install

Download and install AALamp Ardudroid version 1.0 on your Android device!
Downloaded 10+ times, content rating: Not rated
Android package: com.ardudroid.AALamp, download AALamp Ardudroid.apk

All Application Badges

Paid
app
Android
2.1+
n/a
Not
rated
Android app

App History & Updates

Price update  Price changed from $0.99 to $0.93.
Price update  Price changed from $0.91 to $0.99.
Price update  Price changed from $0.99 to $0.91.
More downloads  AALamp Ardudroid reached 10 - 50 downloads

What are users saying about AALamp Ardudroid

Z70%
by Z####:

I emailed the author. Not working on my S3. The bluetooth connection works fine, but the switch screen display is not active. Then the app stopped working.

X70%
by X####:

Freddie I emailed the author. Not working on my S3. The bluetooth connection works fine, but the switch screen display is not active. Then the app stopped working.


Share The Word!


Rating Distribution

RATING
1.05
1 users

5

4

3

2

1