Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1 KB

README.md

File metadata and controls

26 lines (19 loc) · 1 KB

=============================================================

Dragino LSN50 & LSN50-v2 LoRa STM32 Source Code

Repackaged to build with STM32CubeIDE

This is a copy of the repository LoRa_STM32 from Dragino.

The repository contains the sources to build a sample LoRa application for their LSN50 and LSN50-v2.

The core of the code is unmodified, but in this version is added the WNK8010-TT sensor I2C. See the code:

  • Driver/BSP/Components/wnk8010
  • Src/bsp.c
  • Src/main.c

Tha packeg peylaod is:

  • 2byte Battery Voltage
  • 3byte RAW Pressure value WNK8010
  • 2byte Temperature value WNK8010

or search the #define USE_WNK8010

Tested this with the LSN50-v2 and STM32CubeIDE 1.12.1.

Contact me if you need embedded customizations.