Sirapol Sriuaipornchai

Results 19 comments of Sirapol Sriuaipornchai

I try to put json via JsonVariant like below code. ``` RPC_Response processSwitchChange(const RPC_Data &data) { Serial.println(F("Received the set switch method")); // Process data const bool switch_state = data[RPC_SWITCH_KEY]; Serial.print(F("Example...

I found something. In function `process_rpc_message` After `#ifdef THINGSBOARD_ENABLE_STL` response is not corrent. Is it corresponding memory or not ? I try to pass json to `Send_Json_String()` it work. ![image](https://github.com/thingsboard/thingsboard-client-sdk/assets/7825850/c6a646d1-dfbf-4288-b9b6-76f836e7d99b)...

I verify about this issues. But, I not have idea for solve it. I will tell you. The first one. `RPC_Response` before line 1781 is correct from call back. When...

Hello, After I take my many time. I think, It has issues about ArduinoJson memory and anything about it. I let override `process_rpc_message` like below picture. ![image](https://github.com/thingsboard/thingsboard-client-sdk/assets/7825850/92bfa8a2-5f25-4778-8879-3bb0c5dcbe28) And in `RPC_Response`...

> @sirapol I'm trying to replicate your solution and you made use of a function called "splitString()". I can't find any reference of this function. Sorry. It my function. ![image](https://github.com/thingsboard/thingsboard-client-sdk/assets/7825850/158372b5-e9ed-4491-9710-a57a35f02911)

> So I have done all the mods, but it seems there is some key element I'm missing somewhere. The ESP32 reboots after it has built the response topic. >...

> Okay perfect thanks a lot for confirming. For now use that workaround. > > I will work on a fix and mention this issue in the pull request once...

Me too. When are you update the example?

> Hi @232485, we plan to support Gateway for the ESP platform but it is not yet clear when the development starts. Hello, I need like this. I need to...