SuperHouse / esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework
BSD 3-Clause "New" or "Revised" License
1.52k stars 491 forks source link

AWS IOT example with dhcp off #689

Open mohdamerkhalidi opened 5 years ago

mohdamerkhalidi commented 5 years ago

Hello, Th AWS_IOT example connects to my AWS account and is able to get the data from esp using publish and subscribe. But when I stop the dhcp to connect to my router with a static IP, the connection to AWS cannot be established. Is there a way to establish connection between esp and AWS without dhcp? Thanks.