GitPedia
leech001

leech001/SIM800MQTT

STM32 HAL library for SIM800 release MQTT client over AT command

3 Releases
Latest: 4y ago
"DEACT" errorv2.1.1Latest
leech001leech001·4y ago·August 7, 2021
GitHub

📋 Changes

  • Add "DEACT" error;
  • Correct printf placeholder params for unsigned;
Added publishing functions for numeric typesv2.1.0
leech001leech001·5y ago·May 6, 2021
GitHub

📋 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
leech001leech001·5y ago·December 1, 2020
GitHub

📋 Changes

  • work is performed through the transparent mode;
  • increased the buffer size to the maximum for SIM800 and now is 1460 bytes.