st-device-sdk-c icon indicating copy to clipboard operation
st-device-sdk-c copied to clipboard

SmartThings SDK for Direct Connected Devices for C

Results 10 st-device-sdk-c issues
Sort by recently updated
recently updated
newest added

You have added two new functions: ``` iot_error_t iot_bsp_wifi_register_event_cb(iot_bsp_wifi_event_cb_t cb) void iot_bsp_wifi_clear_event_cb(void) ``` to the porting modules /src/port/bsp/xxx/iot_bsp_wifi_xxx.c These were added with no corresponding documentation about their purpose, and cause...

Suggestion: during st_conn_start, there are a number of warning messages displayed: W [IOT]: http_packet_read(103) > Connection closed I am seeing about 6 of these messages during onboarding. My understanding is...

I am testing out the Direct-connected device. However, when I tried to connect to the device using Smartthings app, it asked to join a custom network but it was unable...

I am testing the Raspberry Pi example from v1.8 release on a Raspberry Pi Zero. It appears to fail at the point where it should be switching the wifi back...

I am getting this error when I am trying to run make flash on esp8266 board. Please help ...

Apologies if I'm preaching to the choir and you've already considered this, but unless there's an optimizer in modern C compilers that I'm not aware of, a raw spin loop...

I've been working with Todd to try to get my Raspberry Pi Zero W running as a SmartThings device, using his [rpi-st-device](https://github.com/toddaustin07/rpi-st-device) package, following the build sequence driven by his...

` ## Marking lists - [x] I have read the [Contributing Guidelines](https://github.com/SmartThingsCommunity/st-device-sdk-c/blob/master/CONTRIBUTING.md). - [x] I have read the [Samsung Individual CLA](https://github.com/SmartThingsCommunity/st-device-sdk-c/blob/master/doc/SAMSUNGCLA.docx) and agree with it * We (SmartThings SDK team)...

Good day I tried to run the ESP32 switch example but when I pressed for 5 seconds the button the next message appeared. W (45182) [IoT]: st_conn_start(1226) > Can't start...