How to receive device ressouces with an esp32(m5stick)

Hi,I have a device conected to thinger and it posts the temperature, but now I need to receive that data posted on thinger to my m5stick c. I’m new at this and i don’t really understand how i use a get or whatever i have to use. if someone could help me I would be very gratefull

Hello @lluc_romeu!

Nice to meet you in our community.

Actually, in Thinger.io there is no pull/post/get etc, we’re using input and output resources that provide efficient bidirectional communication. The best way to learn how to use this platform is by reading our documentation. This link talks about resources: https://docs.thinger.io/coding#adding-resources

And you can use also our Arduino example codes. M5 Stack can be programmed using ESP32 example.

Hope it helps!