Home › Forums › Mooshimeter Support › Library for Linux
This topic contains 5 replies, has 2 voices, and was last updated by Marc Wiemers 7 months ago.
-
AuthorPosts
-
pabloLet me introduce yet another library that talks to mooshimeter. This time under Linux. In C++. Works with generic bluetooth adapters.
-
Works really nicely! Love where this is going :)
-
Marc Wiemersunder debian Buster i got the messages
./app1
heartbeat thread: Writer: PCB_VERSION: no such command
reader thread: BLE: read: Connection reset by peer
and nothing will happend. I change the address of the meter and the streams.does any one have an idea?
-
sigurgDoes your mooshimeter have a firmware version starting with 152?
If so, the original lib won’t work, because the CRC32 checksum verification during connection is broken.You can try my patched version instead:
https://github.com/sigurg/VoltFish/tree/master/src/libI didn’t bother to maintain the lib as git submodule, but copying the files from my repo should work (you might need to add the “-lz” linker flags, since I added a dependency to zlib for their crc32() calculation).
If you are interested in helping to maintain the lib, contact me (an issue on github would be ideal) and I will split the lib to a separate repo…
-
TimMarc, Are you using the built-in Bluetooth on a Pi3 or Pi4? I get similar errors, unless I use a USB BT dongle. I don’t know nearly enough about Bluetooth to say why this might be, but it might be worth trying to reach the author of the C library.
-
Marc WiemersI try it under debian buster with Bluetooth Dongle
0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Do you have an idea?
I want to read the mooshimeter by desktop or labtop with python to write the values in a file.Thanks
Marc
-
AuthorPosts