Search found 268 matches

by ESP_Piyush
Sat Jun 27, 2020 4:16 pm
Forum: ESP RainMaker
Topic: We tried ESP2-S2 & Rainmaker. We have questions ...
Replies: 4
Views: 7995

Re: We tried ESP2-S2 & Rainmaker. We have questions ...

Hi George, Good to know that you liked ESP RainMaker and the evaluation was satisfactory. As you rightly said, since all the messages currently go through AWS, sometimes the responses could be sluggish. However, we indeed have plans to add local control facility. We already have an ESP Local Control...
by ESP_Piyush
Sat Jun 27, 2020 4:01 pm
Forum: ESP RainMaker
Topic: List of Supported features with "ESP Rainmaker"
Replies: 1
Views: 4517

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...
by ESP_Piyush
Fri Jun 19, 2020 7:04 am
Forum: ESP-IDF
Topic: ESP32 - Azure SDK compiling error
Replies: 1
Views: 2661

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...
by ESP_Piyush
Tue Jun 09, 2020 6:01 pm
Forum: ESP RainMaker
Topic: AWS Cloudless & ESP RainMaker
Replies: 1
Views: 4384

Re: AWS Cloudless & ESP RainMaker

Can you please send an email to esp-rainmaker-admin@espressif.com for the details?
by ESP_Piyush
Tue Jun 09, 2020 1:03 pm
Forum: ESP RainMaker
Topic: Information About Cloud Middleware?
Replies: 5
Views: 9875

Re: Information About Cloud Middleware?

Can you please send an email to esp-rainmaker-admin@espressif.com for the details?
by ESP_Piyush
Fri May 15, 2020 11:04 am
Forum: News
Topic: Apple HomeKit ADK port now available for ESP32/ESP32S2
Replies: 0
Views: 23680

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.
by ESP_Piyush
Fri Apr 24, 2020 6:49 pm
Forum: ESP RainMaker
Topic: ESP32 WROOM
Replies: 2
Views: 7130

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?
by ESP_Piyush
Wed Apr 22, 2020 7:06 am
Forum: ESP RainMaker
Topic: Information About Cloud Middleware?
Replies: 5
Views: 9875

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.
by ESP_Piyush
Thu Apr 16, 2020 10:27 am
Forum: News
Topic: ESP RainMaker Released
Replies: 0
Views: 18432

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...
by ESP_Piyush
Mon Apr 06, 2020 10:52 am
Forum: ESP-IDF
Topic: Provisioning Manager WiFi not working
Replies: 3
Views: 7017

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...