Todd Austin

Results 5 issues of Todd Austin

When defining device subscription handlers, you cannot name a common handler across subscriptions. The SDK design seems to impose a unique handler name for each subscription. If I want to...

question
needs triage
reviewed

When programmatically issuing iw commands on wlan0 - specifically **scan** - frequent device-busy errors are encountered. This was an occasional issue on 32bit, but appears exacerbated on the 64bit beta.

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 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...