Sming icon indicating copy to clipboard operation
Sming copied to clipboard

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

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

This is happening fairly frequently at the moment during CI tests. Can we fork it to SmingHub? https://git.savannah.nongnu.org/git/lwip.git/ See #1989, #1825

Hello, is some sample for ATClient ? I did not find .

Picking up from #1333 I've opened this issue so we can have a discussion about how to develop and test on the Host emulator with real devices. For example: *...

Enhancement

Mozilla is providing a [nice API](https://hacks.mozilla.org/2019/11/thermostats-locks-and-extension-add-ons-webthings-gateway-0-10/) for auto-discovery and control of IoT devices. Since Sming has good asynchronous web server and web client it should be easy to implement the...

Question

The stable Sming v4.0.0 supports 3.0.1 open sdk. But the official pfalcon repository, does not contain 3.0.1. Where is the recommended repository for open sdk 3.0.1 to use for v4.0.0....

Do you have suggestions for open-source tools that can help us improve the code quality? Add them as comment to this issue with a short description what they do and...

LGPLv3 is quite a good license but difficult to implement when used in an embedded system. Do you plan to have Sming available on a BSD license (or similar) to...

Hello. I'm trying to use the Servo driver, but I'm getting wdt reset. I tried flashinit with no luck. The only change in the Basic_Servo example I made is to...

The way I see it we have 3 choices: 1. Continue to support both Python 2.7 and Python 3.4+ 2. Deprecate Python 2 and require python 3 3. Don't bother...

I have been using the ESP-PWM for quite a while in this project (LED controller): https://github.com/verybadsoldier/esp_rgbww_firmware The PWM is in my opinion 100% smooth and stable as I did not...