Search found 47 matches
- Sat Jun 27, 2020 4:01 pm
- Forum: ESP RainMaker
- Topic: List of Supported features with "ESP Rainmaker"
- Replies: 1
- Views: 1279
Re: List of Supported features with "ESP Rainmaker"
Our current feature roadmap is now available on the RainMaker website . We are always open to new feature requests, which you can add here on the forum or on GitHub issues . If you think that RainMaker could be useful for your commercial deployments, you can get in touch with us at esp-rainmaker-adm...
- Fri Jun 19, 2020 7:04 am
- Forum: ESP-IDF
- Topic: ESP32 - Azure SDK compiling error
- Replies: 1
- Views: 677
Re: ESP32 - Azure SDK compiling error
Hi Sumesh, Instead of trying to copy esp-azure to esp-idf/components, you can just add the esp-azure path to your CMakeLists.txt file. There could be issues with how path is managed in Windows, so the easiest way I found is to add the path to an environment variable, like $ export AZURE_PATH=C:\path...
- Tue Jun 09, 2020 6:01 pm
- Forum: ESP RainMaker
- Topic: AWS Cloudless & ESP RainMaker
- Replies: 1
- Views: 1332
Re: AWS Cloudless & ESP RainMaker
Can you please send an email to esp-rainmaker-admin@espressif.com for the details?
- Tue Jun 09, 2020 1:03 pm
- Forum: ESP RainMaker
- Topic: Information About Cloud Middleware?
- Replies: 5
- Views: 4220
Re: Information About Cloud Middleware?
Can you please send an email to esp-rainmaker-admin@espressif.com for the details?
- Fri May 15, 2020 11:04 am
- Forum: News
- Topic: Apple HomeKit ADK port now available for ESP32/ESP32S2
- Replies: 0
- Views: 8127
Apple HomeKit ADK port now available for ESP32/ESP32S2
A port of Apple's Open Source HomeKit ADK is now available for ESP32/ESP32S2 on GitHub. Currently we support only the IP transport. BLE will be added later.
- Fri Apr 24, 2020 6:49 pm
- Forum: ESP RainMaker
- Topic: ESP32 WROOM
- Replies: 2
- Views: 3291
Re: ESP32 WROOM
We will start giving out support for ESP32 on-demand and later open up to a wider audience. Can you send the email id you used for registering on ESP RainMaker to esp-rainmaker-admin@espressif.com?
- Wed Apr 22, 2020 7:06 am
- Forum: ESP RainMaker
- Topic: Information About Cloud Middleware?
- Replies: 5
- Views: 4220
Re: Information About Cloud Middleware?
This is a service built on top of AWS serverless services and is free for Makers to connect their devices.
- Thu Apr 16, 2020 10:27 am
- Forum: News
- Topic: ESP RainMaker Released
- Replies: 0
- Views: 4003
ESP RainMaker Released
Today, Espressif announced the release of ESP RainMaker. This is yet another step forward in Espressif's strategic plan to help makers quickly build connected devices, and access them through phone apps, third-party services or voice assistants, without having to manage the infrastructure involved i...
- Mon Apr 06, 2020 10:52 am
- Forum: ESP-IDF
- Topic: Provisioning Manager WiFi not working
- Replies: 3
- Views: 2759
Re: Provisioning Manager WiFi not working
Hello, there is a specific format in which you need to post data on the provisioning handlers. We use protobuf for data serialisation. Please check here: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/provisioning/wifi_provisioning.html. Sample implementations of the clien...
- Wed Mar 11, 2020 1:35 pm
- Forum: ESP-IDF
- Topic: `example/provisioning/manager`, no Internet connection error
- Replies: 1
- Views: 1517
Re: `example/provisioning/manager`, no Internet connection error
Hello, The mDNS warning is expected and can be ignored. If you explicitly start mDNS, appropriate Wi-Fi provisioning mDNS service will be announced. This is for future enhancements in the phone apps, for a smoother provisioning flow. The "No Internet Connection" message is also expected since your p...