Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.59 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.59 KB

Arduino-BRKWS01

MAMDSig Library is made for Breakout Sigfox BRKWS01 kit and support WISOL SFM10R1 chip. This library lets you connect to the Sigfox network

Supported devices

  • BRKWS01 module (using WISOL SFM10R1 chip)

Hardware

Breakout Sigfox BRKWS01

  • [Pinout Sigfox]

BRKWS01 Circuit Diagram

Alt Text

BRKWS01 AT Commands

Software

1. Install MAMDSig Library

Arduino IDE 1.8.x
  • Download all files and extract onto the "My Documents\Arduino\libraries" folder in your project in sketch.

Or (recommended)

  • To use a library in a sketch, select it from Sketch > Import Library (Zip file).

2. AT Commands

AT$T?              // Get the current temperature
0272               // 27.2°C

AT$V?              // Get the current Voltage
3305               // 3.305V current Voltage
3325               // 3.325V last transmission Voltage


Revision History

  • Initial Release : 11 June 2018
  • This version has been adapted: Mr Med Ali Mortadha DAHMANI, 2018.