Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 442 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 442 Bytes

IoTNode

My IoT implementation with STM32F0 and nRF24L01.

Compile and run

  1. Install GNU Tools for ARM Embedded Processors. And execute make to compile the code.
  2. For Linux and OS X, clone this repo, follow the instructions on that page and install st-util to your system.
  3. Execute make flash to download the binray to a STM32F0 target via ST Link.