Hello, I’ve tried to implement Azure Iot in project, but there is no example on c, this one
code could not used control of LED like in demo-js
Could somebody provide a small code or give some documentation? Please.
Hello, I’ve tried to implement Azure Iot in project, but there is no example on c, this one
code could not used control of LED like in demo-js
Could somebody provide a small code or give some documentation? Please.
Use demo.c for c code
Yeap, I’ve tried another time, chip connected to AZURE, but I couldn’t control LED.
On the other hand, if I use demo-js, it connects too, but I can control LED.
demo-c
is not a one-to-one replacement of demo-js
.
You’ll have to implement some features yourself.
I’ve understood it and asked if somebody has a small example on c.
@dsmyalkovskiy: Did you work it out and how? I’m also looking for a working example with twin data and telemetry data sending.