Allows for the management of an "Oregon Scientific WM100 SmartSync Heart Rate Logger" device.
Categories
Hardware DriversLicense
GNU General Public License version 3.0 (GPLv3)Follow wm100
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
I was waiting for someone to do this. Great little application. Easily compiled with no hand holding. Compiled on openSuse 11.4 and 13.1.
-
I compiled the tarball on ubuntu 12.04. Two little issues: First, it needs package libudev-dev in addition to libudev. Took a little while to realize that sometimes "dev" means /dev and sometimes it means "development." Second issue is with the Makefile in src/data: Resolution into udevadm doesn't quite work, and I kept getting "sudo: DEVADM: command not found". Took a while to understand. I'm lazy, so I just forced install-data-hook to use $(UDEVADM) rather than $(UDEVADM_COMMAND). In the app, "wm100 -h" doesn't work because the getopt_long() call is missing "h" in the 3rd arg. It should be: getopt_long (argc, argv, "hgcis::d:tvle:", long_options,&option_index)) != -1) The device sample rate is wrong. I have it set for 5sec, but the app is fixed at 2s. The windows wm100 application lets you change the sample rate. Other than those little things, all seems to work OK.