Sming icon indicating copy to clipboard operation
Sming copied to clipboard

Sming - powerful open source framework simplifying the creation of embedded C++ applications.

Results 103 Sming issues
Sort by recently updated
recently updated
newest added

This issue is created to collect all the tasks we need to do before the 4.7.0 release. ### Source Code - [ ] Update Sming/Core/SmingVersion.h. - [ ] Update Readme.md....

Release Prep

Using the instructions I installed the tools and the sming source. I changed to the Basic_Blink folder to try to run the sample and executed 'make' The script ran and...

Addresses #1937. This fixes the immediate problem but may have other unintended side-effects. Maybe others can comment on possible solutions to this issue?

@mikee47 I am working on ESP32 using Sming framework. I saw few things (Win 10). - Sming `choco install -y sming.esp32` doesn't install [idf-v4.3](https://github.com/mikee47/esp-idf/tree/sming/release/v4.3) from your repository. It installs idf-v4.1....

Hello. When ESP utilizes WiFi it couldn't properly disconnect or restart the device. ``` E (18626) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in...

Bug

@slaff I am working on connecting ESP into MQTT AWS IoT Core. I couldn't' connect it because it shows a debug message "please start sntp first !". I went deep...

This is not Sming issue, but something that I can't figure out. I'm trying to port the latest IR lib to Sming and I stuck with IR's FlashStrings not built...

Hi, we are looking into the sming framework and specifically the MQTT implementation to connect the device to AWS IoT Core and in order for that communication to be successful,...

I'm using sample from https://github.com/SmingHub/Sming/tree/develop/samples/Websocket_Client. Running on ESP8266 Wemos D1 Mini Board.