sdk-cpp icon indicating copy to clipboard operation
sdk-cpp copied to clipboard

Results 9 sdk-cpp issues
Sort by recently updated
recently updated
newest added
trafficstars

Starting an issue to see if any thought has been put into an addition to Improv that would allow for listing APs that the device sees. This could make Improv...

enhancement
help wanted

Hi, This is not actually an issue but rather a request. Improv currently uses ble or serial to function, why not use wifi. Like with esp rainmaker, esp generates an...

enhancement
help wanted

Trying to use Improv with BLE adoption, but can't find any examples other than the ESPHome implementation (which is a bit too complex for my limited understanding). Do you have...

Adding a demonstration use of Improv WiFi via Serial as example

We're using the RPC command to scan for WiFi networks over Bluetooth and just need the Bluetooth state to match. The docs don't say anything about scanning for WiFi APs...

Hi all, is there any plan on creating a documentation or some small code samples for esp8266? I can't make it to work on esp8266. Thanks

enhancement

The headers use `vector` and other STL structures. STL is not available on all IOT compilation environments, and some environments prohibit exceptions (which are required by the STL). Please consider...

enhancement
help wanted

Hi @balloob - this is a great initiative and I'm interested in implementing it into a project we're working on at adafruit. I'm not sure where "Proposals" to the standard...

This PR adds supports for custom RPC commands (that support any amount of data fields) so Improv can be extended by the user for custom use cases (such as cases...