You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
github-actionsbot
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
@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
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:
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: