Search found 2 matches
- Mon Mar 22, 2021 10:26 pm
- Forum: General Discussion
- Topic: MLink - CHARACTERISTIC_FORMAT_STRING
- Replies: 0
- Views: 1321
MLink - CHARACTERISTIC_FORMAT_STRING
Hello, I use ESP-MDF in combination with MLink, to read and write data from my C# Application to the ESP32. Now I want to read and write a string (char*) to and from ESP32. If I use the follwing code, I get only the first 8 signs of the string, not the complete one. char thingname[30]; readStringFro...
- Tue Feb 16, 2021 10:19 am
- Forum: General Discussion
- Topic: ESP32 with aws-iot-device-sdk-embedded-C - Shadow EventHandler doesn't work
- Replies: 0
- Views: 1272
ESP32 with aws-iot-device-sdk-embedded-C - Shadow EventHandler doesn't work
Hi, I have an Esp32 to control different sensors. To change data like the temperature, I have an Alexa Skill with shadow function. That works for a while without problems. Since 2 month, the shadow event handler don't work correctly anymore. The connection to aws works, and the debugger tell, me, th...