Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 2.08 KB

README.md

File metadata and controls

54 lines (34 loc) · 2.08 KB

Introduction

This project is meant to test low-power embedded system over wireless communication such LoRaWAN. Based on Mbed platform and EmOne's STM32L151x controller, modules: HX711, ADS1232, and ADS1220 have been used for recording and streaming weights over the network.

Wiring Diagram

Using

All helper scripts are placed in scripts directory.

  • To compile code: scripts/compile.sh
  • To flash firmware, it depends on your programmer:
    • ST-Link: use the scripts/flash_stlink.sh which commands with the ST-Flash software.

    • SEGGER's J-Link V2: use the scripts/flash_jlink.sh which commands with the SEGGER's J-Flash software.

Experiment

The result

Notes

Mbed Framework

LoRaWAN & Gateway