Skip to content

Releases: SmingHub/Sming

v1.3.0

08 Oct 16:55
Compare
Choose a tag to compare

Generic

This is a new Base Release of Sming Framework.
Since the 1.2.0 release, major effort has been done to stabilize Core and extend with major functionality.
Note: the libsming.a binary is not included in the source release any more, please build it yourself.

(New) Features

  • ESP8266 functionality based on Espressif SDK 1.3.0
  • TCP Stack based on LWIP
  • HTTP, AJAX, Websockets support
  • MQTT, support based on libemqtt
  • OTA support based on rBoot (open source bootloader)
  • Filesystem support based on Spiffs and Spiffy
  • JSON support based in ArduinoJson

Libraries

A large number of (Arduino) libraries have been ported to the Sming environment.
Please check the Libraries and Examples folder for a full list.

1.2.0

25 Jun 04:01
Compare
Choose a tag to compare
1.2.0 Pre-release
Pre-release

New features

Fixes

1.1.0

13 May 17:41
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release

Download

New examples added:

  • Basic_AirUpdate
  • HttpServer_ConfigNetwork
  • ...

New features & changes

  • Cross platform compatibility
  • Sming is a library
  • Sming project builds separately from core
  • Chocolatey sming.core package updated to 1.1.0

Breaking Changes

1.0.7

23 Apr 22:09
Compare
Choose a tag to compare
1.0.7 Pre-release
Pre-release

Download

New examples added:

  • MqttClient_Hello
  • TcpClient_NarodMon
  • UdpServer_Echo
  • Basic_Interrupts
  • WS2812 RGB LEDs

New features & changes

  • MQTT protocol support
  • Automatic flash file system erasing
  • Moved to ESP MicroC library
  • Added UDP protocol support
  • Minor Core bugfixes

1.0.5

06 Apr 02:05
Compare
Choose a tag to compare
1.0.5 Pre-release
Pre-release

Download

Port Ultrasonic lib and example for distance measuring using HC-SR04 and similar modules (#16)
Add ICON MIME Type SmingCore
Add text/xml MIME Type SmingCore
Add WDT Watch Dog class
Fix Reboot by WDT bug in LWIP