Search found 296 matches

by ESP_Piyush
Mon Sep 06, 2021 12:03 pm
Forum: ESP RainMaker
Topic: IO Connect - RainMaker (Android)
Replies: 3
Views: 15357

Re: IO Connect - RainMaker (Android)

Hello, I just tried out the app and it indeed looks good. Thanks for all the efforts :) Meanwhile, we are adding some new features in the app, specifically push notifications, which would be available within a couple of days. We may have to do some additional work together to integrate these in your...
by ESP_Piyush
Thu Aug 26, 2021 8:30 am
Forum: ESP RainMaker
Topic: [Solved] App Issues on Android Xiaomi miA3: Selecting WiFi network not possible
Replies: 7
Views: 27038

Re: App Issues on Android Xiaomi miA3: Selecting WiFi network not possible

Hello, You mentioned that you yourself haven't seen the issue and it was reported by some client. Is that still valid or have you also seen the issue yourself now? If you yourself see the issue, can you double check if the logs are indeed taken during this specific provisioning attempt where the iss...
by ESP_Piyush
Wed Aug 25, 2021 2:32 pm
Forum: ESP RainMaker
Topic: [Solved] App Issues on Android Xiaomi miA3: Selecting WiFi network not possible
Replies: 7
Views: 27038

Re: App Issues on Android Xiaomi miA3: Selecting WiFi network not possible

From your log, it seems that provisioning wasn't even started since the device already had Wi-Fi credentials and so, was trying to connect to it. In such a scenario, we do not even start the bluetooth which will allow the app to connect to the device. Have you made any changes in the firmware due to...
by ESP_Piyush
Tue Aug 24, 2021 10:14 am
Forum: ESP RainMaker
Topic: Future nice-to-have list for ESP-RainMaker
Replies: 6
Views: 23846

Re: Future nice-to-have list for ESP-RainMaker

Interesting, I never see that, so this is already possible? Can someone point me to the right example? I just want to be able to paste an url and the read it in the ESP32. As you can see here , esp.ui.text is the default and so, it is not part of any examples. That gets used automatically for the n...
by ESP_Piyush
Sun Aug 22, 2021 3:59 am
Forum: ESP RainMaker
Topic: [Solved] App Issues on Android Xiaomi miA3: Selecting WiFi network not possible
Replies: 7
Views: 27038

Re: App Issues on Android Xiaomi miA3: Selecting WiFi network not possible

Hello, Since you have mentioned ESP32, I am assuming that you are using BLE provisioning (the default for ESP32). Is that right? When the users come to this screen or tap on the "Select Network", do they get any error toast message? Do those phone models always face this issue, or is it intermittent...
by ESP_Piyush
Thu Jul 29, 2021 7:24 pm
Forum: ESP RainMaker
Topic: Watchdog triggering on esp_rmaker_param_update_and_report
Replies: 1
Views: 15326

Re: Watchdog triggering on esp_rmaker_param_update_and_report

Answered here: https://github.com/espressif/esp-rainmaker/issues/86

Root cause wasn't found, but replacing esp_timer with freeRTOS timer worked.
by ESP_Piyush
Thu Jul 22, 2021 4:26 pm
Forum: ESP RainMaker
Topic: Future nice-to-have list for ESP-RainMaker
Replies: 6
Views: 23846

Re: Future nice-to-have list for ESP-RainMaker

Hello, Here are some comments on your feature requests/suggestions. - Push action buttons (Execute something once) Yes, this is a long pending item. Basically we are adding a button for a boolean param which will just send a value of true when tapped. No toggle. I guess this is what you are looking ...
by ESP_Piyush
Thu Jul 22, 2021 4:19 pm
Forum: ESP RainMaker
Topic: Error Device could not be connected. Please try again
Replies: 2
Views: 15748

Re: Error Device could not be connected. Please try again

Hi George, No, this is not a quota problem. Often, we have seen that the iOS caches some BLE data and so, the RainMaker app gets stale data and is unable to discover the device with the new name. A poor way to verify this is to reboot your iPhone :? . Can you try that once and let us know if provisi...
by ESP_Piyush
Thu Jul 22, 2021 4:16 pm
Forum: ESP RainMaker
Topic: Rainmaker WiFi auto reconnect
Replies: 2
Views: 16007

Re: Rainmaker WiFi auto reconnect

Hi John, I myself have not seen such an issue. I have multiple RainMaker powered bulbs installed at my home and I keep loosing Internet connection every once in a while (from the service provider side itself) and one of the bulbs is connected to a router which is turned off at night, but the bulbs a...
by ESP_Piyush
Fri Jul 09, 2021 9:53 am
Forum: ESP-IDF
Topic: Power consumption for Rainmaker [IDFGH-5540]
Replies: 10
Views: 38327

Re: Power consumption for Rainmaker

Copied this topic under esp-idf forum because power saving mechanism would be more relevant here.