-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[General] <Green Grass Discovery Demo> #3453
Comments
Hi, we're looking into this issue and will get back to you, thanks! |
That would be really helpful. |
Hi, did you enable cloud discovery for the Greengrass core? If not, see Connect V1 Greengrass Devices and Interact with local IoT devices. Let me know if this does not solve your issue. |
Hi, I already enabled cloud discovery for the greengrass core.
|
Hmm, from the logs posted in the initial post, it looks like its getting past that and failing in |
Looking at that screenshot, the SOCKETS_Connect call is getting the correct ip/port from the json document, so the issue is likely with the Greengrass certificate. What is the error if the section with the |
Are you still facing this issue? |
Hello Folks,
I have been trying to get green grass discovery demo working on ESP32-WROVER hardware but couldn't not get any resource of green grass device v2.
Hardwares Used:
Steps I followed to setup GGC on RPi:
IAMFullAccess
AmazonS3FullAccess
AWSGreengrassFullAccess
AWSIoTFullAccess
and it was showing aws.greengrass.cli component's status as Running
Steps I followed to setup GGC Discovery Demo on ESP32:
git clone https://github.com/aws/amazon-freertos.git --recurse-submodules
cd amazon-freertos
git fetch --all –tags
install.bat
export.bat
**idf.py -DVENDOR=espressif -DBOARD=esp32_wrover_kit -DCOMPILER=xtensa-esp32 build**
12 .Flashed and monitored firmware using idf.py -p COM3 flash monitor
But not getting green grass device information 😕 Don't know what was the mistake !
Attaching logs of ESP32 monitoring.
Can anyone point me about the possible issue/s and probably solution !?
Thanks.
Jitendra
The text was updated successfully, but these errors were encountered: