Search found 268 matches

by ESP_Piyush
Sat Sep 05, 2020 2:54 am
Forum: ESP RainMaker
Topic: Deleting RM nodes from RM cloud
Replies: 8
Views: 10058

Re: Deleting RM nodes from RM cloud

Hi George, Do you mean that there are some nodes in your account that you are unable to remove at all, due that "Node does not belong to user" error? Can you share those node_ids? For the other problem, it could be that the "Ok" button at bottom is similarly getting hidden. Or do you see the button ...
by ESP_Piyush
Fri Sep 04, 2020 4:33 pm
Forum: ESP RainMaker
Topic: Deleting RM nodes from RM cloud
Replies: 8
Views: 10058

Re: Deleting RM nodes from RM cloud

Hi George, Thanks for sharing the screenshot. There indeed is some rendering issue with iPhone SE. The orange part you see at the bottom is the Remove button. Here is how it shows on iPhone 11. IMG_D4DB3C74CA73-1.jpeg We will fix this soon, but for the time being, can you check what happens when you...
by ESP_Piyush
Fri Sep 04, 2020 5:52 am
Forum: ESP RainMaker
Topic: Deleting RM nodes from RM cloud
Replies: 8
Views: 10058

Re: Deleting RM nodes from RM cloud

Hello,

That is strange. Can you share the following:
1) Your iPhone model
2) iOS version
3) Screenshot of the Node details screen.

Regards,
Piyush
by ESP_Piyush
Mon Aug 31, 2020 6:08 pm
Forum: ESP RainMaker
Topic: Support for Apple HomeKit
Replies: 2
Views: 5783

Re: Support for Apple HomeKit

Hello,

We surely want to do this integration, but probably may not be taken up right away. Can you also file a feature request on https://github.com/espressif/esp-rainmaker/issues so that it is tracked directly on the repo as well?

Regards,
Piyush
by ESP_Piyush
Sat Aug 29, 2020 12:39 pm
Forum: ESP RainMaker
Topic: Deleting RM nodes from RM cloud
Replies: 8
Views: 10058

Re: Deleting RM nodes from RM cloud

Hello,

To remove a node from the phone app, tap on the device tile on homepage. Then, in the params screen, tap on the (i) on top right. That will show you the Node details, and a button to remove the node.

Regards,
Piyush.
by ESP_Piyush
Sat Aug 22, 2020 9:49 am
Forum: ESP RainMaker
Topic: What is the difference between data partitions fctry and nvs ?
Replies: 1
Views: 4393

Re: What is the difference between data partitions fctry and nvs ?

Hello, The nvs partition has information like Wi-Fi credentials, custom device names, and any other information you store using nvs calls. The fctry is also an nvs partition, but it is used for information like node id, private key and certificate required for cloud communication. You may consider i...
by ESP_Piyush
Mon Aug 17, 2020 7:29 am
Forum: ESP RainMaker
Topic: Question on OTA callback (ota_cb_func)
Replies: 2
Views: 5083

Re: Question on OTA callback (ota_cb_func)

Hello, As per the documentation of esp_rmaker_ota_config_t , the callback can be left NULL if you want to use the default. The default callback can be found here . If you want to use your own callback, here is simpler example: esp_rmaker_ota_cb(esp_rmaker_ota_handle_t ota_handle, esp_rmaker_ota_data...
by ESP_Piyush
Tue Aug 11, 2020 12:15 pm
Forum: ESP RainMaker
Topic: Cannot build esp-rainmaker\examples\switch>
Replies: 2
Views: 5309

Re: Cannot build esp-rainmaker\examples\switch>

Hello,

Please use the master branch of esp-idf. RainMaker uses some new code which isn't available on 4.0 or 4.1 releases/branches. We will add some "compatibility mode" config option soon to support these.

Regards,
Piyush
by ESP_Piyush
Fri Jul 24, 2020 1:46 pm
Forum: ESP RainMaker
Topic: How does one ship RainMaker devices to customers?
Replies: 1
Views: 4851

Re: How does one ship RainMaker devices to customers?

Hi George, End products should normally have a randomly generated proof of possession key programmed into them. A QR code should be generated during the manufacturing phase and preferably pasted on the product as well as packaging. Would anything additional be required to ship EP32? I did not quite ...
by ESP_Piyush
Tue Jun 30, 2020 5:41 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 ...

I agree with George that Rainmaker is really a game changer especially in scenarios where you wanna make a quick PoC. The Wifi provisioning part is probably the most painful step even though the app helps a lot here. We've found some "glitches" on the Android version that are hopefully ironed-out i...