Search found 268 matches

by ESP_Piyush
Tue Mar 02, 2021 9:21 am
Forum: ESP RainMaker
Topic: Show QR code on an on-board display
Replies: 2
Views: 5333

Re: Show QR code on an on-board display

There is not clean way to fetch the QR code payload, but since the provisioning and QR code logic is part of common example components and not core RainMaker functionality, for your own examples, you may add a call directly at this line . You may also choose any other logic to build the QR code, the...
by ESP_Piyush
Sat Feb 27, 2021 6:19 pm
Forum: ESP RainMaker
Topic: Prog size & other questions
Replies: 1
Views: 4091

Re: Prog size & other questions

* How much program memory does rainmaker add or does it depend on what features I use? Yes, this indeed depends on your application. However, at the very least, the mqtt and some core rainmaker components would be pulled in. You can use idf_size.py tool for the analysis. You can also refer to this ...
by ESP_Piyush
Sat Feb 27, 2021 5:45 pm
Forum: ESP RainMaker
Topic: App Edits
Replies: 2
Views: 4746

Re: App Edits

I notice the that IOS/Android code is on Github. What licensing issue are there taking this and while-labelling it - add things etc? Clearly this can help us speed up our time to market enormously! The phone app source code itself can be used and modified as per your requirements, but if you want t...
by ESP_Piyush
Thu Feb 25, 2021 9:27 am
Forum: ESP RainMaker
Topic: Rainmaker for business, makers or both
Replies: 1
Views: 3953

Re: Rainmaker for business, makers or both

Hello,

Can you please send an email to esp-rainmaker-admin@espressif.com for queries regarding commercial use cases?

Regards,
Piyush
by ESP_Piyush
Tue Feb 23, 2021 4:34 pm
Forum: ESP RainMaker
Topic: Sign in using Google not working
Replies: 3
Views: 5590

Re: Sign in using Google not working

Hello,

There was indeed an issue with the phone app with regards to Google login. A fix for that is already available on the play store and GitHub now. Sorry for the inconvenience.

Regards,
Piyush
by ESP_Piyush
Mon Feb 01, 2021 10:01 am
Forum: ESP RainMaker
Topic: Remove node from node itself
Replies: 1
Views: 3888

Re: Remove node from node itself

Hello, The node itself cannot remove the user-node mapping. It can be removed only by the user via the REST API (normally triggered from the phone app or CLI) or if a new user performs user-node mapping with the same node. This is preferable so that the node side logic stays simpler and user access ...
by ESP_Piyush
Mon Dec 28, 2020 9:39 am
Forum: ESP-IDF
Topic: wifi_prov_mgr example failing with "httpd_resp_send_err: error calling setsockopt : 22"
Replies: 10
Views: 10206

Re: wifi_prov_mgr example failing with "httpd_resp_send_err: error calling setsockopt : 22"

Hi William, I have replied on the GitHub issue (https://github.com/espressif/esp-idf/issues/6316#issuecomment-751650788) and an apk with a speculative fix is also shared there Meanwhile in the context of your earlier messages, a GET on / is not really part of the phone app's logic. This is a call th...
by ESP_Piyush
Thu Nov 26, 2020 10:33 am
Forum: ESP RainMaker
Topic: ESP RainMaker Services affected due to AWS outage
Replies: 0
Views: 3077

ESP RainMaker Services affected due to AWS outage

ESP RainMaker Services were affected starting around 8am PST on Wednesday, 25Nov due to an AWS Outage in the US-East-1 (N. Virginia) region. The services now seem fully restored. One issue we observed is that some devices weren't able to receive commands via the cloud service, even though they could...
by ESP_Piyush
Tue Nov 17, 2020 2:47 pm
Forum: ESP RainMaker
Topic: ESP32-WROOM-32: session setup error -1:
Replies: 6
Views: 8409

Re: ESP32-WROOM-32: session setup error -1:

Hi George, The two are not related. The User-Node Association has no limit as such. As a user, you can add any number of nodes claimed by you, or someone else, or even self-claimed (for ESP32-S2). However, "claiming" has a different set of APIs and linking logic, which uses the ESP32's mac address a...
by ESP_Piyush
Tue Nov 17, 2020 2:41 pm
Forum: ESP RainMaker
Topic: Provisioning for base example not working
Replies: 10
Views: 17800

Re: Provisioning for base example not working

Hello, We will surely check what the issue in the Android app is. The manual mode currently works only for SoftAP provisioning and we are prioritising it for BLE as well, so that users do not get stuck in this situation and can instead use the workaround of manually connecting to BLE. Regards, Piyush