Skip to content
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

Open
GayathriHommi opened this issue Dec 16, 2024 · 2 comments

Comments

@GayathriHommi
Copy link

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

@github-actions github-actions bot changed the title Can I send the temperature sensor data to AWS IOT cloud using ESP32H2 and Homepod? Can I send the temperature sensor data to AWS IOT cloud using ESP32H2 and Homepod? (CON-1478) Dec 16, 2024
@pimpalemahesh
Copy link
Contributor

@GayathriHommi Please check out this repository for a head start: esp-rainmaker-common.
For more information related to MQTT with ESP-IDF, you can refer to this documentation. A similar approach can be implemented with ESP-Matter as well

@wqx6
Copy link
Contributor

wqx6 commented Dec 18, 2024

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:

CONFIG_OPENTHREAD_DNS64_CLIENT=y
CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM=y

After that you can use the common APIs to access Internet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants