|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
Sigfox modem AT-command codec (PC_ENABLE_SIGFOX) - Wisol / Murata over UART. More...
#include "protocore_config.h"Go to the source code of this file.
Sigfox modem AT-command codec (PC_ENABLE_SIGFOX) - Wisol / Murata over UART.
The tiny-uplink half of a Sigfox-to-web bridge. A Wisol (SFM10R) / Murata Sigfox modem is driven by AT commands over a UART: pc_sigfox_build_uplink() formats an AT$SF=<hex> command for a payload (the Sigfox network caps a message at 12 bytes and ~140 messages per day, so uplinks are rare and small), and pc_sigfox_parse_response() classifies the modem's reply as OK, ERROR, or still pending (nothing conclusive yet). Pure text codec - you carry the bytes over your UART - so it is fully host-testable. This is uplink-only (the common Sigfox use); a device sends readings up, it is not addressed downlink.
Definition in file sigfox.h.