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

Hi there Has anybody built Sming under PlatformIO? Regards Michael

We are interested in gathering information about hardware and software where Sming Framework is used. This will help us, the core developers, understand better what Sming is used for and...

For me the SmartConfig sample does not work. The output from the esp8266 is: `SC version: V2.5.4 mode : sta(5c:cf:7f:33:74:c3) add if0 scandone scandone SC_STATUS_FIND_CHANNEL` I'm under Linux, I followed...

I would like an information if possible about the sming. I programmed it in the first version of Sming and it worked perfectly, I downloaded version 3.7.0 and now from...

Hello. What I did today 1. Install ubuntu 18.04 x64 2. Install esp-open-sdk 3. Install Sming 4. Install esptool 5. Install esptool2 6. Build Sming 7. Build&Flash&Test Basic_Blink 8. Build&Flash&Test...

One question please gentlemen: The ESP has to be initialized with the RF configuration data which is specific to the used SDK, as far as I understand it (`make flashinit`)....

It may be advantageous to monitor the size of the library to track how it grows (or shrinks) based on commits. This may help to avoid bloat and identify areas...

Hello. I test I2C functionality. I use class TwoWires and Wire object (like in example) For first look it is ok. for example, following code is ok. ``` Wire.beginTransmission(address); Wire.write("Test");...

Hi everyone. As we know ( [1](http://tech.scargill.net/esp8266-ram/) [2](http://bbs.espressif.com/viewtopic.php?t=1110) etc ) stack and heap grow from opposite sides and no protection for meeting in the middle exists. We should find a...

Hi. I'm getting the Fatal exception 28 when trying the rBoot sample on an Ai-Thinker ESP-12-F (no SSL download, I don't know if can be related to https://github.com/SmingHub/Sming/issues/1167). I noticed...

0 - Backlog