Dear,
I am using BG95 for an IoT application, with MQTT and AWS IoT Core. With my firmware I can publish on a random topic created ad hoc on AWS, I can publish on shadow $aws/things/thingName/shadow/name/shadowName/get
without problems, but when I publish on shadow $aws/things/thingName/shadow/name/shadowName/update
I receive always ERROR
. It seems that the module doesn’t send out anything.
The command that I am using is:
AT+QMTPUBEX=0,1,1,0,"$aws/things/thingName/shadow/name/shadowName/update","{"state": {"reported": {"test":1}}}"
Where is the error? On AWS side we open the policy for this test.
Thanks
Marco