-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I send the temperature sensor data to AWS IOT cloud using ESP32H2 and Homepod? (CON-1478) #1210
Comments
@GayathriHommi Please check out this repository for a head start: esp-rainmaker-common. |
Hi, @GayathriHommi you can connect the ESP32-H2 to the cloud server with Homepod as the Apple Homepod supports the NAT64 feature. To use this feature your need to enable the following options in menuconfig:
After that you can use the common APIs to access Internet. |
@GayathriHommi Please close the issue if it has been resolved. |
@wqx6 while trying to connect esp32h2 to aws iot i'm facing some issues but the same code is working fine with esp32s3 esp-tls: couldn't get hostname for :a1q5vtttjz7alq-ats.iot.ap-south-1.amazonaws.com: getaddrinfo() returns 202, addrinfo=0x0 Are there any more changes to be made other than this |
I am using ESP32h2, a temperature sensor, homepod and I'm using esp-matter code example- sensors for sending the temperature data to Homepod home application. I want to send this temperature data to AWS iot cloud through VScode can i get any reference code or documents
The text was updated successfully, but these errors were encountered: