Hello,
I am trying to connect an Arduino MKR 1500 NB to Thinger.io MQTT broker.
I did purchase the Maker account and tried following the tutorial settings found here
https://docs.thinger.io/mqtt
The acme.aws.thinger.io doesn’t appear to resolve.
Has anyone tried this? or at least with WiFi.
Thanks in advance
Hi @giannismaskl
The endpoint for the public cloud is console.thinger.io
Best Regards!
Hi @jaimebs
Thanks for the fast reply.
I did try console.thinger.io and still can’t connect to the mqtt broker.
Is there a way to connect external broker and store data to data bucket?
ega
October 24, 2023, 2:44pm
4
Hi,
It can be achieved by a RestAPI, but you need to make your broker sends the API request when receives the mqtt message.
It is a lot easier by thinger’s broker.
Hope this helps.
ega
October 24, 2023, 2:51pm
5
Hi @giannismaskl
For the mqtt broker you may use backend.thinger.io , iot.thinger.io or api.thinger.io
Hope this helps.
Hi @ega ,
is there a test code i can try?
iot.thinger.io works fine!
Thanks fo the help!