npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

owlcms-firmata

v2.0.6

Published

User-configurable driver for weightlifting refereeing devices using the owlcms MQTT protocol.

Downloads

4

Readme

owlcms-firmata

owlcms-firmata is a user-configurable device driver for refereeing devices used with the owlcms Olympic Weightlifting competition management system. This program allows hobbyists to their own devices using Arduino board. Instructions for use are found in the INSTRUCTIONS.md file.

The uses configuration files to change pin assignments as required. No programming is required. See the diagrams/CONFIGURATION.md file for details.

Construction diagrams and configuration files are provided for common device configurations:

  • Timekeeper Buttons The buttons can be connected to the announcer laptop and do not interfere, or to a separate timekeeper laptop if one is used.
  • Refereeing Devices This is the typical owlcms setup, used with a laptop provides the down signal and buzzer. The design includes LEDs and buzzers to provide reminders and summon the referees. These can be omitted to create a minimal buttons-only design.
  • Refereeing with External Down Signal Light and Buzzer Two relays control the external light and buzzer. This allows compliance with the traditional competition setup.
  • Jury President Buttons This is the typical owlcms setup, used with a laptop that shows the referee and jury member decisions.
  • Full Jury President Console with Indicator Lights. This diagram shows how a device that has all the indicator lights described in the IWF TCRR can be built.

The driver relays commands from owlcms to the board and sends events from the board back to owlcms. Any board that can be loaded with Firmata can be used. The following illustrates the process using the refereeing devices.

overview

Any board that can be loaded with Firmata can be used. Firmata (see the firmware folder) is loaded once and not touched afterwards. The program also supports the pin assignments for commercial devices being developed by the Blue-Owl project.

The pin configuration for a device is read from an Excel spreadsheet.

  • Each pin number can be mapped to a button and the MQTT message to be sent when the button is pressed is defined.

  • Conversely, an MQTT message received can be mapped to one or more pins. For each pin the expected action is given -- turning the pin on or off, flashing the pin, emitting a tone, triggering a relay.

  • Sample pinout configurations are copied into the installation directory. You can take these files and edit them to change the pin numbers. To run with the modified assignments, copy the files to the installation directory next to the program.

  • Instructions for using the Wokwi Arduino simulator together with this program as also given: this allows running the design live with owlcms before building it.

Credit The idea and incentive for this program come from the Blue-Owl project by Scott González.