1/5
Arduino Digital Multimeter Lt screenshot 0
Arduino Digital Multimeter Lt screenshot 1
Arduino Digital Multimeter Lt screenshot 2
Arduino Digital Multimeter Lt screenshot 3
Arduino Digital Multimeter Lt screenshot 4
Arduino Digital Multimeter Lt Icon

Arduino Digital Multimeter Lt

jedijaja
Trustable Ranking IconTrusted
1K+Downloads
2MBSize
Android Version Icon3.2.x+
Android Version
1.6(25-03-2018)Latest version
-
(0 Reviews)
Age ratingPEGI-3
Download
DetailsReviewsVersionsInfo
1/5

Description of Arduino Digital Multimeter Lt

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

Arduino Digital Multimeter Lt - Version 1.6

(25-03-2018)
Other versions
What's new1. CH340 UNO R3( Cheap Arduino clone ) available2. - 50 ~ 50 V measure3. Recognition of Arduino.cc and Arduino.org is added4. 50 V mode added

There are no reviews or ratings yet! To leave the first one please

-
0 Reviews
5
4
3
2
1
Info Trust Icon
Good App GuaranteedThis app passed the security test for virus, malware and other malicious attacks and doesn't contain any threats.

Arduino Digital Multimeter Lt - APK Information

APK Version: 1.6Package: com.homecompany.arduinometer_lite
Android compatability: 3.2.x+ (Honeycomb)
Developer:jedijajaPermissions:3
Name: Arduino Digital Multimeter LtSize: 2 MBDownloads: 248Version : 1.6Release Date: 2020-05-21 14:58:32Min Screen: SMALLSupported CPU:
Package ID: com.homecompany.arduinometer_liteSHA1 Signature: A6:D3:11:6D:47:BF:33:E5:75:AB:92:12:54:AB:2F:0F:1F:35:24:F6Developer (CN): Hewon JungOrganization (O): Local (L): Country (C): State/City (ST):

Latest Version of Arduino Digital Multimeter Lt

1.6Trust Icon Versions
25/3/2018
248 downloads2 MB Size
Download

Apps in the same category

You may also like...