Arduino Digital Multimeter Lt Application icon

Arduino Digital Multimeter Lt 1.6

1.7 MB / 5K+ Downloads / Rating 3.7 - 29 reviews


See previous versions

Arduino Digital Multimeter Lt, developed and published by jedijaja, has released its latest version, 1.6, on 2016-07-28. This app falls under the Tools category on the Google Play Store and has achieved over 5000 installs. It currently holds an overall rating of 3.7, based on 29 reviews.

Arduino Digital Multimeter Lt APK available on this page is compatible with all Android devices that meet the required specifications (Android 3.2+). 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: com.homecompany.arduinometer_lite

Updated: 9 years ago

Developer Name: jedijaja

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Arduino Digital Multimeter Lt 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

3.7
Total 29 reviews

Reviews

4 ★, on 2020-04-12
When exit application i get this message: java.lang.NullPointerException: connection at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:128) at android.hardware.usb.UsbRequest.initialize(UsbRequest.java:94) at com.hoho.android.usbserial.driver.CdcAcmSerialDriver$CdcAcmSerialPort.read(CdcAcmSerialDriver.java:165) at com.homecompany.arduinometer_lite.MainActivity$DataReceiveThread.start(MainActivity.java:485) at com.homecompany.arduinometer_lite.MainActivity$4.run(MainActivity.java:448) at java.util.TimerThread.mainLoop(Timer.java:555) at java.util.TimerThread.run(Timer.java:505)

5 ★, on 2016-11-19
I test now. sure or not

5 ★, on 2020-08-26
Useful

Previous Versions

Arduino Digital Multimeter Lt 1.6
2016-07-28 / 1.7 MB / Android 3.2+

About this app

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

New features

1. CH340 UNO R3( Cheap Arduino clone ) available
2. - 50 ~ 50 V measure
3. Recognition of Arduino.cc and Arduino.org is added
4. 50 V mode added

App Permissions

Allows applications to open network sockets.
Allows applications to access information about networks.
Allows an application to write to external storage.
Allows an application to read from external storage.