Hi, there is any software for windows or iPhone for data logging via Bluetooth?
Hi, there is any software for windows or iPhone for data logging via Bluetooth?
The non-official iPhone app is Meteor: search for "Meteor for 121GW" or https://apps.apple.com/us/app/meteor-for-121gw/id1452124710
The official Windows app available on Microsoft Store: search for "EEVblog" or https://apps.microsoft.com/detail/9N2681HJRTM8
Hi, there is any software for windows or iPhone for data logging via Bluetooth?
The non-official iPhone app is Meteor: search for "Meteor for 121GW" or https://apps.apple.com/us/app/meteor-for-121gw/id1452124710
The official Windows app available on Microsoft Store: search for "EEVblog" or https://apps.microsoft.com/detail/9N2681HJRTM8
Unfortunately the windows application is not available for some reason.
Until now I installed (with changed location of my PC to United States of America from Greece) in windows 10 & 11. The problem now is that the multimeter is not connected with the PC; both in windows 10 & 11. I used on both PCs the below Bluetooth (V4.0 & v5.0) adapters but no communication. Instead with the "Meteor for 121GW" it work fine.
After half a day of trial and error I found that the problem was the "Intel(R) Wireless Bluetooth(R)" driver. Only when I disable this driver and then disable and renable the bluetooth adapter then the bluetooth works (the bluetooth adapters didn't recognize any other device like my JBL speaker). I don't know if this is a bad luck or because the windows are windows!
One more thing is that the 121GW windows software don't have all the options like the iphone app even at the preview screenshots on the windows store shows more options.
Weird, because that is the exact driver I am using on my laptop and it is fine. Do you have an Intel wireless card installed? Maybe it has a fault...
At least you found a workaround, and it wasn't the EEVblog software.
While we're on the topic of small things in the manual anyway, I figured I'd mention a few I noticed while perusing it today.
...
- p16 notes lithium batteries may cause issues. What about NiMH? I'd guess no problem, but would be nice to see it mentioned as well.
- p18 footnote for DC 50 µA range notes something should be "REL'd out." Is that referring to the section "RELATIVE MEASUREMENT (REL)"? That section only mentions use for resistance measurements, not current. And the section on current measurement doesn't provide additional details either.
Again, none of these are a big deal. I don't own a 121GW, but it's a very intriguing product and I'm strongly considering it. Especially because I ordered a Brymen 789 seven weeks ago from WElectron, but it's still backordered, and I'm getting impatient to have a new toy to play with![]()
I will attempt to build a new version of the Windows App for distribution. Give me a day or two.
Edit 1:
I have been able to build the UWP app using VS2017, but it is reporting lots of issues. I can't build the iOS or Android apps with what I have installed.
The app starts and it can connect to my 121GW, but it is not showing any display. It is clearly communicating though as I can change the mode and range from the app.
It also looks quite different to the Windows Store version - I have long suspected this is a newer version of the source than available on the MS Store.
I don't have time to do much debugging right now, but will try look at it again soon. This has been on my to-do list for a while.
Edit 2:
After a lot of mucking around due to the code being so old, and not having the original development environment, I updated a bunch of stuff and then had to fix even more stuff.
I have it compiling again, and after adding some debug statements and error handing it is now displaying an LCD - but not with the correct data. The data packets are not being interpreted correctly. At first glance the data seems correct, so it is just not converting properly between bytes and hex before decoding. This bit should not be hard to fix, just poor handing of byte encoding as UTF-8 I think.
While I was at it, I started fixing the splash screen and icons which seem to be missing from the UWP code in GitHub. Even the app name wasn't set correctly. Still a few UI issues, but I won't spend much time on those.
The big issue then becomes distribution, as I don't have a current code signing certificate. I might ask Dave how he feels about pushing it to his MS Store account, assuming he still has access.
Edit 3:
OK, I had to do major edits to the packet decoding. I don't know how or if this code ever worked. It expected the wrong packet size, and many of the byte offsets (but not all) were off by one. It is now mostly working, but every now and again it seems to lose data (maybe it cannot keep up in debug mode) and then throws exceptions due to garbage data and poor error handing. It doesn't do a checksum validation, so adding that will help.
The code still seems to be missing some UI features (some text and icons), and some SVG data is bad so some LCD symbols look terrible.
Not sure if it is worth spending much more time on it without knowing if it will be useful to someone. I am happy to put the fixed code up on Github either way.
Not sure if it is worth spending much more time on it without knowing if it will be useful to someone. I am happy to put the fixed code up on Github either way.
Thanks. Isn't that what github is good for, like making a Fork of the original code etc?
Yes, but things are rarely that easy... especially when working on someone else's old code that you are not familiar with.
In this case, the code on Github does not match the released app on the MS Store. That is version 1.4.65 vs the GitHub version of 1.0.4 (based on the package manifest).
Hi, any news about the new windows version?
Hi, Dave. There is any magnetic hanger/holder for the 121GW? I couldn't find any on the eevblog store.
Hi, Dave. There is any magnetic hanger/holder for the 121GW? I couldn't find any on the eevblog store.You can use the UEi AMH1 for this: https://www.ueitest.com/ECommerce/product/amh1/magnetic-hanger-digital-multimeter-series
It's not a perfect setup, as the 121GW won't fit very well in the carry case with the hanger installed, and removing it requires some effort. But otherwise it works.