leech001/SIM800MQTT
STM32 HAL library for SIM800 release MQTT client over AT command
3 Releases
Latest: 4y ago
"DEACT" errorv2.1.1Latest
📋 Changes
- Add "DEACT" error;
- Correct printf placeholder params for unsigned;
Added publishing functions for numeric typesv2.1.0
📋 Changes
- Corrected delay on PUB SUB functions;
- Added publishing functions (MQTT_PubUint8, MQTT_PubUint16, MQTT_PubDouble, etc ) for numeric types:
- uint8_t;
- uint16_t;
- uint32_t;
- float;
- double;
MQTT PubSub versionv2.0.0
📋 Changes
- work is performed through the transparent mode;
- increased the buffer size to the maximum for SIM800 and now is 1460 bytes.
