element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Test & Tools
  • Technologies
  • More
Test & Tools
Blog Fun with BLE Apps and the MP730026 Digital Multimeter
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Test & Tools to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: shabaz
  • Date Created: 14 Nov 2022 3:06 AM Date Created
  • Views 3425 views
  • Likes 12 likes
  • Comments 10 comments
  • bluetooth
  • ble
  • mp730026
  • dmm
  • multimeter
Related
Recommended

Fun with BLE Apps and the MP730026 Digital Multimeter

shabaz
shabaz
14 Nov 2022


I had some time to experiment with my new MP730026 multimeter  and was intrigued to know if I could get the BLE capability functioning. I wanted to be able to access the meter from the laptop, and the mobile phone! The MP730026 was interesting because it’s got very decent resolution (10uV / 0.1uA), a good mix of measurement modes, and is very low-cost (£33).

It actually looks pretty smart too!

image

The MP730026 certainly won’t replace higher-end meters, but I thought this would be a great choice for home lab use.

Interestingly, an excellent advantage of BLE was that it was also possible to add new functionality : ) I added timestamped logging, and the ability to display the range limit (like more expensive Fluke and Keysight Multimeters can). I guess I should add some statistics features to the app at some stage.

It's really easy to use, it is one-click with your mouse from this point forward. If you have a MP730026 multimeter, then all you need to do is hold down the Bluetooth button on it to activate BLE, and then click here to run the app. You'll see the display shown below. Click on the green "Meter Select" button and pick the detected meter from the pop-up. There is nothing more to do.

image

The app is entirely written in JavaScript/HTML, therefore it is feasible to run it on a variety of platforms. However, sadly iPhone might not work, because the app uses a Web Bluetooth API that Apple might not have approved. I’m not sure. It certainly did not work on my iPad (I have no iPhone to test with).

EDIT: There's a solution for Apple mobile devices! I tested with an iPad, it works well. It has also now been tested on an iPhone 13. The solution is, to download a BLE-enabled web browser called WEBBLE from the Apple store (it costs $1.99). Then, tap near the top of the app to bring up an address bar, and it acts like a normal web browser then. Here is what it looks like (the app is displaying Overload because the meter is in resistance mode with nothing connected to the probes):

image

Here is a screenshot from an iPhone 13:

image

I won’t write a lot, because the 1-minute video explains it all mostly, and saves reading effort too.


You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

The web app source code is on GitHub. I relied heavily on the BLE data stream decoding analysis that was done by baldengineer . I just happened to use JavaScript instead of Python but the principle is the same. The decoding logic was slightly different for me, it may be because I have a more recent meter, or the UK/EU version may have a difference to the USA version. Please check each range makes sense before relying on the app! I’m not liable for any issues, the code is for free with no guarantee, and is intended for engineers, to evaluate themselves. 

If your meter is of a different revision or localization, then please take a stab at modifying the code and then submit a code modification request once you're happy, and I'll accept it. I unfortunately cannot test with other meters, partially due to time, and partially due to only owning just the one device.

Thanks for reading!

  • Sign in to reply
  • shabaz
    shabaz over 2 years ago

    An iPhone update from someone who tried it:

    my new meters have arrived today and I have just purchased the WebBLE App for £1.79 and I can confirm it works well on the Iphone 13, it was as easy as 123 to set up

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 2 years ago

    Good news, it can work on Apple mobile devices! At least, iPad is confirmed working, I just tested that now. I've added the info on how to do it in the blog post.

    Could use this to have a massive multimeter display to read across a large room! : )

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 2 years ago in reply to baldengineer

    Thanks for all your and your friend's original work on it! That was instrumental in getting this working!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 2 years ago in reply to scottiebabe

    Ahh excellent, glad you tried it out! Now the app is somewhat tested on at least two units : )

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 2 years ago in reply to dougw

    Thanks!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube