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, I'm not sure to understand, because I didn't find detail about bigflash and support of OTA with 2 ROM of 1 MBytes. You give an example with 1 ROM...

While setting CPOL and CPHA via SPISettings , swapped setup is adjusted(esp. SPI_MODE1,2) . NSS output pin is not setup (PIN_FUNC_SELECT(PERIPHS_IO_MUX_MTDO_U, 2) is missing in SPIClass::begin().

Does Sming has WS2801 LED Support? Can't find anything about this. Kind Regards

It would be advantageous to track progress of issues, knowing whether the issue has been triaged, assigned for resolution, resolved, etc. GitHub only really offers labels for this purpose. In...

If you try to assign multiple interrupts, using different interrupt modes, to the same pin, only the last attached will work and all others are ignored. Example: ``` attachInterrupt(PIN_4, posEdgeInt,...

LWIP PPP implementation could be included. It would be a nice feature to plug a GPRS modem on serial and talk PPP to it.

Ideas

**Summary:** With Sming version 3.8 and before I had a number of ESP8266 systems running with the primary UART connected to MH-Z14 and MH-Z19 CO2 sensors. These sensors allow for...

For Arduino ESP8266 & ESP32 there is the WiFiManager project: https://github.com/tzapu/WiFiManager This project allows for easy configuration of an ESP device by connecting to its AP and setting the WiFi...

I am getting an error at the end of flashing an application to an ESP8266. The code compiles and appears to flash but finally returns an error. How can I...

On my freshly installed Devuan machine, I found that the ```export.sh``` script doesn't add the xtensa's path ```/esp32/tools/xtensa-esp32-elf/esp-2021r1-8.4.0/xtensa-esp32-elf/bin/```. The ```install.sh``` script exits normally. My app builds normally once I add...