Smooth icon indicating copy to clipboard operation
Smooth copied to clipboard

C++ framework for embedded programming on top of Espressif's ESP-IDF.

Results 14 Smooth issues
Sort by recently updated
recently updated
newest added

See https://github.com/PerMalmberg/Smooth/issues/171

I have a **ESP32-C3** module. After setting this chip as a target: > idf.py set-target esp32c3 I'm running into a **compilation error**: ``` /Users/paul/smoothoperator/externals/smooth/lib/smooth/core/filesystem/MMCSDCard.cpp: In member function 'virtual bool smooth::core::filesystem::MMCSDCard::init(const...

Hello, Again, thank you for sharing this framework with the world. I'm returning to my project and since updating to IDF4.2 and Moquitto 6.0.1, I'm having connection issues with MQTT....

added SSD1306 I2C version fix build_test.sh update README.md

This appears to be missing. I can't find a place where `started` is set to anything but the initial value of `started = false`

Hello, For my application, I need to send messages from an ESP32 to my main computer (which hosts a mosquitto broker) at a minimum rate of 1000 messages per second....

question

Currently I am transmitting an XML file (size approx. 700kB) via `responses::FileContentResponse` from SDcard to the Browser using a REST request/response. In the Browser I process this file using `DOMParser()).parseFromString(str,...

I see the problem that TCP communication seems to be relatively "slow". I put "slow" in quotes because it is "somehow" fast but not really fast enough for what I...

Discussion

First of all, your framework looks well designed so I think this could be my first of many PR's. I added support for wired Ethernet, which required a refactor of...

Currently certificates and keys are hard coded, methods for each should be added to the TLS context class to allow reading them directly from file.

enhancement
help wanted