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

There might be problem with hardware SPI and SDCard. The SDCard sample compiles fine, but does only work (slow) when I replace `SDCardSPI = new SPIClass();` with `SDCardSPI = new...

The initial physical data is used initialize an ESP8266 chip and controls its behaviour. Sometimes you may want to change that data for a certain ROM on the device without...

0 - Backlog

Enable the internal pull-up resistor for the GPIO used by OneWire library. OneWire requires by its design a pull-up resistor, and if the internal one is not enabled an external...

See: https://github.com/esp8266/Arduino/issues/1921 and https://github.com/esp8266/Arduino/commit/1b8f6d2e8e2dc7008660732b96197fd1ae1a1439

3 - Review

Hi, My application is to implement a Serial2 handler to run serial protocol like ModBus on ESP32. My another microcontroller is polling for reply from ESP32 with baud rate 38400....

General option editing now seems to be satisfied using Kconfig, but managing pin assignments needs some special consideration so I've opened a new issue to discuss. Other than Host, Sming...

## Options, options, everywhere! Sming is highly configurable with a lot of settings. You can see some of them by running `make list-config`, though that list is actually incomplete (e.g....

Hi, I'm trying to bind web server to both station and AP network. When I run Station and IP without setting an IP and station receive the same IP as...

I've opened this issue to discuss how OTA (over-the-air) upgrading of existing ESP8266 devices might work when migrating to the new partition-table structure. With partition tables the ESP8266 layout has...

I'm setting up Sming on a new system and I noticed some complexities in the instructions. I think we should have a pretty straightforward, one shot, do it in 3,2,1...

Enhancement