Arduino Digital Multimeter Lt Apk
Apk Infos
Version | 1.6 |
Rating | 3.7/5, based on 29 votes |
Size | 1.7 MB |
Requires Android | Android 3.2+ (Honeycomb) |
Author's Notes | Arduino Digital Multimeter Lt is Digital multimeter (DMM) app using Arduino. |
About Arduino Digital Multimeter Lt APK
Table Of Contents
Description
Arduino Digital Multimeter Lt is Digital multimeter (DMM) app using Arduino. You need not any bluetooth module and any supply power.You need just one Arduino Board(UNO, MEGA, anything else), cables(USB, USB-OTG, probe cable) and Android Smartphone with USB-OTG.
(Recent Android Smartphone has almost this USB-OTG function.)
You can measure the voltage(-50 ~ 50 V) and resistor value (1 ~ 500 kohm or more) like usual DMM. (I recommend Calibration function must be done before 50 V mode for more precise measure.)
It's usage is very simple.
Download below code to your Arduino and connect wire to A3 and GND.
That's all. You can measure the voltage with your Android phone.
========================================
int value, i;
void setup() {
Serial.begin(115200);
}
void loop() {
value = 0;
for (i=0;i<10;i++)
value += analogRead(A3);
value /= 10;
Serial.write( "Start");
Serial.flush();
Serial.write( (value >> 8) & 0x03);
Serial.write( value & 0xff);
}
========================================
Connection for other modes (50V, resistor, short) can be informed at inner blue button.
For more detail Quick Start, you can visit at "http://blog.daum.net/jedi_jaja/2".
For the other usage (50V, Resister, short, Calib, Save ), you can see at
"http://blog.daum.net/jedi_jaja/3"
"http://blog.daum.net/jedi_jaja/4"
"http://blog.daum.net/jedi_jaja/5"
Don't be afraid. It's very Simple. And "Quick Start" in app setting button. you can enter above site directly.
Enjoy this app.
And if any question. contact me at "jedijaja@gmail.com"
----
개발자 연락처 :
jedijaja@gmail.com
010-9334-2849
Latest updates
What's new in version 1.6
1. CH340 UNO R3( Cheap Arduino clone ) available2. - 50 ~ 50 V measure
3. Recognition of Arduino.cc and Arduino.org is added
4. 50 V mode added
How to install Arduino Digital Multimeter Lt APK on Android phone or tablet?
Download Arduino Digital Multimeter Lt APK file from ApkClean, 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 (com.homecompany.arduinometer_lite-v1.6-ApkClean.apk)
- Tap Install when prompted, the APK file you downloaded will be installed on your device.
Older Versions
1.6 (6) | 1.7 MB |
Questions & Answers
Q: What is an APK File?
A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.
Q: If I install an APK from this website, will I be able to update the app from the Play Store?
A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.
Q: Why ApkClean.net can guarantee APK 100% safe?
A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.
Q: What are Android App permissions?
A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.
Don't hesitate to contact us if you have any questions or concerns.
(*) is required