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

signalk-raspberry-pi-sx1262-rx

v0.0.14

Published

SignalK node server plugin that listen LoRa messages on Raspberry-Pi

Downloads

3

Readme

signalk-raspberry-pi-sx1262-rx

This plugin is designed to receive data from a SX1262 LoRa module.

The plugin has been developped for SX1262 LoRa Hat for Raspberry Pi.

This plugin can be downloaded via the SignalK application.

WARNING In order to properly use this plugin you need to have another Raspberry Pi equiped with the SX1262 LoRa module and the plugin signalk-raspberry-pi-sx1262-tx.

WARNING The SX1262 and this plugin is NOT compatible with LoRaWAN. However, it is ideal if you need high frequency LoRa messages with heavy payload.

Some examples of possible uses are found below:

  • Receiving telemetry from your boat at the distance up to 2km without internet,
  • Receiving critical alarms,
  • or receiving any field values of your choice such as, position, water temperature, wind speed, etc.

Getting Started

You will need a raspberry pi with SignalK installed along with a SX1262 LoRa hat to used it.

The SX1262 LoRa hat

I am using the SX1262 LoRa HAT found at the following link on waveshare. However there are other distributors to pick from.

SX1262

The datasheet and valuable information are available here: http://www.waveshare.com/wiki/SX1262_868M_LoRa_HAT

Connecting the SX1262 LoRa hat

All you need here is place correctly the hat at the top of the Raspberry Pi. However, WARNING, you need to remove the M0 and M1 jumpers and place the COMM jumbers in position "B" as shown in figure below.

SX1262

Plugin configuration

Install the plugin in signalk app store. After installation, restart the SignalK server. Go to Server and then Plugin Config.

The following parameters can be configured:

  • The receiving rate of the LoRa messages in seconds.
  • The SignalK path where you want to store the message in the SignalK server.

Authors

  • Jean-David Caprace - Author of this plugin